[Bug 241083] zfs: zpool import seems to probe all snapshots

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 6 16:02:04 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241083

--- Comment #19 from Martin Birgmeier <d8zNeCFG at aon.at> ---
I also noticed the same thing, but they are indeed different.

[0]# ll /lib/libzfs.so.3*
-r--r--r--  1 root  wheel  310944 Oct  6 09:10 /lib/libzfs.so.3
-r--r--r--  1 root  wheel  310944 Dec 30  2018 /lib/libzfs.so.3.ORIG
[0]# diff =(strings /lib/libzfs.so.3.ORIG) =(strings /lib/libzfs.so.3)         
870a871
> vfs.zfs.vol.recursive
1230a1232
> ZFS::ZVOL
1586a1589
> sysctlbyname
1989d1991
< sysctlbyname
2125,2126d2126
< fff.
< ffff.
2128,2130d2127
< l$(I
< \$0H
< ffffff.
2131a2129,2132
> ffff.
> fffff.
> fffff.
> s0A9
2987a2989
> Lc5=
[1]# 

Btw I had to adapt bool in the patch as it does not exist in 12.0 (it is
boolean_t and B_TRUE). (The patch initially applied cleanly but could not be
compiled.)

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list