mirror of https://github.com/ceph/ceph-ansible.git
ceph-osd: fix an item propagation error while partitioning disks
Signed-off-by: Erik Hollensbe <github@hollensbe.org>pull/873/head
parent
703e5fed82
commit
6b218a36d9
|
@ -43,7 +43,7 @@
|
|||
- name: prepare ceph osd disk with kv_store
|
||||
docker:
|
||||
image: "{{ ceph_osd_docker_username }}/{{ ceph_osd_docker_imagename }}"
|
||||
name: "{{ ansible_hostname }}-osd-prepare-{{ item | regex_replace('/', '') }}"
|
||||
name: "{{ ansible_hostname }}-osd-prepare-{{ item.0 | regex_replace('/', '') }}"
|
||||
net: host
|
||||
pid: host
|
||||
state: running
|
||||
|
|
Loading…
Reference in New Issue