mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 17:27:54 +00:00
write_ceph_config: also write client section
This commit is contained in:
parent
830f5a93ac
commit
19924e77b4
@ -165,6 +165,7 @@ sub write_ceph_config {
|
||||
};
|
||||
|
||||
&$cond_write_sec('global');
|
||||
&$cond_write_sec('client');
|
||||
&$cond_write_sec('mon');
|
||||
&$cond_write_sec('osd');
|
||||
&$cond_write_sec('mon\..*');
|
||||
|
Loading…
Reference in New Issue
Block a user