mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 12:02:14 +00:00
write_ceph_config: also write mds sections
This commit is contained in:
parent
f1a4676864
commit
0fe9bdd571
@ -166,6 +166,8 @@ sub write_ceph_config {
|
||||
|
||||
&$cond_write_sec('global');
|
||||
&$cond_write_sec('client');
|
||||
&$cond_write_sec('mds');
|
||||
&$cond_write_sec('mds\..*');
|
||||
&$cond_write_sec('mon');
|
||||
&$cond_write_sec('osd');
|
||||
&$cond_write_sec('mon\..*');
|
||||
|
Loading…
Reference in New Issue
Block a user