When using ZFS for your shared storage within the cluster, the mountpoints default to
“/poolname/fsname”. You can change the mountpoint name to whatever you want. You want to
change the mountpoint for the filesystem myfs1 in the pool devpool to /oradb.
Which command do you use?
A.
zset mount=/oradb devpool/myfs1
B.
zpool setmount=/oradb poolname/fsname
C.
zfs /oradb set mountpoint devpool/all
D.
zfs set mountpoint=/oradb devpool/myfs1