> I have a slimmed down build on 61 and 72. None of > these systems are automatically remounting the zpool > on a reboot. > > zfs list returns "no datasets available" > zpool list returns "no pools available" > > zfs mount -v -a runs but doesn't mount the > filesystem. I usually have to do a zpool import -f > pool to get it back. > > Does anyone know why this may be happening.
sound like the pool has the temporary flag set. zpool import -o "temp=off" <poolname> This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
