Re: ZFS problems since recently ?

2024-01-10 Thread John Kennedy
On Tue, Jan 02, 2024 at 05:51:32PM -0500, Alexander Motin wrote: > Please see/test: https://github.com/openzfs/zfs/pull/15732 . Looks like that has landed in current: commit f552d7adebb13e24f65276a6c4822bffeeac3993 Merge: 13720136fbf a382e21194c Author: Martin Matuska

Re: ZFS problems since recently ?

2024-01-04 Thread Alexander Motin
John, On 04.01.2024 09:20, John Kennedy wrote: On Tue, Jan 02, 2024 at 08:02:04PM -0800, John Kennedy wrote: On Tue, Jan 02, 2024 at 05:51:32PM -0500, Alexander Motin wrote: On 01.01.2024 08:59, John Kennedy wrote: ... My poudriere build did eventually fail as well: ...

Re: ZFS problems since recently ?

2024-01-04 Thread John Kennedy
On Tue, Jan 02, 2024 at 08:02:04PM -0800, John Kennedy wrote: > On Tue, Jan 02, 2024 at 05:51:32PM -0500, Alexander Motin wrote: > > On 01.01.2024 08:59, John Kennedy wrote: > > > ... > > >My poudriere build did eventually fail as well: > > > ... > > > [05:40:24] [01] [00:17:20] Finished d

Re: ZFS problems since recently ?

2024-01-02 Thread John Kennedy
On Tue, Jan 02, 2024 at 05:51:32PM -0500, Alexander Motin wrote: > On 01.01.2024 08:59, John Kennedy wrote: > > ... > >My poudriere build did eventually fail as well: > > ... > > [05:40:24] [01] [00:17:20] Finished devel/gdb@py39 | gdb-13.2_1: Success > > [05:40:24] Stopping 2 buil

Re: ZFS problems since recently ?

2024-01-02 Thread Alexander Motin
On 01.01.2024 08:59, John Kennedy wrote: On Mon, Jan 01, 2024 at 06:43:58AM +0100, Kurt Jaeger wrote: markj@ pointed me in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276039 to https://github.com/openzfs/zfs/pull/15719 So it will probably be fixed sooner or later. The other ZFS crashes I

Re: ZFS problems since recently ?

2024-01-02 Thread Alexander Leidinger
Am 2024-01-02 08:22, schrieb Kurt Jaeger: Hi! The sysctl for block cloning is vfs.zfs.bclone_enabled. To check if a pool has made use of block cloning: zpool get all poolname | grep bclone One more thing: I have two pools on that box, and one of them has some bclone files: # zpool get a

Re: ZFS problems since recently ?

2024-01-02 Thread Kurt Jaeger
Hi! > The sysctl for block cloning is vfs.zfs.bclone_enabled. > To check if a pool has made use of block cloning: > zpool get all poolname | grep bclone One more thing: I have two pools on that box, and one of them has some bclone files: # zpool get all ref | grep bclone ref bcloneused

Re: ZFS problems since recently ?

2024-01-01 Thread Kurt Jaeger
Hi! > Am 2023-12-31 19:34, schrieb Kurt Jaeger: > > I already have > > > > vfs.zfs.dmu_offset_next_sync=0 > > > > which is supposed to disable block-cloning. > > It isn't. This one is supposed to fix an issue which is unrelated to block > cloning (but can be amplified by block cloning). This is

Re: ZFS problems since recently ?

2024-01-01 Thread Alexander Leidinger
Am 2023-12-31 19:34, schrieb Kurt Jaeger: I already have vfs.zfs.dmu_offset_next_sync=0 which is supposed to disable block-cloning. It isn't. This one is supposed to fix an issue which is unrelated to block cloning (but can be amplified by block cloning). This issue is fixed since some week

Re: ZFS problems since recently ?

2024-01-01 Thread John Kennedy
On Mon, Jan 01, 2024 at 02:27:17PM +0100, Kurt Jaeger wrote: > > On Mon, Jan 01, 2024 at 06:43:58AM +0100, Kurt Jaeger wrote: > > > markj@ pointed me in > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276039 > > > to > > > https://github.com/openzfs/zfs/pull/15719 > > > > > > So it will p

