Displaying 9 results from an estimated 9 matches for "ravits".
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 sensib...
2008 Sep 29
1
rsync hangs after counting some file list
Hi All,
I have written script to download a directory from remote machine which
contains the always the updated data. I want to download that directory
onto my local machine periodically with --link-dest option to my old
download directory.
I have automated the script using " expect scripting"
Following script I have written:
$> cat ravi.ex
#!/usr/bin/expect --
set LDEST
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.
&g...
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://libguestfs...
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 fin...
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