Displaying 20 results from an estimated 58 matches for "guestfs_luks_close".
2015 Jun 16
1
[PATCH] guestfs.pod: fix a typo
...he reverse process to close a LUKS device. Unmount
any logical volumes on it, deactivate the volume groups
-by caling C<guestfs_vg_activate (g, 0, ["/dev/VG"])>.
+by calling C<guestfs_vg_activate (g, 0, ["/dev/VG"])>.
Then close the mapper device by calling
L</guestfs_luks_close> on the F</dev/mapper/mapname>
device (I<not> the underlying encrypted block device).
--
2.1.0
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of
local disk.
Rich.
2020 Mar 30
0
[PATCH 1/7] New APIs: cryptsetup-open and cryptsetup-close.
...-Use the reverse process to close a LUKS device. Unmount
+Use the reverse process to close an encrypted device. Unmount
any logical volumes on it, deactivate the volume groups
by calling C<guestfs_vg_activate (g, 0, ["/dev/VG"])>.
Then close the mapper device by calling
-L</guestfs_luks_close> on the F</dev/mapper/mapname>
+L</guestfs_cryptsetup_close> on the F</dev/mapper/mapname>
device (I<not> the underlying encrypted block device).
=head2 MOUNT LOCAL
--
2.25.0
2020 Sep 07
0
[PATCH v2 1/7] New APIs: cryptsetup-open and cryptsetup-close.
...-Use the reverse process to close a LUKS device. Unmount
+Use the reverse process to close an encrypted device. Unmount
any logical volumes on it, deactivate the volume groups
by calling C<guestfs_vg_activate (g, 0, ["/dev/VG"])>.
Then close the mapper device by calling
-L</guestfs_luks_close> on the F</dev/mapper/mapname>
+L</guestfs_cryptsetup_close> on the F</dev/mapper/mapname>
device (I<not> the underlying encrypted block device).
=head2 MOUNT LOCAL
--
2.27.0
2020 Sep 07
9
[PATCH v2 0/7] Windows BitLocker support.
Original version linked from here:
https://bugzilla.redhat.com/show_bug.cgi?id=1808977#c8
There is no change in the code in this series, but feedback from the
original series was we shouldn't lose the error message in patch 7.
When I tested this just now in fact we don't lose the error if
debugging is enabled, but I have updated the commit message to note
what the error message is in the
2020 Mar 30
9
[PATCH 0/7] Support Windows BitLocker (RHBZ#1808977).
These commits, along with the associated changes to common:
https://www.redhat.com/archives/libguestfs/2020-March/msg00286.html
support the transparent decryption and inspection of Windows guests
encrypted with BitLocker encryption.
To do the BitLocker decryption requires cryptsetup 2.3.0 (although
cryptsetup 2.3 is not required for existing LUKS use). It also
requires a new-ish Linux kernel, I
2010 Aug 02
5
[PATCH v3 0/5] Inspection code in C
The first three patches were posted previously:
https://www.redhat.com/archives/libguestfs/2010-July/msg00082.html
The last two patches in this series change guestfish -i to use
this new code.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to
2010 Jul 29
4
[PATCH 0/3] Inspection code in C
These three patches (two were previously posted) can do simple
operating system inspection in C.
Example of use:
><fs> add-ro rhel55.img
><fs> run
><fs> inspect-os
/dev/VolGroup00/LogVol00
><fs> inspect-get-type /dev/VolGroup00/LogVol00
linux
><fs> inspect-get-distro /dev/VolGroup00/LogVol00
rhel
><fs> inspect-get-arch
2010 Aug 17
8
[PATCH v4 0/8] Inspection code in C
Previously discussed here:
https://www.redhat.com/archives/libguestfs/2010-August/msg00002.html
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine. Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
2020 Sep 17
13
[PATCH v3 0/8] Windows BitLocker support.
As discussed in the emails today, this is the third version addressing
most points from the v1/v2 review.
You will need to pair this with the changes in libguestfs-common from
this series:
https://www.redhat.com/archives/libguestfs/2020-September/msg00050.html
Rich.
2012 Mar 29
3
[PATCH v3] New APIs: mount-local, mount-local-run and umount-local using FUSE
This changes the proposed API slightly.
Previously 'mount-local' generating a 'mounted' event when the
filesystem was ready, and from the 'mounted' event you had to
effectively do a fork.
Now, 'mount-local' just initializes the mountpoint and you have to
call 'mount-local-run' to enter the FUSE main loop. Between these
calls you can do a fork or whatever
2015 Jun 14
2
[PATCH] pod: Use F<> for filenames instead of C<>.
...d to the underlying block device respectively.
@@ -588,7 +588,7 @@ Use the reverse process to close a LUKS device. Unmount
any logical volumes on it, deactivate the volume groups
by caling C<guestfs_vg_activate (g, 0, ["/dev/VG"])>.
Then close the mapper device by calling
-L</guestfs_luks_close> on the C</dev/mapper/mapname>
+L</guestfs_luks_close> on the F</dev/mapper/mapname>
device (I<not> the underlying encrypted block device).
=head2 MOUNT LOCAL
@@ -882,7 +882,7 @@ respectively.
Un*x-like and Linux-based operating systems usually consist of several...
2010 Dec 07
0
builder-debian libguestfs FAILED tests 4c5038ab54fb6fdff75ca8d5fdda9e73f48a5050
...sts
warning: "guestfs_ntfsresize_size" has no tests
warning: "guestfs_lvm_set_filter" has no tests
warning: "guestfs_lvm_clear_filter" has no tests
warning: "guestfs_luks_open" has no tests
warning: "guestfs_luks_open_ro" has no tests
warning: "guestfs_luks_close" has no tests
warning: "guestfs_luks_format" has no tests
warning: "guestfs_luks_format_cipher" has no tests
warning: "guestfs_luks_add_key" has no tests
warning: "guestfs_luks_kill_slot" has no tests
warning: "guestfs_findfs_uuid" has no tests...
2010 Dec 24
0
builder-debian libguestfs success 3f4dc56a32074a02b1b829bd7a91878f73022d1d
...sts
warning: "guestfs_ntfsresize_size" has no tests
warning: "guestfs_lvm_set_filter" has no tests
warning: "guestfs_lvm_clear_filter" has no tests
warning: "guestfs_luks_open" has no tests
warning: "guestfs_luks_open_ro" has no tests
warning: "guestfs_luks_close" has no tests
warning: "guestfs_luks_format" has no tests
warning: "guestfs_luks_format_cipher" has no tests
warning: "guestfs_luks_add_key" has no tests
warning: "guestfs_luks_kill_slot" has no tests
warning: "guestfs_findfs_uuid" has no tests...
2011 Jan 07
0
builder-debian libguestfs success 7e1114445e713c4a15f3f2cede5842044de1735a
...sts
warning: "guestfs_ntfsresize_size" has no tests
warning: "guestfs_lvm_set_filter" has no tests
warning: "guestfs_lvm_clear_filter" has no tests
warning: "guestfs_luks_open" has no tests
warning: "guestfs_luks_open_ro" has no tests
warning: "guestfs_luks_close" has no tests
warning: "guestfs_luks_format" has no tests
warning: "guestfs_luks_format_cipher" has no tests
warning: "guestfs_luks_add_key" has no tests
warning: "guestfs_luks_kill_slot" has no tests
warning: "guestfs_findfs_uuid" has no tests...
2010 Dec 24
1
builder-ubuntu libguestfs success 3f4dc56a32074a02b1b829bd7a91878f73022d1d
...sts
warning: "guestfs_ntfsresize_size" has no tests
warning: "guestfs_lvm_set_filter" has no tests
warning: "guestfs_lvm_clear_filter" has no tests
warning: "guestfs_luks_open" has no tests
warning: "guestfs_luks_open_ro" has no tests
warning: "guestfs_luks_close" has no tests
warning: "guestfs_luks_format" has no tests
warning: "guestfs_luks_format_cipher" has no tests
warning: "guestfs_luks_add_key" has no tests
warning: "guestfs_luks_kill_slot" has no tests
warning: "guestfs_findfs_uuid" has no tests...
2010 Dec 07
0
builder-debian libguestfs success 4b8f70d46dcfed1489c97f822e263b8615f21ea0
...sts
warning: "guestfs_ntfsresize_size" has no tests
warning: "guestfs_lvm_set_filter" has no tests
warning: "guestfs_lvm_clear_filter" has no tests
warning: "guestfs_luks_open" has no tests
warning: "guestfs_luks_open_ro" has no tests
warning: "guestfs_luks_close" has no tests
warning: "guestfs_luks_format" has no tests
warning: "guestfs_luks_format_cipher" has no tests
warning: "guestfs_luks_add_key" has no tests
warning: "guestfs_luks_kill_slot" has no tests
warning: "guestfs_findfs_uuid" has no tests...
2010 Dec 08
0
builder-ubuntu libguestfs success 4e8ad174cadf9e75401b7fa0d380d4c84c29c9ec
...sts
warning: "guestfs_ntfsresize_size" has no tests
warning: "guestfs_lvm_set_filter" has no tests
warning: "guestfs_lvm_clear_filter" has no tests
warning: "guestfs_luks_open" has no tests
warning: "guestfs_luks_open_ro" has no tests
warning: "guestfs_luks_close" has no tests
warning: "guestfs_luks_format" has no tests
warning: "guestfs_luks_format_cipher" has no tests
warning: "guestfs_luks_add_key" has no tests
warning: "guestfs_luks_kill_slot" has no tests
warning: "guestfs_findfs_uuid" has no tests...
2011 Jan 04
0
builder-debian libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...sts
warning: "guestfs_ntfsresize_size" has no tests
warning: "guestfs_lvm_set_filter" has no tests
warning: "guestfs_lvm_clear_filter" has no tests
warning: "guestfs_luks_open" has no tests
warning: "guestfs_luks_open_ro" has no tests
warning: "guestfs_luks_close" has no tests
warning: "guestfs_luks_format" has no tests
warning: "guestfs_luks_format_cipher" has no tests
warning: "guestfs_luks_add_key" has no tests
warning: "guestfs_luks_kill_slot" has no tests
warning: "guestfs_findfs_uuid" has no tests...
2011 Jan 25
0
builder-debian libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...sts
warning: "guestfs_ntfsresize_size" has no tests
warning: "guestfs_lvm_set_filter" has no tests
warning: "guestfs_lvm_clear_filter" has no tests
warning: "guestfs_luks_open" has no tests
warning: "guestfs_luks_open_ro" has no tests
warning: "guestfs_luks_close" has no tests
warning: "guestfs_luks_format" has no tests
warning: "guestfs_luks_format_cipher" has no tests
warning: "guestfs_luks_add_key" has no tests
warning: "guestfs_luks_kill_slot" has no tests
warning: "guestfs_findfs_uuid" has no tests...