search for: rhel45

Displaying 4 results from an estimated 4 matches for "rhel45".

Did you mean: rhel4
2008 Oct 29
1
OT?: Binaries from sernet
All, Apologies if this is an impertinent question. I've been installing source RPMs from the "Experimental" branch at sernet. That has yet to change to samba-3.2.4. I understand it's a volunteer effort, but I was wondering if any work is being done to create the 3.2.4 source rpm? Dimitri -- This message has been scanned for viruses and dangerous content by MailScanner,
2010 Sep 10
11
Large directory performance
We have been struggling with our Lustre performance for some time now especially with large directories. I recently did some informal benchmarking (on a live system so I know results are not scientifically valid) and noticed a huge drop in performance of reads(stat operations) past 20k files in a single directory. I''m using bonnie++, disabling IO testing (-s 0) and just creating, reading,
2015 Mar 10
0
[PATCH] v2v: Add the test-harness used by external tests.
...-v2v-test-harness.pod new file mode 100644 index 0000000..2163827 --- /dev/null +++ b/v2v/test-harness/virt-v2v-test-harness.pod @@ -0,0 +1,170 @@ +=head1 NAME + +virt-v2v-test-harness - Used to test virt-v2v against real test cases + +=head1 SYNOPSIS + + open V2v_test_harness + + let test = "rhel45-i386-fv" + let test_plan = { + default_plan with + boot_plan = Boot_to_screenshot (test ^ ".ppm") + } + + let () = run ~test ~test_plan () + +=head1 DESCRIPTION + +L<virt-v2v(1)> converts guests from a foreign hypervisor to run on +KVM, managed by libvirt, OpenStack, oVi...
2015 Mar 10
2
[PATCH 0/1] v2v: Add the test-harness used by external tests.
As I'm now working through the enormous virt-v2v/virt-p2v bug list, we need a high quality set of tests to ensure that we don't accidentally regress some old OS/hypervisor combination while making changes. The test cases are going to be huge, so we cannot possibly distribute them in libguestfs. Furthermore many of them have licensing problems which means we cannot redistribute them at