* [Qemu-devel] Selective snapshots
@ 2007-12-21 15:56 Ottavio Caruso
2007-12-21 16:21 ` Laurent Vivier
0 siblings, 1 reply; 3+ messages in thread
From: Ottavio Caruso @ 2007-12-21 15:56 UTC (permalink / raw)
To: qemu-devel
Hello,
I have hd, hdb and hdd running in snasphot mode.
Is it possible to have only hda in snapshot and have qemu writing to
hdb and hdd as usual?
If that is not implemented are there plans to introduce this feature?
Thank you
--
Ottavio Caruso
http://www.pledgebank.com/boycottvista
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Selective snapshots
2007-12-21 15:56 [Qemu-devel] Selective snapshots Ottavio Caruso
@ 2007-12-21 16:21 ` Laurent Vivier
2007-12-21 16:34 ` andrzej zaborowski
0 siblings, 1 reply; 3+ messages in thread
From: Laurent Vivier @ 2007-12-21 16:21 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 645 bytes --]
Le vendredi 21 décembre 2007 à 15:56 +0000, Ottavio Caruso a écrit :
> Hello,
>
> I have hd, hdb and hdd running in snasphot mode.
>
> Is it possible to have only hda in snapshot and have qemu writing to
> hdb and hdd as usual?
I think you can use "qemu -drive file=my_file,index=0,snapshot=on -hdb
f2 -hdd f3"
> If that is not implemented are there plans to introduce this feature?
It has not been really tested.
Laurent
--
----------------- Laurent.Vivier@bull.net ------------------
"La perfection est atteinte non quand il ne reste rien à
ajouter mais quand il ne reste rien à enlever." Saint Exupéry
[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Selective snapshots
2007-12-21 16:21 ` Laurent Vivier
@ 2007-12-21 16:34 ` andrzej zaborowski
0 siblings, 0 replies; 3+ messages in thread
From: andrzej zaborowski @ 2007-12-21 16:34 UTC (permalink / raw)
To: qemu-devel
On 21/12/2007, Laurent Vivier <Laurent.Vivier@bull.net> wrote:
> Le vendredi 21 décembre 2007 à 15:56 +0000, Ottavio Caruso a écrit :
> > Hello,
> >
> > I have hd, hdb and hdd running in snasphot mode.
> >
> > Is it possible to have only hda in snapshot and have qemu writing to
> > hdb and hdd as usual?
>
> I think you can use "qemu -drive file=my_file,index=0,snapshot=on -hdb
> f2 -hdd f3"
>
> > If that is not implemented are there plans to introduce this feature?
Yup, try this, and if it doesn't work you can always use:
qemu-img create -b /dev/hda -f qcow2 my-hda-overlay
qemu -hda my-hda-overlay -hdb /dev/hdb -hdd /dev/hdd
so I think there are no plans for a yet another way to do the same thing.
Regards
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-12-21 16:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-21 15:56 [Qemu-devel] Selective snapshots Ottavio Caruso
2007-12-21 16:21 ` Laurent Vivier
2007-12-21 16:34 ` andrzej zaborowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).