From 2f42875c9d1abe738b72565e141866d36fc3f86d Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Wed, 6 Jul 2016 11:37:14 +0200 Subject: [PATCH] README: add a FAQ MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 20974e0b2..b55063d26 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,11 @@ osd scrub chunk max | 5 | 25 If you want to use them, just use the `ceph_conf_overrides` variable as explained above. +## FAQ + +1. I want to have OSD numbers seriallized between hosts, so the first OSD node has osd 1,2,3 and the second has osd 4,5,6 etc. How can I do this? +Simply add `serial: 1` after the osd section `- hosts: osds` in your `site.yml` file. + ## Setup with Vagrant using virtualbox provider * Create vagrant_variables.yml -- 2.39.5