From 0fe9bdd571576ede649db809221eff3f27c4a0e9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 19 Feb 2015 06:30:23 +0100 Subject: [PATCH] write_ceph_config: also write mds sections --- PVE/CephTools.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/CephTools.pm b/PVE/CephTools.pm index 659bcae1..187c5b08 100644 --- a/PVE/CephTools.pm +++ b/PVE/CephTools.pm @@ -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\..*');