On 06/26/2012 09:19 PM, ramu wrote:
Hi all, I started ceph through /etc/init.d/ -a start,but it was not stop.I tried with /etc/init.d/ceph -a stop and /etc/init.d/ceph -v -a stop and service ceph -a stop also,there is no error logs showing.I tried with /etc/init.d/ceph -a killall it's working but I want stop single osd or mon it was not working.Please help me.
What command are you running to kill a single osd or mon? '/etc/init.d/ceph -a stop osd.0' should work. If it's still failing, you could change "#!/bin/sh" to "#!/bin/sh -x" at the top of /etc/init.d/ceph to see which command isn't working. Josh -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html