Hi Charles,

Charles wrote:
> And for timf, I have red your pages, but I don't understand what to
> do. In the bug report, the workaround is to unmount and mount the
> filesystem, but I don't know how to do this with zfs.
> 
> When I enter "zfs list" I get that:
> 
> rpool/ROOT/opensolaris     8,96M   424G  2,47G  / 
> rpool/ROOT/opensolaris-1   5,14G   424G  4,78G  /
> 
> I don't know what to unmount here

It's most likely the rpool/ROOT/opensolaris dataset causing the "dataset 
is busy" message. So do:

$ pfexec zfs set mountpoint=legacy rpool/ROOT/opensolaris
$ mkdir /tmp/a
$ pfexec mount -F zfs rpool/ROOT/opensolaris /tmp/a
$ pfexec umount /tmp/a
$ svcadm clear frequent daily frequent hourly

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

Reply via email to