From: Kefu Chai <k.chai@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH manager 0/1] ui: ceph: config db: auto-show MASK column when masks are in use
Date: Wed, 17 Jun 2026 19:52:28 +0800 [thread overview]
Message-ID: <20260617115229.3763257-1-k.chai@proxmox.com> (raw)
The MASK field in 'ceph config dump' narrows the scope of a config
entry beyond its section, for example 'osd/class:hdd'. The
Configuration Database table has carried a hidden MASK column since
f9bbe5fe, added to reduce noise on clusters where masked
settings are uncommon. On clusters that do use masks, the missing
column makes a scoped entry indistinguishable from a global one.
The patch unhides the column automatically when the loaded data
contains any masked entry. Clusters without masks are unaffected.
Tested on a PVE node. With no masked settings the MASK column was not
visible. After 'ceph config set osd/class:hdd osd_min_pg_log_entries 10'
the column appeared on the next table load with 'class:hdd' shown for
that entry. Removing the entry hid the column again.
Kefu Chai (1):
ui: ceph: config db: auto-show MASK column when masks are in use
www/manager6/ceph/Config.js | 7 +++++++
1 file changed, 7 insertions(+)
--
2.47.3
next reply other threads:[~2026-06-17 11:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-17 11:52 Kefu Chai [this message]
2026-06-17 11:52 ` [PATCH manager 1/1] ui: ceph: config db: auto-show MASK column when masks are in use Kefu Chai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260617115229.3763257-1-k.chai@proxmox.com \
--to=k.chai@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox