From: Kefu Chai Date: Wed, 13 Dec 2017 11:42:34 +0000 (+0800) Subject: qa/standalone/ceph-helpers.sh: silence ceph-disk DEPRECATION_WARNING X-Git-Tag: v13.0.2~794^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4e621762ed7a6e33622a3acadf1a1de60007c6d9;p=ceph.git qa/standalone/ceph-helpers.sh: silence ceph-disk DEPRECATION_WARNING Signed-off-by: Kefu Chai --- 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