public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH manager 0/1] ui: ceph: config db: auto-show MASK column when masks are in use
@ 2026-06-17 11:52 Kefu Chai
  2026-06-17 11:52 ` [PATCH manager 1/1] " Kefu Chai
  0 siblings, 1 reply; 2+ messages in thread
From: Kefu Chai @ 2026-06-17 11:52 UTC (permalink / raw)
  To: pve-devel

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-17 11:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-17 11:52 [PATCH manager 0/1] ui: ceph: config db: auto-show MASK column when masks are in use Kefu Chai
2026-06-17 11:52 ` [PATCH manager 1/1] " Kefu Chai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal