Re: [zfs-discuss] [zones-discuss] ZFS shared /home between zones

2008-01-01 Thread Louis F. Springer
Well, ignore my post, a kernel engineer would know. I had no idea you could loopback mount the same filesystem into multiple zones, or am I missing something? This would certainly be more efficient than using nfs. Lou James C. McPherson wrote: > Bo Granlund wrote: > >> Hi, >> >> [Sorry for cro

Re: [zfs-discuss] [zones-discuss] ZFS shared /home between zones

2008-01-01 Thread Louis F. Springer
You probably want to share pool/home as an NFS share then mount it in the zones. The zfs file system itself can't actually be mounted to multiple mountpoints, its not a shared filesystem like NFS or QFS. zfs set sharenfs=on pool/home then in the zones mount globalzonehost:/home /home Where "g