search for: running_domain

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

2016 Apr 19
2
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...with saved state". >That being said I'd be very glad if you could update here when you find a >complete solution. > >- Michael > What I *think* Jones wants is to use virt-builder, it could cause some problems if you started all of them. What Michael wants is: virsh save running_domain saved-image-file.img virsh save-image-edit saved-image-file.img Hope that helped, Martin >On Mon, Apr 18, 2016 at 9:49 PM, Jonas Finnemann Jensen <jonasfj@mozilla.com >> wrote: > >> Hi, >> >> I would like to save a running domain (ie. disk + memory) and be able...
2016 Apr 19
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
virt-builder looks like some fancy guest/host interaction related to building VM images. What I'm looking for is more like: virsh save running_domain saved-domain-A.img cp saved-domain-A.img saved-domain-B.img virsh save-image-edit saved-domain-B.img // Change the network, possibly MAC, VNC port Then in parallel I want to do: virsh restore saved-domain-A.img virsh restore saved-domain-B.img So that I have two instances of the same vi...
2016 Apr 19
4
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
(please don't top-post. Put your responses inline, in context) On 04/19/2016 01:09 PM, Jonas Finnemann Jensen wrote: > virt-builder looks like some fancy guest/host interaction related to > building VM images. > > What I'm looking for is more like: > virsh save running_domain saved-domain-A.img > cp saved-domain-A.img saved-domain-B.img > virsh save-image-edit saved-domain-B.img // Change the network, > possibly MAC, VNC port You'll also need to change the name and uuid of the domain at the very least. And I assume these will all be transient domai...
2016 Apr 20
2
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...in context) >> >> On 04/19/2016 01:09 PM, Jonas Finnemann Jensen wrote: >> >>> virt-builder looks like some fancy guest/host interaction related to >>> building VM images. >>> >>> What I'm looking for is more like: >>> virsh save running_domain saved-domain-A.img >>> cp saved-domain-A.img saved-domain-B.img >>> virsh save-image-edit saved-domain-B.img // Change the network, >>> possibly MAC, VNC port >>> >> >> You'll also need to change the name and uuid of the domain at the very &...
2016 Apr 19
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...post. Put your responses inline, in context) > > On 04/19/2016 01:09 PM, Jonas Finnemann Jensen wrote: > >> virt-builder looks like some fancy guest/host interaction related to >> building VM images. >> >> What I'm looking for is more like: >> virsh save running_domain saved-domain-A.img >> cp saved-domain-A.img saved-domain-B.img >> virsh save-image-edit saved-domain-B.img // Change the network, >> possibly MAC, VNC port >> > > You'll also need to change the name and uuid of the domain at the very > least. And I assume...
2016 Apr 20
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...t;>> On 04/19/2016 01:09 PM, Jonas Finnemann Jensen wrote: >>> >>> virt-builder looks like some fancy guest/host interaction related to >>>> building VM images. >>>> >>>> What I'm looking for is more like: >>>> virsh save running_domain saved-domain-A.img >>>> cp saved-domain-A.img saved-domain-B.img >>>> virsh save-image-edit saved-domain-B.img // Change the network, >>>> possibly MAC, VNC port >>>> >>>> >>> You'll also need to change the name and uuid...
2016 Apr 18
2
Create multiple domains from single saved domain state (is UUID/name fixed?)
Hi, I would like to save a running domain (ie. disk + memory) and be able to restore it multiple times creating duplicates of the orignal domain all starting from the same state. Use case: I'm building a task-processing system for use in a CI flow. I want to run multiple VMs in parallel using the same image (always starting from the same state). And to avoid needlessly booting between each