]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph_common.sh: Fix sed regex in get_local_daemon_list
authorGary Lowell <glowell@inktank.com>
Thu, 14 Mar 2013 06:39:34 +0000 (23:39 -0700)
committerSage Weil <sage@inktank.com>
Thu, 14 Mar 2013 17:02:14 +0000 (10:02 -0700)
commitce7ee72792e203ae04b7bc48a3ccd5b63bb9e224
tree9374a726f7fd4bbf12d9a2d9c52aab56fecb4cfd
parent4637752db6f8520abba160b4817323379c4a7fe0
ceph_common.sh:  Fix sed regex in get_local_daemon_list

In get_local_daemon_list() the sed expression trimming the cluster
name from the host name was trimming too much if the host name
contained hyphens.

Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
src/ceph_common.sh