search for: vipaar

Displaying 7 results from an estimated 7 matches for "vipaar".

2015 May 19
0
Re: Pivot without copy
...mg --version qemu-img version 2.0.0, Copyright (c) 2004-2008 Fabrice Bellard usage: qemu-img command [command options] QEMU disk image utility ============================================================================================= On Tue, May 19, 2015 at 3:41 PM, Mathew Moon <mathew.moon@vipaar.com> wrote: > Hi Eric, > > Thanks for the info. I see the value in this, but it isn't quite what I > was looking for. Basically what I want to do is to switch between snapshots > quickly. For instance, I am currently working on designing a HA SQL > implementation with fail...
2014 Oct 22
1
Changing 'source file' on running VM.
So I notice that some operations by libvirt such as creating a snapshot actually change the source of the active disk image for a domain without requiring a restart of the vm. How can this be achieved manually? There are instances where I am manipulating files with qemu-img or virsh commands and afterward need to change what file the vm is using as its disk. One example is when deleting a
2015 May 19
3
Re: Pivot without copy
Hi Eric, Thanks for the info. I see the value in this, but it isn't quite what I was looking for. Basically what I want to do is to switch between snapshots quickly. For instance, I am currently working on designing a HA SQL implementation with failover. So right now I have 5 VM's running postgresql as a replication group. I am trying a lot of different things and often have to take a
2015 May 19
0
Re: Pivot without copy
Hi, Sorry about top-posting, didn't know it was a nuisance. As for developing, I wish I could but I have never spent any time coding in c, c++, etc. I am a systems guy, not a developer, so I only work with scripting languages. I would love to have the tech chops to contribute though. If I have a chance I will look through the relevant code and see if there is anything that I can do,
2015 May 21
1
Blockcommit error
HI, I am receiving the following error when I try to run blockcommit: ============================================================== root@farnsworth:/var/lib/libvirt/images# virsh blockcommit pg94-test vda --top /var/lib/libvirt/images/pg94-test.snap4 --active --pivot --verbose error: unsupported flags (0x4) in function qemuDomainBlockCommit
2015 May 29
0
Re: virDomainCoreDumpWithFormat files created as root
Just a hunch but is the binary that creates the dump suid? You may want to check the perms on it. Not sure if it is libvirtd or some other binary. Sent from my iPhone > On May 29, 2015, at 3:39 AM, NoxDaFox <noxdafox@gmail.com> wrote: > > 2015-05-28 12:04 GMT+03:00 Michal Privoznik <mprivozn@redhat.com>: >> On 28.05.2015 09:29, NoxDaFox wrote: >> > Greetings,
2015 May 19
2
Pivot without copy
Hi, Is it possible to "pivot" to a new image without doing blockcopy or blockpull? I know how to use snapshots and blockpull to create a new image and pivot to using it live, but what I would like to do is to have a VM switch from using imageA.qcow2 to image2.qcow2 while running. I don't see why this wouldn't be possible since some of the existing libvirt tools can do this when