From bdd5ba0910aaa2835d899299f82bb6190c890e67 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 10 Aug 2017 16:57:06 -0700 Subject: [PATCH] test/ceph: move ceph_raw.img to /var/tmp This doesn't need to be in the output directory - we don't want to publish it as part of the build results. Change-Id: Iee639a3f21f9ca5cc543d3cc06d559b21d5ecc68 Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/373842 Tested-by: SPDK Automated Test System Reviewed-by: Seth Howell --- scripts/ceph/start.sh | 2 +- scripts/ceph/stop.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ceph/start.sh b/scripts/ceph/start.sh index a7f76c868..a36b2f50a 100755 --- a/scripts/ceph/start.sh +++ b/scripts/ceph/start.sh @@ -13,7 +13,7 @@ ceph_conf=${base_dir}/ceph.conf ceph_conf_temp=${base_dir}/ceph.conf.tmp mnt_dir=${base_dir}/ceph/mnt dev_backend=/dev/ceph -image=${base_dir}/../../../output/ceph_raw.img +image=/var/tmp/ceph_raw.img dev=/dev/loop200 # partition osd diff --git a/scripts/ceph/stop.sh b/scripts/ceph/stop.sh index a9a5d373f..57399b8e6 100755 --- a/scripts/ceph/stop.sh +++ b/scripts/ceph/stop.sh @@ -4,7 +4,7 @@ set -x base_dir=`pwd` home_folder=${base_dir}/ceph -image=${base_dir}/../../../output/ceph_raw.img +image=/var/tmp/ceph_raw.img dev_backend=/dev/ceph pkill -9 ceph