[Bug 257316] kstat.zfs sysctl tree unreachable for pools with "." in the name

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 22 Aug 2021 21:23:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257316

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=e7d99efb3638b71756da8033ef8cef74213c42fd

commit e7d99efb3638b71756da8033ef8cef74213c42fd
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2021-07-21 21:11:00 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2021-08-22 21:11:00 +0000

    Escape any '.' characters in sysctl node names

    ZFS creates some sysctl nodes that include a pool name, and '.' is an
    allowed character in pool names.  But it's the separator in the sysctl
    tree, so it can't be included in a sysctl name.  Replace it with "%25".
    Handily, "%" is illegal in ZFS pool names, so there's no ambiguity
    there.

    PR:             257316
    Sponsored by:   Axcient
    Reviewed by:    freqlabs
    Differential Revision: https://reviews.freebsd.org/D31265

    (cherry picked from commit 6c9506559080da2914749bf611225d7c0a153609)

 sys/kern/kern_sysctl.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 46 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.