Changes between Version 3 and Version 4 of ZFS


Ignore:
Timestamp:
Nov 23, 2013 1:47:29 PM (10 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ZFS

    v3 v4  
    11== DETER ZFS Storage ==
    22
    3 DETER offers a projects access to bulk storage using a large ZFS system.  Right now, we automatically export and create ZFS space for every active project on the testbed, but we do not mount it by default on testbed nodes.  Mounting the filesystem by hand is pretty simple:
     3DETER offers a projects access to bulk storage using a large ZFS system.  Right now, we automatically export and create ZFS space for every active project on the testbed, but we do not mount it by default on testbed nodes.  Mounting the filesystem by hand is pretty simple.  For Linux:
    44
    55{{{
     
    77mount -t nfs -o vers=3 zfs:/zfs/<PROJECTNAME> /zfs/<PROJECTNAME>
    88}}}
     9
     10On FreeBSD use the nfsv3 option when mounting.