Skip to content

Commit

Permalink
devices: add todos to ensure the open questions get done
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Aug 26, 2024
1 parent 5ab30a3 commit f5955b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devices/org.osbuild.lvm2.lv
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit f5955b8

Please sign in to comment.