ucla-physicalsciences / zfsonlinux

Documentation & scripts to deploy & maintain ZFS on linux
0 stars 0 forks source link

NFS Sharing #1

Open codycode opened 2 years ago

codycode commented 2 years ago

What does zfs set sharenfs="" poolname do compared to zfs share poolname?

maxkopo commented 2 years ago

One can roughly view the two commands as follows:

  1. zfs set sharenfs="" allows you to specify all manner of nfs parameters for access and performance beyond basic 'on', otherwise share properties.
  2. zfs share -a or poolname actually publishes shares.

--max

----- Original Message ----- From: "codycode" @.> To: "ucla-ps-it/zfsonlinux" @.> Cc: "Subscribed" @.***> Sent: Friday, May 13, 2022 5:04:27 PM Subject: [ucla-ps-it/zfsonlinux] NFS Sharing (Issue #1)

What does zfs set sharenfs="" poolname do compared to zfs share poolname ?

— Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you are subscribed to this thread. Message ID: <ucla-ps-it/zfsonlinux/issues/1 @ github . com>