http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1249
haicheng.li@xxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Comment #1 from haicheng.li@xxxxxxxxx 2008-05-12 23:38 -------
attach comments of bug investigation:
------- Comment #1 From Xu Dongxiao 2008-05-13 10:02:12 -------
I think this issue is caused by C/S 17617, it adds the syntax check for block
devices. So the "disk" item in the configuration file should follow the formats
like:
disk=['xyz:/xen/root-vm1.img,hda1,w']
xyz should be 'file' or 'phy', and it couldn't be omitted.
------- Comment #2 From Hao, Xudong 2008-05-13 10:13:52 -------
So you means 'file' or 'phy' is necessory, our config file is
disk = [ 'file:/root/qcow.img,hda,w', ',hdc:cdrom,r' ], I try create guest with
disk = [ 'file:/root/qcow.img,hda,w',], it can boot up successfully.
------- Comment #3 From Xu Dongxiao 2008-05-13 13:36:07 -------
There is a potential bug in configuration file parse, and C/S 17617 triggers
this bug. I will send out a patch to fix it.
--
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
|