Re: ZFS problems since recently ?

2024-01-01 Thread John Kennedy
On Mon, Jan 01, 2024 at 08:42:26AM -0800, John Kennedy wrote: > Applying the two ZFS kernel patches fixes that issue: commit 09af4bf2c987f6f57804162cef8aeee05575ad1d (zfs: Fix SPA sysctl handlers) landed too. root@bsd15:~ # sysctl -a | grep vfs.zfs.zio vfs.zfs.zio.deadman_log_a

Re: ZFS problems since recently ?

2024-01-01 Thread John Kennedy
On Mon, Jan 01, 2024 at 06:43:58AM +0100, Kurt Jaeger wrote: > > > I can crash mine with "sysctl -a" as well. > > markj@ pointed me in > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276039 > to > https://github.com/openzfs/zfs/pull/15719 > > So it will probably be fixed sooner or later. >

Re: ZFS problems since recently ?

2024-01-01 Thread John Kennedy
On Mon, Jan 01, 2024 at 02:27:17PM +0100, Kurt Jaeger wrote: > Do you have >vfs.zfs.dmu_offset_next_sync=0 I didn't initially, I do now. Like I said, I haven't been following that one 100%. I know it isn't block-clone per say, so much as some underlying problem it pokes with a pointy s

Re: ZFS problems since recently ?

2024-01-01 Thread Kurt Jaeger
Hi! > On Mon, Jan 01, 2024 at 06:43:58AM +0100, Kurt Jaeger wrote: > > markj@ pointed me in > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276039 > > to > > https://github.com/openzfs/zfs/pull/15719 > > > > So it will probably be fixed sooner or later. > > > > The other ZFS crashes I've

Re: ZFS problems since recently ?

2024-01-01 Thread John Kennedy
On Mon, Jan 01, 2024 at 06:43:58AM +0100, Kurt Jaeger wrote: > markj@ pointed me in > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276039 > to > https://github.com/openzfs/zfs/pull/15719 > > So it will probably be fixed sooner or later. > > The other ZFS crashes I've seen are still an issue

Re: ZFS problems since recently ?

2023-12-31 Thread Kurt Jaeger
Hi! > > I can crash mine with "sysctl -a" as well. markj@ pointed me in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276039 to https://github.com/openzfs/zfs/pull/15719 So it will probably be fixed sooner or later. The other ZFS crashes I've seen are still an issue. -- p...@freebsd.or

Re: ZFS problems since recently ?

2023-12-31 Thread John Kennedy
> I can crash mine with "sysctl -a" as well. Smaller test, this is sufficient to crash things: root@bsd15:~ # sysctl vfs.zfs.zio vfs.zfs.zio.deadman_log_all: 0 vfs.zfs.zio.dva_throttle_enabled: 1 vfs.zfs.ziopanic: sbuf_clear makes no sense on sbuf 0xf8002c8

Re: ZFS problems since recently ?

2023-12-31 Thread John Kennedy
On Sun, Dec 31, 2023 at 07:34:45PM +0100, Kurt Jaeger wrote: > Hi! > > Short overview: > - Had CURRENT system from around September > - Upgrade on the 23th of December > - crashes in ZFS, see > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261538 > for details > - Reinstalled from scratch

ZFS problems since recently ?

2023-12-31 Thread Kurt Jaeger
Hi! Short overview: - Had CURRENT system from around September - Upgrade on the 23th of December - crashes in ZFS, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261538 for details - Reinstalled from scratch with new SSDs drives from https://download.freebsd.org/snapshots/amd64/amd64/IS

Re: ZFS problems

2013-03-01 Thread Martin Matuska
Fixed in r247540. If you are using a post-247265 zfs module please install the new module first. On 27.2.2013 22:56, Derrick Dantavious Edwards wrote: > I updated sources a couple of days ago and when I rebooted to continue > to > the upgrade process I received errors when I attempted to m

