zfs dataset solaris-1, solaris-2 ..
If I make a zfs listing, where and why are the rpool/ROOT/solaris-* coming from ?
$ zfs list
...
rpool/ROOT/solaris-1
...
rpool/ROOT/solaris-2
...
rpool/ROOT/solaris-3
...
I'm also asking because if I want to share with NFS, I have to use the exact dataset name.
Let's say
$ zfs set share=name=zro,path=/usr/local/scripts,prot=nfs,rw=*,root=* rpool/ROOT/solaris-
3