http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1385
Summary: LVM Problems / Syntax Error
Product: Xen
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Guest-OS
AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
ReportedBy: th.bergerhausen@xxxxxx
I have a Problem using LogicalVolumes:
Hardware:
Intel Xeon DualCore @ 2,2 GHz, 2BG RAM, 250GB Raid1 (HardwareRaid)
Xen Version: 3.2-1 (from the debian sources
OS Dom0: Debian Lenny
The Logical Volumes are 3 GB & 500Mb (Swap) of size.
When I use:
disk = [ 'phy:/dev/masterserver/vmVerwaltung,sda1,w',
'phy:/dev/masterserver/vmVerwaltungSwap,sda2,w' ]
the DomU (CentOS 5.2) says, there is no Harddisk.
When I use:
disk = [ 'phy:/dev/masterserver/vmVerwaltung,hda1,w',
'phy:/dev/masterserver/vmVerwaltungSwap,db2,w' ]
the DomU says that it can't use hda because it is loop formated.
When I use:
disk = [ 'phy:/dev/masterserver/vmVerwaltung,xvda,w',
'phy:/dev/masterserver/vmVerwaltungSwap,xvdb,w' ]
the DomU says there are two disks with LVM, but needs to format the disk. When
this is done, i cannot mount the LogicalVolume (the filesystem is not ext3).
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|