Displaying 1 result from an estimated 1 matches for "mapool".
Did you mean:
  apool
  
2006 Nov 15
0
ZFS moving from one zone to another
This question is both for the ZFS forum and the Zones forum.
I have a global zone with a pool (mapool). 
I have 2 zones, z1 and z2,.
I want to pass a dataset (mapool/fs1) from z1 to z2.
Solution 1 : 
mapool/fs1 is mounted under /thing on the global zone (legacy) and I configure a lofs on z1 and z2.
add zonecfg:z1> add fs
zonecfg:z1:fs> set dir=/thing
zonecfg:z1:fs> set special=/fs1
zonecf...