]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph_common.sh: tolerate missing mds, mon, osds in conf
authorSage Weil <sage@inktank.com>
Tue, 26 Feb 2013 19:10:44 +0000 (11:10 -0800)
committerSage Weil <sage@inktank.com>
Tue, 26 Feb 2013 19:10:44 +0000 (11:10 -0800)
commit95a379aa7391b988c32765891b0010b2f46014fc
tree043a8d6b5cc68747540c31fc1e91f4ce3ea3e29f
parent9096d70642880946b0b477e33f7debabbefec9fa
ceph_common.sh: tolerate missing mds, mon, osds in conf

With set -e this seems to fail (at least on some machines) if, say, there
is no MDS in the conf file.  This fixes it.

Tested-by: Mark Nelson <mark.nelson@inktank.com>
Signed-off-by: Sage Weil <sage@inktank.com>
src/ceph_common.sh