[pve-devel] [PATCH pve-storage 3/8] cephconfig: support sections in the format of [client.$NAME]
Max Carrara
m.carrara at proxmox.com
Tue Jan 30 19:40:36 CET 2024
Signed-off-by: Max Carrara <m.carrara at proxmox.com>
---
src/PVE/CephConfig.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PVE/CephConfig.pm b/src/PVE/CephConfig.pm
index 6b10d46..46b92ea 100644
--- a/src/PVE/CephConfig.pm
+++ b/src/PVE/CephConfig.pm
@@ -77,6 +77,7 @@ sub write_ceph_config {
&$cond_write_sec('global');
&$cond_write_sec('client');
+ &$cond_write_sec('client\..*');
&$cond_write_sec('mds');
&$cond_write_sec('mon');
--
2.39.2
More information about the pve-devel
mailing list