On Tue, 6 Jun 2017, Oleg Kolosov wrote: > Hi > I'm writing an erasure code and would like to test it. I've built it > (make) and brought up a virtual cluster (with vstart.sh). However, I > can't stop an osd. > My problem is that init-ceph exits here: > > test -f $LIBEXECDIR/ceph_common.sh || exit 0 > > ceph_common.sh doesn't exist and I wonder what might be the reason for this. > As I've mentioned, "make" is done successfully. If you use the default locations then init-ceph and vstart should be able to find everything. git clone https://github.com/ceph/ceph cd ceph ./do_cmake.sh cd build make ../src/vstart.sh ... bin/init-ceph stop sage -- 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