Skip to content
Snippets Groups Projects
Commit 808e7106 authored by Dimitri Savineau's avatar Dimitri Savineau Committed by Guillaume Abrioux
Browse files

ceph-validate: check db/journal/wal devices too


When using dedicated devices for db/journal/wal objecstore with
ceph-volume lvm batch then we should also validate that those devices
exist and don't use a gpt partition table in addition of the devices
and lvm_volume.data variables.

Signed-off-by: default avatarDimitri Savineau <dsavinea@redhat.com>
parent 7e50380f
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@
failed_when: False
with_items:
- "{{ devices | default([]) }}"
- "{{ dedicated_devices | default([]) }}"
- "{{ bluestore_wal_devices | default([]) }}"
- "{{ lvm_volumes_data_devices | default([]) }}"
- name: fail if one of the devices is not a device
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment