search for: c6810aab7

Displaying 3 results from an estimated 3 matches for "c6810aab7".

2018 Sep 03
0
[PATCH] v2v: docs: Describe support for SHA-2 certs for Windows 7 / 2008 R2 (RHBZ#1624878).
Thanks: Yan Vugenfirer. --- v2v/virt-v2v.pod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index c6810aab7..f9f659cef 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1139,6 +1139,20 @@ This can also prevent booting with a 7B error [see previous section] if the guest has group policy containing C<Device Installation Restrictions>. +=head2 Support for SHA-2 certificates in Windows 7 and...
2018 Aug 24
0
[PATCH v6] v2v: Add --print-estimate option to print copy size estimate.
...(JSON.string_of_doc ~fmt:JSON.Indented json) + (* Does the guest require UEFI on the target? *) and get_target_firmware inspect guestcaps source output = message (f_"Checking if the guest needs BIOS or UEFI to boot"); diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index fa7836659..c6810aab7 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -796,6 +796,37 @@ C<root>. You will get an error if virt-v2v is unable to mount/write to the Export Storage Domain. +=item B<--print-estimate> + +Print the estimated size of the data which will be copied from the +source disk(s...
2018 Aug 24
2
[PATCH v6] v2v: Add --print-estimate option to print copy size estimate.
v6: - Make the text output a bit nicer. - Changes as suggested to Measure_disk module temp file & json parsing. - Use jq to test JSON output. - Retest.