From 525f942edc2648db8f5e4d989fcac1d2a9d403bb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 26 Nov 2012 08:37:45 -0800 Subject: [PATCH] init-ceph: do not make noise about missing devs It is pretty normal not to include the devs line in the ceph.conf. Do not print/warn about it. Signed-off-by: Sage Weil --- src/init-ceph.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/init-ceph.in b/src/init-ceph.in index 2bafa995f754a..1c9e0270d5dfb 100644 --- a/src/init-ceph.in +++ b/src/init-ceph.in @@ -229,8 +229,6 @@ for name in $what; do get_conf tmp_btrfs_devs "" "btrfs devs" if [ -n "$tmp_btrfs_devs" ]; then fs_devs="$tmp_btrfs_devs" - else - echo No osd devs defined! fi fi first_dev=`echo $fs_devs | cut '-d ' -f 1` -- 2.39.5