From: Nathan Cutler Date: Tue, 26 Jul 2016 17:12:22 +0000 (+0200) Subject: qa/qa_scripts/cephscrub.sh: do not try to remove ceph-fs-common package X-Git-Tag: v11.0.1~633^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=89c72828fc2722b7a3ab80be0d756d2477af66af;p=ceph-ci.git qa/qa_scripts/cephscrub.sh: do not try to remove ceph-fs-common package The ceph-fs-common package is being dropped. Signed-off-by: Nathan Cutler --- diff --git a/qa/qa_scripts/cephscrub.sh b/qa/qa_scripts/cephscrub.sh index 7bd16fd21a2..216d655f1cf 100755 --- a/qa/qa_scripts/cephscrub.sh +++ b/qa/qa_scripts/cephscrub.sh @@ -12,8 +12,6 @@ sudo apt-get -y purge ceph-fuse sudo apt-get -y purge ceph-fuse-dbg sudo apt-get -y purge ceph-common sudo apt-get -y purge ceph-common-dbg -sudo apt-get -y purge ceph-fs-common -sudo apt-get -y purge ceph-fs-common-dbg sudo apt-get -y purge ceph-resource-agents sudo apt-get -y purge librados2 sudo apt-get -y purge librados2-dbg