ceph-osd: adds osd_objectstore to the name when using the ceph_volume module

This allows for easier debugging if verbosity is not set high enough.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/2245/head
Andrew Schoen 2017-12-01 13:37:44 -06:00 committed by Sébastien Han
parent 15db3323a5
commit 788c3f351a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
- name: use ceph-volume to create osds
- name: "use ceph-volume to create {{ osd_objectstore }} osds"
ceph_volume:
cluster: "{{ cluster }}"
objectstore: "{{ osd_objectstore }}"