From 7b644f599bdc98f40270d52ed3d260cace16fc08 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 22 Sep 2019 13:32:37 -0500 Subject: [PATCH] qa/suites/rados/singleton/all/admin-socket: fix test We can't set the filestore setting because filestore isn't active and so the option isn't observed, so it isn't changeable. Signed-off-by: Sage Weil --- qa/suites/rados/singleton/all/admin-socket.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/rados/singleton/all/admin-socket.yaml b/qa/suites/rados/singleton/all/admin-socket.yaml index 13af8131573..76bee411c43 100644 --- a/qa/suites/rados/singleton/all/admin-socket.yaml +++ b/qa/suites/rados/singleton/all/admin-socket.yaml @@ -18,7 +18,7 @@ tasks: help: config show: config help: - config set filestore_dump_file /tmp/foo: + config set bluestore_csum_type xxhash64: perf dump: perf schema: get_heap_property tcmalloc.max_total_thread_cache_byte: -- 2.39.5