From 19924e77b4000a24ae73076d8a63ea4ddd6b0a7b Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 18 Feb 2015 05:50:38 +0100 Subject: [PATCH] write_ceph_config: also write client section --- PVE/CephTools.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/CephTools.pm b/PVE/CephTools.pm index 7f66d202..659bcae1 100644 --- a/PVE/CephTools.pm +++ b/PVE/CephTools.pm @@ -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\..*');