]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Split osd's into 2 nodes
authorVasu Kulkarni <vasu@redhat.com>
Thu, 26 May 2016 17:44:07 +0000 (10:44 -0700)
committerVasu Kulkarni <vasu@redhat.com>
Mon, 5 Dec 2016 23:35:08 +0000 (15:35 -0800)
http://tracker.ceph.com/issues/15612
Not all test machines(mira, vps) have 4 osd's and without this
change it will fail on nodes with < 4 osds, since one of the
osd will be on ext4 and it will hit long filename issue

Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
suites/rgw/singleton/all/radosgw-admin-data-sync.yaml
suites/rgw/singleton/all/radosgw-admin.yaml

index 328641ea0a124f042aa86e2a45461ec47c9b12da..0427879765fbd9251cdb3ad42ea2f83852998e4b 100644 (file)
@@ -1,5 +1,6 @@
 roles:
-- [mon.a, osd.0, osd.1, osd.2, osd.3, client.0, client.1]
+- [mon.a, osd.0, client.0]
+- [osd.1, osd.2, osd.3, client.1]
 tasks:
 - install:
 - ceph:
index fd2a131fdbbd3a50b1f69d727f770d64d9910024..e89ee3c8da10fd21e101ed4bb32337d3618108ea 100644 (file)
@@ -1,5 +1,6 @@
 roles:
-- [mon.a, osd.0, client.0, osd.1, osd.2, osd.3]
+- [mon.a, osd.0]
+- [client.0, osd.1, osd.2, osd.3]
 tasks:
 - install:
 - ceph: