[Ilugc] Did u faced this Problem !!!!!!

  • From: dineshatit@xxxxxxxxx (dineshatit@xxxxxxxxx)
  • Date: Mon Sep 22 22:15:59 2008

this was the changes made
kernel ="/boot/vmlinuz-2.6.18-1.2798.fc6xen"
memory = 416
name = "test"
#disk = ['phy:sda,sda1,w','phy:sdb,sdb1,w']
disk = ['phy:/dev/VolGroup00/LogVol00,sdb1,w']
root = "/dev/sdb1"
extra = "ro selinux=0 3"

and result was ..
[root@localhost xen]# xm create -c VIDomain vmid=2
Using config file "VIDomain".
Error: Device 2065 (vbd) could not be connected.
Device /dev/VolGroup00/LogVol00 is mounted in the privileged domain,
and so cannot be mounted by a guest.


2008/9/22 Raja Subramanian <rajasuperman@xxxxxxxxx>

On Mon, Sep 22, 2008 at 9:09 PM,  <dineshatit@xxxxxxxxx> wrote:
disk = ['phy:sdb,sdb1,w']
root = "/dev/VolGroup00/LogVol00"
extra = "ro selinux=0 3"

Your disk/root entries do not look right.  In your config, you are
exporting physical disk sdb from dom0 as sdb1 in your domU.
Ensure sdb, sdb1 is **not in use** by your dom0, or else data loss
will occur.  If sdb is indeed the right disk you want to export to your
domU, then try with root="/dev/sdb1".

Don't blindly copy and paste sample configuration from the manuals.
Read the manuals thoroughly to understand what these settings do.
Setting "disk" incorrectly can result in data loss.

- Raja
_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Other related posts: