From 6b72dac33f3e04707f24879adbb2d9328e39d43e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 3 Apr 2016 18:04:30 -0400 Subject: [PATCH] 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 --- qa/workunits/rados/test-upgrade-from-9.2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5