Commit b469339b authored by Dietmar Maurer's avatar Dietmar Maurer

write_ceph_config: also write mds sections

parent b9574b9c
...@@ -166,6 +166,8 @@ sub write_ceph_config { ...@@ -166,6 +166,8 @@ sub write_ceph_config {
&$cond_write_sec('global'); &$cond_write_sec('global');
&$cond_write_sec('client'); &$cond_write_sec('client');
&$cond_write_sec('mds');
&$cond_write_sec('mds\..*');
&$cond_write_sec('mon'); &$cond_write_sec('mon');
&$cond_write_sec('osd'); &$cond_write_sec('osd');
&$cond_write_sec('mon\..*'); &$cond_write_sec('mon\..*');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment