Re: zpool requires re-import on reboot

2013-11-20 Thread Beeblebrox
My apologies, please disregard last message - problem was an error on my part. - FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/zpool-requires-re-import-on-reboot-tp5861930p5862468.html Sent from the freebsd-current maili

Re: zpool requires re-import on reboot

2013-11-20 Thread Allan Jude
On 2013-11-20 02:49, Beeblebrox wrote: > Alan: This corrects the "zpool import" problem (thanks for that): > zpool_cache_type="/boot/zfs/zpool.cache" > zpool_cache_name="/boot/zfs/zpool.cache" > > But boot still drops to single user and needs "zfs mount -a" to locate the > fstab entries. > Some da

Re: zpool requires re-import on reboot

2013-11-19 Thread Beeblebrox
Alan: This corrects the "zpool import" problem (thanks for that): zpool_cache_type="/boot/zfs/zpool.cache" zpool_cache_name="/boot/zfs/zpool.cache" But boot still drops to single user and needs "zfs mount -a" to locate the fstab entries. Some datasets have canmount=noauto (but have a correspondin

Re: zpool requires re-import on reboot

2013-11-18 Thread Andriy Gapon
on 18/11/2013 10:51 Beeblebrox said the following: >> Is there anything "non-standard" about your configuration? >> All pools that are present in /boot/zfs/zpool.cache on a root filesystem of a >> root pool should be automatically imported. > > Yes I know that, hence the reason I posted. > > ll /

Re: zpool requires re-import on reboot

2013-11-18 Thread Allan Jude
On 2013-11-18 03:51, Beeblebrox wrote: >> Is there anything "non-standard" about your configuration? >> All pools that are present in /boot/zfs/zpool.cache on a root filesystem of a >> root pool should be automatically imported. > Yes I know that, hence the reason I posted. > > ll /boot/zfs shows

Re: zpool requires re-import on reboot

2013-11-18 Thread Beeblebrox
> Is there anything "non-standard" about your configuration? > All pools that are present in /boot/zfs/zpool.cache on a root filesystem of a > root pool should be automatically imported. Yes I know that, hence the reason I posted. ll /boot/zfs shows recently updated zpool.cache => -rw-r--r-- 1

Re: zpool requires re-import on reboot

2013-11-18 Thread Andriy Gapon
on 18/11/2013 09:47 Beeblebrox said the following: > I have root on zfs, which mounts fine on start. I have two other pools, which > do not get mounted and must be imported each time. Boot falls to single-user > mode because it cannot find the zfs-related mounts for the two pools in > question. The

Re: zpool requires re-import on reboot

2013-11-18 Thread Beeblebrox
>> Do have zfs_enable="YES" in rc.conf? Yes, and my ZFS root mounts without problem. Also in /boot/loader.conf: zfs_load="YES" opensolaris_load="YES" vfs.root.mountfrom="zfs:bsds" #- #_ZFS_PERFORMANCE #I have 4G of Ram vfs.zfs.prefetch_disable=0 #Ram 4GB => 512. Ram 8GB => value 1024 vfs.

Re: zpool requires re-import on reboot

2013-11-17 Thread Andreas Nilsson
On Mon, Nov 18, 2013 at 8:47 AM, Beeblebrox wrote: > I have root on zfs, which mounts fine on start. I have two other pools, > which > do not get mounted and must be imported each time. Boot falls to > single-user > mode because it cannot find the zfs-related mounts for the two pools in > questio