qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Base images


From: Don Kitchen
Subject: Re: [Qemu-devel] Base images
Date: Thu, 23 Nov 2006 11:17:12 -0800 (PST)

> > - I noticed that images refer to their base image using an absolute path. Is
> > there a way to change an image's base image reference? (for example when the
> > base image is renamed / moved to a different directory)
> qemu-img convert [-c] <changes-file> -O qcow <new-base-file>
> should do what you want.

I believe that forces a delta file to merge in with its base. Definately not 
the same as relocation.

Example:
delta1.img and delta2.img are both based on /root/base1.img. The directory's
getting crowded, so you want to move base1.img into /root/qemu/base1.img.
But once you do that, delta1 and delta2 can't find it. So how is it possible
to have a relocated base1.img without merging either delta1 or delta2, which
are mutually exclusive?

Thanks




reply via email to

[Prev in Thread] Current Thread [Next in Thread]