[OpenIndiana-discuss] Cannot rename ZFS dataset of non-global zone (halted, detached)
Stephan Althaus
Stephan.Althaus at Duedinghausen.eu
Tue Nov 24 20:07:47 UTC 2020
|solved|
Thanks for your input, John and Paolo,
it was a combination of your hints that worked.
After zoneadm halt and detach,
set zoned=off on the ROOT dataset,
then zfs rename.
At this point, the mountpoint cant be modified, but ...
set zoned=on on the ROOT dataset,
zoneadm attach,
then zoneadm move
changes the mountpoints.
Summary:
1 zoneadm halt
2 zoneadm detach
3 zfs set zoned=off pool/dataset/ROOT
4 zfs rename pool/dataset pool/newdataset
5 zfs set zoned=on pool/dataset/ROOT
6 zoneadm attach
7 zoneadm move
8 zoneadm boot
Thanks a lot!
Stephan
On 11/24/20 15:45, John D Groenveld wrote:
> In message <234f6e25-a479-a4ff-f567-72b5eae4bd43 at Duedinghausen.eu>, Stephan Alt
> haus writes:
>> I want to rename my ZFS datasets of the non-global zone "mail", to
>> correspond to the new name of the zone.
> You'll need to turn off the zoned property for ROOT dataset and
> also change the mountpoints.
> Then turn back on the zoned property and attach the new zone.
>
> John
> groenveld at acm.org
>
> _______________________________________________
> openindiana-discuss mailing list
> openindiana-discuss at openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
More information about the openindiana-discuss
mailing list