Date: Thu, 03 Nov 2022 15:40:44 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 267533] Zfs Multi-Modifier Protection trigger an activity check even if it is disabled Message-ID: <bug-267533-227-MPjYhxMXEr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267533-227@https.bugs.freebsd.org/bugzilla/> References: <bug-267533-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267533 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org Status|New |Open --- Comment #1 from Mark Johnston <markj@FreeBSD.org> --- I'm not very familiar with this feature, so this might be a stupid question. > multihost activity detected txg 3144 ub_txg 3145 timestamp 1666367872 ub= _timestamp 1666367903 Doesn't this indicate that something is indeed writing to the pool? In spa_activity_check() we are polling the root vdev's uberblocks to see if anything is writing to the pool, and the txg changes while polling. Even if the pool has multihost=3Doff and no MMP config, I would expect the txg to s= tay constant. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267533-227-MPjYhxMXEr>