Displaying 2 results from an estimated 2 matches for "a8d72b9f9463".
2023 May 19
1
[libguestfs PATCH 3/3] LUKS-on-LVM inspection test: test /dev/mapper/VG-LV translation
...Ersek <lersek at redhat.com>
> ---
> tests/luks/test-key-option-inspect-luks-on-lvm.sh | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/tests/luks/test-key-option-inspect-luks-on-lvm.sh b/tests/luks/test-key-option-inspect-luks-on-lvm.sh
> index a8d72b9f9463..932862b17d4a 100755
> --- a/tests/luks/test-key-option-inspect-luks-on-lvm.sh
> +++ b/tests/luks/test-key-option-inspect-luks-on-lvm.sh
> @@ -101,3 +101,21 @@ eval "$fish_ref"
>
> # Repeat the test.
> check_filesystems
> +
> +# Exit the current guestfish backg...
2023 May 19
3
[libguestfs PATCH 0/3] test "/dev/mapper/VG-LV" with "--key"
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2168506
This small set covers the new /dev/mapper/VG-LV "--key" ID format in the
libguestfs LUKS-on-LVM inspection test.
Thanks,
Laszlo
Laszlo Ersek (3):
update common submodule
LUKS-on-LVM inspection test: rename VGs and LVs
LUKS-on-LVM inspection test: test /dev/mapper/VG-LV translation
common