community.general/plugins
Klention Mali 92ca379319
lvm_pv - Fixes #10444 - Partition device not found (#10596)
* 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
2025-08-11 06:43:47 +02:00
..
action action/become/cache/callback: adjust import __future__ for Python3 (#9583) 2025-01-20 19:36:21 +01:00
become Disable pipelining for doas and machinectl on ansible-core 2.19+ (#10537) 2025-08-02 16:41:58 +02:00
cache fix style in plugins (#10302) 2025-07-02 01:15:50 +12:00
callback tasks_only callback: add result_format_callback docs fragment (#10422) 2025-08-04 19:58:51 +02:00
connection wsl connection: import paramiko directly (#10531) 2025-08-01 10:54:26 +02:00
doc_fragments fix style in plugins (#10302) 2025-07-02 01:15:50 +12:00
filter json_query: extend list of type aliases for compatibility with ansible-core 2.19 (#10539) 2025-08-02 16:42:34 +02:00
inventory scaleway: update zone list (#10424) 2025-08-04 19:59:45 +02:00
lookup Add binary_file lookup (#10616) 2025-08-10 13:32:35 +02:00
module_utils django module utils: remove deprecated function arg ignore_value_none (#10574) 2025-08-04 20:02:10 +02:00
modules lvm_pv - Fixes #10444 - Partition device not found (#10596) 2025-08-11 06:43:47 +02:00
plugin_utils Make ready for data tagging (#9833) 2025-04-14 19:04:26 +02:00
test Adjust YAML in plugin docs (#10234) 2025-06-16 17:46:01 +02:00