mirror of https://github.com/ceph/ceph-ansible.git
Updated version compare to 0.84.0 per laseb comment
parent
fc270bb772
commit
67a895159e
|
@ -9,9 +9,9 @@
|
|||
- cephfs_data
|
||||
- cephfs_metadata
|
||||
changed_when: false
|
||||
when: not {{ ceph_version | version_compare('0.80.0', '<') }}
|
||||
when: not {{ ceph_version | version_compare('0.84.0', '<') }}
|
||||
|
||||
- name: create ceph filesystem
|
||||
command: ceph --cluster {{ cluster }} fs new {{ cephfs }} {{ cephfs_metadata }} {{ cephfs_data }}
|
||||
changed_when: false
|
||||
when: not {{ ceph_version | version_compare('0.80.0', '<') }}
|
||||
when: not {{ ceph_version | version_compare('0.84.0', '<') }}
|
||||
|
|
Loading…
Reference in New Issue