search for: vg_pin

Displaying 6 results from an estimated 6 matches for "vg_pin".

Did you mean: vg_main
2011 Jul 29
0
Speeding up Windows upload script
...win:/windows/system32/ copy-in /tmp/driver.inf win:/windows/system32/ -rm-rf win:/Temp/testprogs -mkdir win:/Temp copy-in /tmp/testprogs win:/Temp/ EOF ---------------------------------------------------------------------- I tested this by doing: $ qemu-img create -f qcow2 -o backing_file=/dev/vg_pin/Win7x32 win.qcow2 Formatting 'win.qcow2', fmt=qcow2 size=21474836480 backing_file='/dev/vg_pin/Win7x32' encryption=off cluster_size=65536 and creating some dummy driver.sys, driver.inf, testprogs directory (about 1 MB of data). I then tested the script above and it took 4 seconds...
2011 Sep 28
1
[PATCH] New APIs: {compress, gzip, xz}-out, {compress, gzip, xz}-device-out.
-- 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 F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora -------------- next part -------------- >From 1ff2c479a63574395903361bfb037e555c69ad26 Mon Sep 17 00:00:00 2001 From:
2011 Jan 26
1
[PATCH] Don't use libvirt for volume information when converting with libvirtxml
Unless you're lucky, the target volumes won't be in a storage pool, so libvirt will return an error. For libvirtxml we know that the storage is local, so we can inspect it directly. We use qemu-img to determine format and file size. --- lib/Sys/VirtV2V/Connection/LibVirtXMLSource.pm | 48 ++++++++++++++++++++--- 1 files changed, 41 insertions(+), 7 deletions(-) diff --git
2012 May 22
2
【help】why not support showing filename containing chinese characters with the ls function?
Hi,everyone: As the subject says, why chinese characters are shown as '?' by using ls function? Did anyone encounter the same problem and does resolution exist? Looking forward to your reply. Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 May 04
1
[virt-tools-list] libguestfs for Windows guests?
On 05/04/2012 08:22 PM, Jonathan E. Brickman wrote: > Is libguestfs working for Windows guests? Ccing libguestfs list. > > -- > Jonathan E. Brickman > /Ponderworthy Music/ <http://ponderworthy.com> > 805 SW Jewell Ave > Topeka KS 66606-1610 > jeb at ponderworthy.com <mailto:jeb at ponderworthy.com> > > >
2012 Apr 18
1
[PATCH RFC] sysprep: remove user accounts
Hi Rich, This patch attends to remove the user accounts in the guest, I send this out to request your comments, if the concept is correct and you can point out some syntax error for me. Thanks a lot, Wanlong Gao Remove user accounts except the root user. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- sysprep/Makefile.am | 2 +