From a610821b668eb2433b4a76b65806412b22c149ed Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 11 Jul 2019 15:29:17 +0200 Subject: [PATCH] qa/rados/upgrade/jewel-x-singleton: set RBD_FEATURES This commit cannot be cherry-picked from master because luminous is the only non-EOL stable branch that still includes the qa/rados/upgrade/jewel-x-singleton suite. Fixes: https://tracker.ceph.com/issues/40249 Signed-off-by: Nathan Cutler --- .../rados/upgrade/jewel-x-singleton/5-workload/rbd_api.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qa/suites/rados/upgrade/jewel-x-singleton/5-workload/rbd_api.yaml b/qa/suites/rados/upgrade/jewel-x-singleton/5-workload/rbd_api.yaml index 22a5f5750d3a8..354ad6896d977 100644 --- a/qa/suites/rados/upgrade/jewel-x-singleton/5-workload/rbd_api.yaml +++ b/qa/suites/rados/upgrade/jewel-x-singleton/5-workload/rbd_api.yaml @@ -8,4 +8,6 @@ split_tasks: clients: client.0: - rbd/test_librbd.sh - - print: "**** done rbd/test_librbd.sh 7-workload" + env: + RBD_FEATURES: "61" + - print: "**** done rbd/test_librbd.sh 5-workload" -- 2.39.5