From d830049873e826cb023a1ab39571c1eae9441721 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 26 Aug 2024 09:38:34 +0200 Subject: [PATCH] devices: add todos to ensure the open questions get done --- devices/org.osbuild.lvm2.lv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devices/org.osbuild.lvm2.lv b/devices/org.osbuild.lvm2.lv index 8de7fc2b0..f5a4ee7fa 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_partnum") if part: parent_path += f"p{part}"