make sure we use **fsid** in command

pull/197/head
Yin Jifeng 2015-01-22 20:09:06 +08:00
parent 30ac90dcfa
commit 2a2d977e39
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
mode=0644 mode=0644
- name: Ceph monitor mkfs - name: Ceph monitor mkfs
command: "ceph-mon --mkfs -i {{ ansible_hostname }} --fsid {{ cluster_uuid.stdout }} --keyring /var/lib/ceph/tmp/keyring.mon.{{ ansible_hostname }} creates=/var/lib/ceph/mon/ceph-{{ ansible_hostname }}/keyring" command: "ceph-mon --mkfs -i {{ ansible_hostname }} --fsid {{ fsid }} --keyring /var/lib/ceph/tmp/keyring.mon.{{ ansible_hostname }} creates=/var/lib/ceph/mon/ceph-{{ ansible_hostname }}/keyring"
- name: Start and add that the monitor service to the init sequence - name: Start and add that the monitor service to the init sequence
service: > service: >