Displaying 9 results from an estimated 9 matches for "ravit".
Did you mean:
ravi
2016 Apr 12
2
Re: Clone VM with saved state
....
But the snapshot command looks like something I could use.
Could you suggest how to proceed and create/start a new vm from that
snapshot?
Thanks,
Michael
On Tue, Apr 12, 2016 at 2:37 PM, Kashyap Chamarthy <kchamart@redhat.com>
wrote:
> On Mon, Apr 11, 2016 at 12:01:08PM +0300, Michael Ravits wrote:
> > Hi,
> >
> > My use case involves creating duplicates of saved virtual machines.
>
> While I realize you want to trivially clone VMs with some state at
> random point in time, you might want to look into `virt-builder` about
> cloning VMs. It has some sensi...
2008 Sep 29
1
rsync hangs after counting some file list
...[exp_wait]
set pid [lindex $retVal 0]
set spawn_id [lindex $retVal 1]
set os_error [lindex $retVal 2]
set exit_status [lindex $retVal 3]
exit $exit_status ## returning the exit status of the rsync command.
When I run the script I get the following output and it hangs indefinitely.
~/ravit/ravi.ex "--link-dest=/Build56/source/"
"user@remotemachine:/Build58/source/"
"./source/"
exp_spawn rsync -avz --stats --progress --partial
--link-dest=/Build56/source/ user@remotemachine:/Build58/source/ ./source/
user@remotemachine's password:
receiving file list...
2016 Apr 11
2
Clone VM with saved state
Hi,
My use case involves creating duplicates of saved virtual machines.
Tried with virt-manager and with virsh but so far it seems like this case
is not supported by these tools.
Does anyone know how I could achieve the above?
Thanks,
Michael
2016 Apr 19
2
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
On Mon, Apr 18, 2016 at 10:05:02PM +0300, Michael Ravits wrote:
>Hi Jonas,
>
>I asked a similar question here last week. You could find it by searching
>for this topic in the mailing list archives: "Clone VM with saved state".
>That being said I'd be very glad if you could update here when you find a
>complete solution.
&...
2016 Apr 12
0
Re: Clone VM with saved state
On Mon, Apr 11, 2016 at 12:01:08PM +0300, Michael Ravits wrote:
> Hi,
>
> My use case involves creating duplicates of saved virtual machines.
While I realize you want to trivially clone VMs with some state at
random point in time, you might want to look into `virt-builder` about
cloning VMs. It has some sensible advice:
http://libguestf...
2016 Apr 13
0
Re: Clone VM with saved state
On Tue, Apr 12, 2016 at 03:15:16PM +0300, Michael Ravits wrote:
> Hi Kashyap,
>
> Thanks for your answer!
>
> Unfortunately my use case requires cloning the exact memory state, so I
> won't be able to use virt-sysprep.
> But the snapshot command looks like something I could use.
> Could you suggest how to proceed and create...
2016 Apr 19
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
...'t revert to external snapshots yet :)
(using QEMU directly would certainly leave me with a lot of manual network
configuration)
--
Regards Jonas Finnemann Jensen.
2016-04-19 2:23 GMT-07:00 Martin Kletzander <mkletzan@redhat.com>:
> On Mon, Apr 18, 2016 at 10:05:02PM +0300, Michael Ravits wrote:
>
>> Hi Jonas,
>>
>> I asked a similar question here last week. You could find it by searching
>> for this topic in the mailing list archives: "Clone VM with saved state".
>> That being said I'd be very glad if you could update here when you fi...
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
2016 Apr 18
0
Re: Create multiple domains from single saved domain state (is UUID/name fixed?)
Hi Jonas,
I asked a similar question here last week. You could find it by searching
for this topic in the mailing list archives: "Clone VM with saved state".
That being said I'd be very glad if you could update here when you find a
complete solution.
- Michael
On Mon, Apr 18, 2016 at 9:49 PM, Jonas Finnemann Jensen <jonasfj@mozilla.com
> wrote:
> Hi,
>
> I would