From: Sage Weil Date: Sun, 3 Apr 2016 22:04:30 +0000 (-0400) Subject: qa/workunits/rados/test-upgrade-from-9.2.sh X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6b72dac33f3e04707f24879adbb2d9328e39d43e;p=ceph.git qa/workunits/rados/test-upgrade-from-9.2.sh Skip LibRadosPools.PoolGetBaseTier, which tries to set the cache-mode to 'readonly', which now requires a force flag in jewel+. Signed-off-by: Sage Weil --- diff --git a/qa/workunits/rados/test-upgrade-from-9.2.sh b/qa/workunits/rados/test-upgrade-from-9.2.sh index 22dab4f8ee8c2..6096e463c1cb6 100755 --- a/qa/workunits/rados/test-upgrade-from-9.2.sh +++ b/qa/workunits/rados/test-upgrade-from-9.2.sh @@ -7,7 +7,8 @@ ceph_test_rados_api_lock ceph_test_rados_api_misc # skip *Whiteout tests (see #15095) ceph_test_rados_api_tier --gtest_filter=-*Whiteout -ceph_test_rados_api_pool +# skip LibRadosPools.PoolGetBaseTier, which tries to set 'readonly' cache-mode +ceph_test_rados_api_pool --gtest_filter=-*PoolGetBaseTier ceph_test_rados_api_snapshots ceph_test_rados_api_stat ceph_test_rados_api_watch_notify