== DETER ZFS Storage == 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: {{{ mkdir -p /zfs/ mount -t nfs zfs:/zfs/ /zfs/ }}}