Usually when zfs mount -a fails is because one of the mount points is
not empty. E.g. zfs mount rpool/export/foo fails to mount /export/foo
because there is a file say /export/foo/bar
To rule out SMF, what does svcs -vx outputs?
Antonello
Shawn Walker wrote:
Jan Hnatek wrote:
Hi,
I'm recently experiencing the following behavior at boot:
The filesystem/local service ends up in maintenance with
"/usr/sbin/zfs mount -a failed"
I have a pkg/server service instance with pkg/inst_root
pointing to a zfs filesystem mounted from external USB drive.
This location is reported as non-empty along with the above
error. It appears that pkg.depotd is started before the mount -a
happens and creates some files in that directory.
Is this a bug or I only need to adjust some startup conditions
for this pkg/server instance?
The pkg-server manifest has had a dependency on filesystem/local since
Apr 2007:
<dependency
name='fs'
grouping='require_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/system/filesystem/local' />
</dependency>
SMF-related bug?
Cheers,
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss