From 4e621762ed7a6e33622a3acadf1a1de60007c6d9 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 13 Dec 2017 19:42:34 +0800 Subject: [PATCH] qa/standalone/ceph-helpers.sh: silence ceph-disk DEPRECATION_WARNING Signed-off-by: Kefu Chai --- qa/standalone/ceph-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/standalone/ceph-helpers.sh b/qa/standalone/ceph-helpers.sh index e464439f80e..6f8c14a4a67 100755 --- a/qa/standalone/ceph-helpers.sh +++ b/qa/standalone/ceph-helpers.sh @@ -1867,7 +1867,7 @@ function main() { export PATH=${CEPH_BUILD_VIRTUALENV}/ceph-disk-virtualenv/bin:${CEPH_BUILD_VIRTUALENV}/ceph-detect-init-virtualenv/bin:.:$PATH # make sure program from sources are preferred #export PATH=$CEPH_ROOT/src/ceph-disk/virtualenv/bin:$CEPH_ROOT/src/ceph-detect-init/virtualenv/bin:.:$PATH # make sure program from sources are preferred - + export PYTHONWARNINGS=ignore export CEPH_CONF=/dev/null unset CEPH_ARGS -- 2.47.3