Re: Upgrade from netbsd-9 to netbsd-10 potentially breaks ZFS mounts

2023-12-21 Thread David Brownlee
On Mon, 11 Dec 2023 at 20:09, David Brownlee wrote: > > On Mon, 11 Dec 2023 at 19:35, Chuck Silvers wrote: > > > > On Wed, Nov 22, 2023 at 10:13:03AM +, David Brownlee wrote: > > > It looks like that between netbsd-9 and netbsd-10 the order of ZFS > > > mounts vs fstab has changed. > > > > >

Re: Upgrade from netbsd-9 to netbsd-10 potentially breaks ZFS mounts

2023-12-11 Thread David Brownlee
On Mon, 11 Dec 2023 at 19:35, Chuck Silvers wrote: > > On Wed, Nov 22, 2023 at 10:13:03AM +, David Brownlee wrote: > > It looks like that between netbsd-9 and netbsd-10 the order of ZFS > > mounts vs fstab has changed. > > > > I've just upgraded a system which had ffs filesystems for / & /home

Re: Upgrade from netbsd-9 to netbsd-10 potentially breaks ZFS mounts

2023-12-11 Thread Chuck Silvers
On Wed, Nov 22, 2023 at 10:13:03AM +, David Brownlee wrote: > It looks like that between netbsd-9 and netbsd-10 the order of ZFS > mounts vs fstab has changed. > > I've just upgraded a system which had ffs filesystems for / & /home, > and a zfs pool on /home/files > > Before the upgrade the m

Upgrade from netbsd-9 to netbsd-10 potentially breaks ZFS mounts

2023-11-22 Thread David Brownlee
It looks like that between netbsd-9 and netbsd-10 the order of ZFS mounts vs fstab has changed. I've just upgraded a system which had ffs filesystems for / & /home, and a zfs pool on /home/files Before the upgrade the mount order was / (ffs) /home (ffs) /home/files (zfs) after upgrade the exact