Revert "ceph-validate: check devices from lvm_volumes"

This reverts commit 3557497336.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/6690/head
Dimitri Savineau 2021-07-06 11:52:15 -04:00 committed by Guillaume Abrioux
parent a684a26428
commit 58dddf586e
2 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,7 @@
unit: MiB
register: devices_parted
failed_when: False
with_items: "{{ devices | default([]) }}"
with_items: "{{ devices }}"
- name: fail if one of the devices is not a device
fail:

View File

@ -140,6 +140,7 @@
when:
- osd_group_name in group_names
- not osd_auto_discovery | default(False) | bool
- devices|default([])|length > 0
- name: include check_eth_mon.yml
include_tasks: check_eth_mon.yml