do not put monitors on the same nodes as clients

Otherwise, for kernel clients (rbd or kclient), ceph-mon can cause a deadlock when it calls sync(2).
This commit is contained in:
Sage Weil 2012-01-07 10:16:39 -08:00
parent cfeaef451b
commit fbf791213b
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
roles:
- [mon.0, mds.0, osd.0]
- [mon.1, osd.1]
- [mon.2, client.0]
- [mon.a, mon.c, osd.0]
- [mon.b, mds.a, osd.1]
- [client.0]

View File

@ -1,4 +1,4 @@
roles:
- [mon.0, mds.0, osd.0, osd.1]
- [mon.1, client.1]
- [mon.2, client.0]
- [mon.0, mon.1, mon.2, mds.0, osd.0, osd.1]
- [client.1]
- [client.0]