diff --git a/devices/org.osbuild.lvm2.lv b/devices/org.osbuild.lvm2.lv index 8eed0e6a6..ca64f4091 100755 --- a/devices/org.osbuild.lvm2.lv +++ b/devices/org.osbuild.lvm2.lv @@ -186,6 +186,9 @@ class LVService(devices.DeviceService): # Find the volume group that belongs to the device specified # via `parent` + # XXX: does parent_path already needs changing above for + # manage_devices_files? + # XXX2: add test part = options.get("vg_partition") if part: parent_path += f"p{part}"