File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 39
39
- block :
40
40
- name : Query for existing Ceph volumes
41
41
pve_ceph_volume :
42
+ check_mode : no
42
43
register : _ceph_volume_data
43
44
44
45
- name : Generate a list of active OSDs
126
127
- name : List Ceph Pools
127
128
command : ceph osd pool ls
128
129
changed_when : false
130
+ check_mode : no
129
131
register : _ceph_pools
130
132
131
133
- name : Create Ceph Pools
175
177
- name : List Ceph Filesystems
176
178
command : ceph fs ls -f json
177
179
changed_when : false
180
+ check_mode : no
178
181
when : " pve_ceph_fs | length > 0"
179
182
register : _ceph_fs
180
183
192
195
- name : Get Ceph Filesystem pool CRUSH rules
193
196
command : ' ceph -f json osd pool get {{ item.0.name }}_{{ item.1 }} crush_rule'
194
197
changed_when : false
198
+ check_mode : no
195
199
when : " pve_ceph_fs | length > 0"
196
200
register : _ceph_fs_rule
197
201
loop : ' {{ pve_ceph_fs | product(["data", "metadata"]) | list }}'
You can’t perform that action at this time.
0 commit comments