write_ceph_config: also write client section

This commit is contained in:
Dietmar Maurer 2015-02-18 05:50:38 +01:00
parent 830f5a93ac
commit 19924e77b4

View 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\..*');