search for: guestfs_vg_activate

Displaying 20 results from an estimated 60 matches for "guestfs_vg_activate".

2015 Jun 16
1
[PATCH] guestfs.pod: fix a typo
...c/guestfs.pod index fa04c86..5ceef92 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -586,7 +586,7 @@ The logical volume(s) can now be mounted in the usual way. 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"])>. +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.
...you supply to L</guestfs_cryptsetup_open>). Reads and writes to this mapper device are decrypted from and encrypted to the underlying block device respectively. @@ -603,11 +604,11 @@ LVM volume groups on the device can be made visible by calling L</guestfs_vgscan> followed by L</guestfs_vg_activate_all>. The logical volume(s) can now be mounted in the usual way. -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, [&quo...
2020 Sep 07
0
[PATCH v2 1/7] New APIs: cryptsetup-open and cryptsetup-close.
...you supply to L</guestfs_cryptsetup_open>). Reads and writes to this mapper device are decrypted from and encrypted to the underlying block device respectively. @@ -603,11 +604,11 @@ LVM volume groups on the device can be made visible by calling L</guestfs_vgscan> followed by L</guestfs_vg_activate_all>. The logical volume(s) can now be mounted in the usual way. -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, [&quo...
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
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.
2015 Jun 14
2
[PATCH] pod: Use F<> for filenames instead of C<>.
...L</guestfs_luks_open>). Reads and writes to this mapper device are decrypted from and encrypted 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...
2011 Jan 04
0
builder-debian libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...e ../src/guestfs.h:503: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1vg_1activate': com_redhat_et_libguestfs_GuestFS.c:4205: warning: passing argument 3 of 'guestfs_vg_activate' from incompatible pointer type ../src/guestfs.h:1054: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1sfdiskM': com_redhat_et_libguestfs_GuestFS.c:5012: warni...
2011 Jan 25
0
builder-debian libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...e ../src/guestfs.h:503: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1vg_1activate': com_redhat_et_libguestfs_GuestFS.c:4280: warning: passing argument 3 of 'guestfs_vg_activate' from incompatible pointer type ../src/guestfs.h:1064: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1sfdiskM': com_redhat_et_libguestfs_GuestFS.c:5087: warni...
2010 Dec 10
0
builder-debian libguestfs success 363978fa7fc055da380d31103c7de378a08b71fb
...e ../src/guestfs.h:503: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1vg_1activate': com_redhat_et_libguestfs_GuestFS.c:4205: warning: passing argument 3 of 'guestfs_vg_activate' from incompatible pointer type ../src/guestfs.h:1050: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1sfdiskM': com_redhat_et_libguestfs_GuestFS.c:5012: warni...
2011 Jan 04
0
builder-ubuntu libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...src/guestfs.h:503:14: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1vg_1activate': com_redhat_et_libguestfs_GuestFS.c:4205:3: warning: passing argument 3 of 'guestfs_vg_activate' from incompatible pointer type ../src/guestfs.h:1054:12: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1sfdiskM': com_redhat_et_libguestfs_GuestFS.c:5012:3:...
2011 Jan 25
0
builder-ubuntu libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...src/guestfs.h:503:14: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1vg_1activate': com_redhat_et_libguestfs_GuestFS.c:4280:3: warning: passing argument 3 of 'guestfs_vg_activate' from incompatible pointer type ../src/guestfs.h:1064:12: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1sfdiskM': com_redhat_et_libguestfs_GuestFS.c:5087:3:...
2010 Dec 21
0
builder-debian libguestfs success 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f
...e ../src/guestfs.h:503: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1vg_1activate': com_redhat_et_libguestfs_GuestFS.c:4205: warning: passing argument 3 of 'guestfs_vg_activate' from incompatible pointer type ../src/guestfs.h:1054: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1sfdiskM': com_redhat_et_libguestfs_GuestFS.c:5012: warni...
2010 Dec 21
0
builder-ubuntu libguestfs success 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f
...src/guestfs.h:503:14: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1vg_1activate': com_redhat_et_libguestfs_GuestFS.c:4205:3: warning: passing argument 3 of 'guestfs_vg_activate' from incompatible pointer type ../src/guestfs.h:1054:12: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1sfdiskM': com_redhat_et_libguestfs_GuestFS.c:5012:3:...
2010 Dec 14
0
builder-debian libguestfs success dec770f171329868081985ca0aa3d52eb3759935
...e ../src/guestfs.h:503: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1vg_1activate': com_redhat_et_libguestfs_GuestFS.c:4205: warning: passing argument 3 of 'guestfs_vg_activate' from incompatible pointer type ../src/guestfs.h:1050: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1sfdiskM': com_redhat_et_libguestfs_GuestFS.c:5012: warni...
2011 Jan 14
0
builder-debian libguestfs success 4ffa2d6798f7a2bf0baec8e1084659cf6358bc31
...e ../src/guestfs.h:503: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1vg_1activate': com_redhat_et_libguestfs_GuestFS.c:4205: warning: passing argument 3 of 'guestfs_vg_activate' from incompatible pointer type ../src/guestfs.h:1056: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1sfdiskM': com_redhat_et_libguestfs_GuestFS.c:5012: warni...
2011 Jan 14
0
builder-ubuntu libguestfs success 4ffa2d6798f7a2bf0baec8e1084659cf6358bc31
...src/guestfs.h:503:14: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1vg_1activate': com_redhat_et_libguestfs_GuestFS.c:4205:3: warning: passing argument 3 of 'guestfs_vg_activate' from incompatible pointer type ../src/guestfs.h:1056:12: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1sfdiskM': com_redhat_et_libguestfs_GuestFS.c:5012:3:...
2010 Dec 10
0
builder-ubuntu libguestfs success 363978fa7fc055da380d31103c7de378a08b71fb
...src/guestfs.h:503:14: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1vg_1activate': com_redhat_et_libguestfs_GuestFS.c:4205:3: warning: passing argument 3 of 'guestfs_vg_activate' from incompatible pointer type ../src/guestfs.h:1050:12: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1sfdiskM': com_redhat_et_libguestfs_GuestFS.c:5012:3:...
2011 Jan 22
0
builder-ubuntu libguestfs success 78f1405de05ef1f2efebafd8245658d1707e59ef
...src/guestfs.h:503:14: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1vg_1activate': com_redhat_et_libguestfs_GuestFS.c:4280:3: warning: passing argument 3 of 'guestfs_vg_activate' from incompatible pointer type ../src/guestfs.h:1064:12: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1sfdiskM': com_redhat_et_libguestfs_GuestFS.c:5087:3:...