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

[Xen-users] Re: can't boot xen vm with drbd

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: can't boot xen vm with drbd
From: Mike Sievers <saturngeist@xxxxxxxxxxxxxx>
Date: Mon, 1 Nov 2010 12:22:11 +0100
Cc:
Delivery-date: Mon, 01 Nov 2010 04:23:37 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=5mpkHlZQ7wNJOX72fbJWWk6Q6m4XfSTUZlVuySYLahY=; b=m5QrmCdtRmZQ4MqQvCHLvsLnHnIuikz4KwRemnxTlJfmwkCbuR/SdV/vZsTeKhnTgA fUNY8cFnazJaRyps9SXg55jLgTcpSqKqJN81FR6+Baje7rkSEPFWkq+VXlL1hedti3Kk jOsU+Yw9VLd7fi1Q1EdxAgLRz54+5xrH616Y8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ja4YGpAcrSSUnOs0BiQbB4vJu8yeQB5/NQGYpjc2/LqRkeRhwn71OyKNJon7iQb/lr yDnIKXl0+tiocdCbzzoiB0PmVO+7X61wzRQAgBFplJAvptsVvNBkHxj3bhI4jy1HYbEI iqskYenL52D2qtDpzVWMZmBFg+i3Ov0YnLXkI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTik1q81sPW_F9tKvkz32eNQgu+m=8oyjimS-ccuQ@xxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTik1q81sPW_F9tKvkz32eNQgu+m=8oyjimS-ccuQ@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
... I just read this:
disk = [ 'drbd:resource,xvda,w' ]

  • pygrub from Xen 3.3 forward, and the domUloader.py version that ships with SLES 11 do support this syntax.

Under these circumstances, you must use the traditional phy: device syntax and the DRBD device name that is associated with your resource, not the resource name. That, however, requires that you manage DRBD state transitions outside Xen, which is a less flexible approach than that provided by the drbd resource type.

:-(

any other ideas how to handle this?




2010/11/1 Mike Sievers <saturngeist@xxxxxxxxxxxxxx>
Hello List,

I need a configuration with 2 Server and live migration.
* so I need drbd ?!

I have changed the xml file to:
<disk type='block' device='disk'>
      <driver name='drbd'/>
      <source dev='test'/>
      <target dev='xvda' bus='xen'/>
    </disk>

But now I can't boot anymore.
<bootloader>/usr/bin/pygrub</bootloader>
<bootloader_args>-q</bootloader_args>

Who can help?

Mike

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>