roland wrote:
> Hello !
>
> How can i export a filesystem /export1 so that sub-filesystems within that 
> filesystems will be available and usable on the client side without 
> additional "mount/share effort" ?
>
> this is possible with linux nfsd and i wonder how this can be done with 
> solaris nfs.
>
> i`d like to use /export1 as datastore for ESX and create zfs sub-filesystems 
> for each VM in that datastore, for better snapshot handling.
>   

Roland,

Either you manually configure each sub-filesystem or you do it with zfs 
and use the inherit options
to propagate your changes...

zfs create tank/project
zfs set sharenfs=on tank/project
zfs create tank/project/runway

Should see tank/project/runway exported.

You can provide more interesting share options to the set sharenfs option.

Tom

Reply via email to