diff options
Diffstat (limited to 'src/ceph/qa/suites/rados/upgrade/jewel-x-singleton/0-cluster/start.yaml')
-rw-r--r-- | src/ceph/qa/suites/rados/upgrade/jewel-x-singleton/0-cluster/start.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ceph/qa/suites/rados/upgrade/jewel-x-singleton/0-cluster/start.yaml b/src/ceph/qa/suites/rados/upgrade/jewel-x-singleton/0-cluster/start.yaml new file mode 100644 index 0000000..2872225 --- /dev/null +++ b/src/ceph/qa/suites/rados/upgrade/jewel-x-singleton/0-cluster/start.yaml @@ -0,0 +1,25 @@ +meta: +- desc: | + Run ceph on two nodes, + with a separate client-only node. + Use xfs beneath the osds. +overrides: + ceph: + conf: + mon: + mon warn on legacy crush tunables: false + fs: xfs +roles: +- - mon.a + - mon.b + - mon.c + - mgr.x + - mgr.y + - mds.a + - osd.0 + - osd.1 + - osd.2 +- - osd.3 + - osd.4 + - osd.5 +- - client.0 |