mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
* Skip rescan for partition devices in LVM PV module Adds a check to prevent unnecessary rescan attempts on partition devices in the LVM physical volume module. When a device is actually a partition, attempting to rescan it via sysfs would fail since partitions don't have a rescan interface. This change improves error handling by gracefully skipping the rescan operation when dealing with partition devices, avoiding misleading warning messages. * Rewrote device rescan logic Added changelog fragment * Add issue reference to lvm_pv changelog entry |
||
---|---|---|
.. | ||
action | ||
become | ||
cache | ||
callback | ||
connection | ||
doc_fragments | ||
filter | ||
inventory | ||
lookup | ||
module_utils | ||
modules | ||
plugin_utils | ||
test |