redpanda-data / redpanda-ansible-collection

Apache License 2.0
8 stars 6 forks source link

add check for device already added to raid to system_setup #44

Closed gene-redpanda closed 1 year ago

gene-redpanda commented 1 year ago

Currently system_setup does not check for whether a device has already been RAIDed before running the data dir raid steps. This can result in errors. A skip tag is available as a workaround but a preferable alternative would be checking the RAID status of the devices and then skipping the subsequent tasks if they're already good to go.