From 5015b90697526e8d9c05c91ab9e73f3498161cb3 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 26 Jul 2011 22:06:49 -0700 Subject: [PATCH] roles: use letters for mon, mds names --- roles/3-simple.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/3-simple.yaml b/roles/3-simple.yaml index 6afdacae86957..0b2662b0a2b6a 100644 --- a/roles/3-simple.yaml +++ b/roles/3-simple.yaml @@ -1,4 +1,4 @@ roles: -- [mon.0, mds.0, osd.0] -- [mon.1, osd.1] -- [mon.2, client.0] +- [mon.a, mds.a, osd.0] +- [mon.b, osd.1] +- [mon.c, client.0] -- 2.39.5