]> git.proxmox.com Git - pve-manager.git/commitdiff
write_ceph_config: also write mds sections
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 19 Feb 2015 05:30:23 +0000 (06:30 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 19 Feb 2015 05:30:23 +0000 (06:30 +0100)
PVE/CephTools.pm

index 659bcae1cc23e074f1514dabc438d8666342031e..187c5b08cfe7ee8591e79fefbe67883267641dc4 100644 (file)
@@ -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\..*');