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] LVM access problem

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] LVM access problem
From: "Novaes, Reynaldo" <reynaldo.novaes@xxxxxx>
Date: Tue, 2 Aug 2005 15:44:24 -0300
Delivery-date: Tue, 02 Aug 2005 18:43:15 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcWXjT8UVq3pubEfSk2OfjljYvlssQAAsQ3g
Thread-topic: Welcome to the "Xen-users" mailing list
I'm using LVM to create CoW disk on my Xen box. The problem is that the VMs are 
not able to access the LVM devices after running for some hours. 

I have the folowing LVM configurations (result of a lvscan):
  ACTIVE   Original '/dev/xen-vg/RH-EL.WS.4' [4.00 GB] inherit
  ACTIVE   Snapshot '/dev/xen-vg/RH-EL.WS.4-01' [200.00 MB] inherit
  ACTIVE   Snapshot '/dev/xen-vg/RH-EL.WS.4-02' [200.00 MB] inherit
  ACTIVE   Snapshot '/dev/xen-vg/RH-EL.WS.4-03' [200.00 MB] inherit
  ACTIVE            '/dev/xen-vg/SWAP01' [512.00 MB] inherit
  ACTIVE            '/dev/xen-vg/SWAP02' [512.00 MB] inherit
  ACTIVE            '/dev/xen-vg/SWAP03' [512.00 MB] inherit

Each machine has a separate SWAP device and uses a snapshot device (listed 
above). The Original volume is not used.

In xen configuration file the disks definition are:
disk = ['phy:xen-vg/RH-EL.WS.4-%02d,sda1,w' % vmid,
        'phy:xen-vg/SWAP%02d,sda2,w' % vmid]

Did anybody see this problem before? Is there any solution for it?

Regards,
Reynaldo

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] LVM access problem, Novaes, Reynaldo <=