From: Sage Weil Date: Thu, 12 Mar 2009 21:12:04 +0000 (-0700) Subject: initscripts: print cconf command if verbose X-Git-Tag: v0.7.1^2~61 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=84e5bc37a75966aea0107b855185be419475b9a9;p=ceph.git initscripts: print cconf command if verbose --- diff --git a/src/ceph_common.sh b/src/ceph_common.sh index d63fd2f229fc..7004028f8d2d 100644 --- a/src/ceph_common.sh +++ b/src/ceph_common.sh @@ -101,6 +101,7 @@ get_conf() { key=$3 shift; shift; shift + [[ $verbose == 1 ]] && echo "$CCONF -c $conf -i $id -t $type $tmp \"$key\" \"$def\"" eval "$var=\"`$CCONF -c $conf -i $id -t $type $tmp \"$key\" \"$def\"`\"" }