Re: ZFS problems

2013-02-27 Thread Glen Barber
On Wed, Feb 27, 2013 at 05:09:02PM -0800, Xin Li wrote: > Martin actually have done very good job maintaining ioctl > compatibility when we jumped from v15 to v28 that most people didn't > even notice that the ioctl was changed. > As one who has gone through that upgrade on head/, stable/9/, and

Re: ZFS problems

2013-02-27 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02/27/13 16:44, Glen Barber wrote: > On Wed, Feb 27, 2013 at 04:37:47PM -0800, Xin Li wrote: >>> In mid-February, zpool version was upgraded to include >>> lz4_compress. My understanding was that changing from the >>> OpenSolaris ZFS version nu

Re: ZFS problems

2013-02-27 Thread Glen Barber
On Wed, Feb 27, 2013 at 04:37:47PM -0800, Xin Li wrote: > > In mid-February, zpool version was upgraded to include > > lz4_compress. My understanding was that changing from the > > OpenSolaris ZFS version number scheme (i.e., "v28") to what we have > > on -CURRENT (i.e., "5000") was so that we can

Re: ZFS problems

2013-02-27 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02/27/13 16:33, Glen Barber wrote: > Hi Martin, > > On Wed, Feb 27, 2013 at 07:21:39PM -0500, Derrick Dantavious > Edwards wrote: > [...] I updated sources a couple of days ago and when I > rebooted to continue to the upgrade process I re

Re: ZFS problems

2013-02-27 Thread Glen Barber
Hi Martin, On Wed, Feb 27, 2013 at 07:21:39PM -0500, Derrick Dantavious Edwards wrote: > > >> [...] > > >> I updated sources a couple of days ago and when I rebooted to continue to > > >> the upgrade process I received errors when I attempted to mount zfs > > >> filesystem. The error looked like t

Re: ZFS problems

2013-02-27 Thread Derrick Dantavious Edwards
On Wednesday, February 27, 2013 02:59:16 PM you wrote: > On Wed, Feb 27, 2013 at 2:44 PM, Steven Hartland > > wrote: > > - Original Message - From: "Derrick Dantavious Edwards" > > > >> I updated sources a couple of days ago and when I rebooted to continue to > >> the upgrade process I r

Re: ZFS problems

2013-02-27 Thread Derrick Dantavious Edwards
On Wednesday, February 27, 2013 02:59:16 PM you wrote: > On Wed, Feb 27, 2013 at 2:44 PM, Steven Hartland > > wrote: > > - Original Message - From: "Derrick Dantavious Edwards" > > > >> I updated sources a couple of days ago and when I rebooted to continue to > >> the upgrade process I r

Re: ZFS problems

2013-02-27 Thread Glen Barber
On Wed, Feb 27, 2013 at 02:59:16PM -0800, sean bruno wrote: > Yup, totally hit this today and was yelling at various people about it. > > the Kernel and the ZFS tools in userland need to be updated at the same time. > > Boot back into the old kernel and (cd /usr/src/cddl && make install) > to upd

Re: ZFS problems

2013-02-27 Thread sean bruno
On Wed, Feb 27, 2013 at 2:44 PM, Steven Hartland wrote: > - Original Message - From: "Derrick Dantavious Edwards" > > >> I updated sources a couple of days ago and when I rebooted to continue to >> the upgrade process I received errors when I attempted to mount zfs >> filesystem. The error

Re: ZFS problems

2013-02-27 Thread Steven Hartland
- Original Message - From: "Derrick Dantavious Edwards" I updated sources a couple of days ago and when I rebooted to continue to the upgrade process I received errors when I attempted to mount zfs filesystem. The error looked like this. zpool mount -a internal error: Invalid arugme

ZFS problems

2013-02-27 Thread Derrick Dantavious Edwards
I updated sources a couple of days ago and when I rebooted to continue to the upgrade process I received errors when I attempted to mount zfs filesystem. The error looked like this. zpool mount -a internal error: Invalid arugment pid 25 (zfs), uid 0, exited on signal 6 Abort trap I ge