WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

RE: [Xen-users] migrating with physical device as VBD

To: "Jan Schulze" <schulze@xxxxxxxxxxxxxxxxxxxxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] migrating with physical device as VBD
From: "Ross S. W. Walker" <rwalker@xxxxxxxxxxxxx>
Date: Mon, 31 Mar 2008 16:38:51 -0400
Delivery-date: Mon, 31 Mar 2008 13:39:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
Importance: normal
In-reply-to: <47F149A6.5050508@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Priority: normal
References: <47F149A6.5050508@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AciTbfqYHpURlmH5RkKcerP6zAigDgAAEJmQ
Thread-topic: [Xen-users] migrating with physical device as VBD
Jan Schulze wrote:
> 
> Hi all,
> 
> I am wondering, whether it's possible to migrate a DomU from one XEN Host to
> another *without* using shared storage. All HowTos that I found so far, are
> using some kind of shared filesystem or block device.

Shared storage is mandatory, but it doesn't have to be traditional multi-host
scsi or fiber channel, with technology like iscsi and software like drbd
shared storage can be done on the cheap.

> The DomU in question is using a physical device (partition /dev/sda1) that is
> exported as VBD from Dom0. If migration is possible with that setup, where 
> will
> the DomU end up on the target system?

It needs to be accessible there too at the same time, thus why shared storage
is mandatory. Check out drbd, the latest version does primary-primary which
is what you need for live migrations.

> In case, migrating this DomU won't work, I would have to copy the VM manually.
> Is it possible to access the contents of /dev/sda1 from Dom0? Simply shutting
> down the DomU and mounting /dev/sda1 in Dom0 does not work.

There will be a partition table within that partition, so you can run
kpartx -a /dev/sda1, and access the first partition via /dev/mapper/sda11,
or mount it via a loopback mount to the offset of that partition.

# mount -t <fstype> -oloop,offset=<part offset> /dev/sda1 /mnt

-Ross

______________________________________________________________________
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>