From ff8f9d30682aad1c095324f212a650fc498950db Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 4 Jun 2013 17:22:39 -0700 Subject: [PATCH] rados: only 1 client for objectcacher stress test Otherwise these may step on each other. --- suites/rados/singleton-nomsgr/all/objectcacher-stress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suites/rados/singleton-nomsgr/all/objectcacher-stress.yaml b/suites/rados/singleton-nomsgr/all/objectcacher-stress.yaml index 3ade04bcb9213..2c5a768cf53ed 100644 --- a/suites/rados/singleton-nomsgr/all/objectcacher-stress.yaml +++ b/suites/rados/singleton-nomsgr/all/objectcacher-stress.yaml @@ -1,5 +1,5 @@ roles: -- [mon.0, osd.0, osd.1, mds.a, client.0, client.1] +- [mon.0, osd.0, osd.1, mds.a, client.0] tasks: - install: - ceph: -- 2.39.5