I've been playing with live migration over the last week. So far I've been
able to use one partition with a single volume group on it to hold all
domU's .
sudo apt-get install aoetools lvm2
pvcreate /dev/etherd/e1.1
vgcreate /dev/etherd/e1.1 xendisks
Then in /etc/xen-tools/xen-tools.conf specify:
lvm = xendisks
- Mike
On Tue, Nov 4, 2008 at 8:55 AM, Tom Hallman <hallmant_at_dm.org> wrote:
> Hello all,
>
> I have an AoE-based disk-partitioning solution already in place such
> that my software hands me a disk slice at something like
> /dev/etherd/e18.10. Is it possible to use xen-tools to set up a VM
> guest using that disk as the storage?
>
> I'm new to LVM and I'm fuzzy on loopback devices, but it seems like
> neither of these options is quite what I need.
>
> I appreciate any help you can offer!
>
> Yours,
> Tom
>
>
>
Received on Tue Nov 04 2008 - 02:38:51 GMT