On Wed 11 Jan 2012 at 03:34PM, Jan Damborsky wrote:
[snip]
> Looking at existing config-user start method, determining that information
> should not be a big deal. The modified error message would then look like:
>
> "Service failed to create home directory ZFS dataset for initial user,
> because following parent ZFS datasets are missing (were not created
> during installation):
>
> rpool/export
> rpool/export/home
>
> To recover from the failure, create parent dataset(s) manually on command
> line and clear the service using 'svcadm clear config-user'."
> Alternatively, reinstall affected system(s) using ai_manifest(4) specifying
> appropriate entries for those ZFS datasets (refer to
> /usr/share/auto-install/manifest/default.xml as an example)."
That last paragraph should be reworked to include the commands required.
Otherwise, we will end up in a situation where the home directories are
mounted at /rpool/export/home/<user> rather than /export/home/user.
Suggested text follows:
"To recover from the failure, create parent dataset(s) manually on command
line with:
zfs create -o mountpoint=/export rpool/export
zfs create rpool/export/home
then clear the service using 'svcadm clear config-user'." Alternatively,
reinstall affected system(s) using ai_manifest(4) specifying appropriate
entries for those ZFS datasets (refer to
/usr/share/auto-install/manifest/default.xml as an example)."
--
Mike Gerdts
Solaris Core OS / Zones http://blogs.oracle.com/zoneszone/
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss