]> git.proxmox.com Git - pve-manager.git/commitdiff
write_ceph_config: also write client section
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 18 Feb 2015 04:50:38 +0000 (05:50 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 18 Feb 2015 04:50:38 +0000 (05:50 +0100)
PVE/CephTools.pm

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