.. _share_zfs_dataset_between_jails: =========================== 在多个Jail之间共享ZFS数据集 =========================== ZFS文件系统是单机文件系统(不是cluster filesystem),所以不能直接在两台服务器之间共享挂载。所以,当在多个jail之间使用一个ZFS dataset时,实际上是通过 ``nullfs`` 来实现(见 :ref:`share_folder_between_jails` )。另外一种方案是使用 :ref:`zfs_nfs` ,即本文实践。 参考 ====== - `Using ZFS inside a jail `_ - `any way to mount zfs pool on multiple noded? `_ - `ZFS Share a ZFS dataset with multiple jails `_ - `Mounting and Sharing ZFS File Systems `_