On Tue, 27 Oct 2009, Peter wrote:

> I can remove the dataset from the zone config and remove the
> zpool from the zone. But I am having trouble getting the zpool
> to mount again on the global zone. It imports and exports fine
> but will not let me change the mount point stating that it is
> part of a nonglobal zone.  Any thoughts on this ?

Check the zoned property:
zfs get zoned <dataset>

If it is on:
zfs set zoned=off <dataset>
And set the mountpoint property:
zfs set mountpoint=<in_global_zone> <dataset>

-Mirek
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to