search for: fish_ref

Displaying 2 results from an estimated 2 matches for "fish_ref".

Did you mean: file_ref
2023 May 19
1
[libguestfs PATCH 3/3] LUKS-on-LVM inspection test: test /dev/mapper/VG-LV translation
...uks/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 background process. > +guestfish --remote -- exit > +GUESTFISH_PID= > + > +# Start up another guestfish background process, and specify the keys in > +# /dev/mapper/VG-LV format th...
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