Hi Alex, how could the OS possibly interfere on this short distance?
root@hipster:~# zfs list -r rpool/zones NAME USED AVAIL REFER MOUNTPOINT rpool/zones 31K 40.7G 31K /zones root@hipster:~# zonecfg -z newzone newzone: No such zone configured Use 'create' to begin configuring a new zone. zonecfg:newzone> create zonecfg:newzone> set zonepath=/zones/newzone zonecfg:newzone> add net zonecfg:newzone:net> set physical=e1000g0 zonecfg:newzone:net> set address=10.25.5.74/22 zonecfg:newzone:net> end zonecfg:newzone> verify zonecfg:newzone> commit zonecfg:newzone> exit root@hipster:~# zoneadm -z newzone install ERROR: the zonepath must be a ZFS dataset. The parent directory of the zonepath must be a ZFS dataset so that the zonepath ZFS dataset can be created properly. root@hipster:~# Cheers Stefan Dr. Stefan Müller-Wilken Business Unit Manager Java Consulting Acando GmbH Millerntorplatz 1, 20359 Hamburg, Germany Phone: +49 40 822259-239 Mobile: +49 173 2155804 www.acando.de -----Ursprüngliche Nachricht----- Von: Alexander Pyhalov [mailto:[email protected]] Gesendet: Freitag, 13. November 2015 14:14 An: Stefan Müller-Wilken Cc: Discussion list for OpenIndiana Betreff: Re: AW: [OpenIndiana-discuss] Zone configuration broken in Hipster 2015-10? On 11/13/2015 16:09, Stefan Müller-Wilken wrote: > Hi Alex, > > the problem is reproducible for the machine. Could it be caused by the fact > that this machine was upgraded from oi151_a9 following your tutorial? > > Hi. I don't think so. Ensure that underlying file systems don't try to mount over non-empty directories or have some similar issues. -- Best regards, Alexander Pyhalov, system administrator of Southern Federal University IT department ----- Acando GmbH, Millerntorplatz 1, 20359 Hamburg, Germany | Geschäftsführer: Guido Ahle | Amtsgericht Hamburg, HRB 76048 | USt-IdNr.: DE208833022 _______________________________________________ openindiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
