Hi,
I have a query regarding the zfs rename command.
There are 5 zones and my requirement is to change the zone paths using
zfs rename.
+ zoneadm list -cv
ID NAME STATUS PATH BRAND
IP
0 global running /
native shared
34 public running /txzone/public native
shared
35 internal running /txzone/internal native
shared
36 restricted running /txzone/restricted native
shared
37 needtoknow running /txzone/needtoknow native shared
38 sandbox running /txzone/sandbox native
shared
A whole root zone <public> was configured and installed. Rest of the 4
zones were cloned from <public>.
zoneadm -z <zoneName> clone public
zfs get origin lists the origin as <public> for all 4 zones.
I run zfs rename on 4 of these clone'd zones and it throws a device busy
error because of parent-child relationship.
I guess that can be handled with zfs promote because promote would swap
the parent and child.
So, how do I make it work when there are multiple zones cloned from a
single parent? Is there a way that zfs rename can work for ALL the zones
rather than working with two zones at a time?
Also, is there a command line option available for sorting the datasets
in correct dependency order?
Thanks,
Nishchaya
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss