On 08/20/2018 04:19 AM, Willem Jan Withagen wrote: > Hoi, > > If I look at the code of src/vstart.sh it looks like the intention of > this part is to allow the data directories to be on a different place > from the std??? > > if [ -n "$VSTART_DEST" ]; then > SRC_PATH=`dirname $0` > SRC_PATH=`(cd $SRC_PATH; pwd)` > > CEPH_DIR=$SRC_PATH > CEPH_BIN=${PWD}/bin > CEPH_LIB=${PWD}/lib > > CEPH_CONF_PATH=$VSTART_DEST > CEPH_DEV_DIR=$VSTART_DEST/dev > CEPH_OUT_DIR=$VSTART_DEST/out > CEPH_ASOK_DIR=$VSTART_DEST/out > fi > > Is that a correct assumption? > > Otherwise my attempts fail badly.. > ( export VSTART_DEST=/tmp/rbd-ggate; mkdir -p $VSTART_DEST; cd build; > ctest -R rbd-ggate -V ) > > --WjW > it works without ctest; possible that ctest is setting/resetting something that gets in the way maybe? -- Dan Mick Red Hat, Inc. Ceph docs: http://ceph.com/docs