Hi all.
Thank you for applying the patch.
I have one question.
The patch I sent includes extending the timer of device creation.
But this change is not merged, it has some problem.
If you have some comment, please let me know.
Thanks a lot, Nishi
----------------------------------------------------------------
--- a/tools/python/xen/xend/server/DevController.py Thu Oct 26 18:
03:43 2006 +0900
+++ b/tools/python/xen/xend/server/DevController.py Thu Oct 26 18:
22:09 2006 +0900
@@ -25,7 +25,7 @@ from xen.xend.xenstore.xstransact import
from xen.xend.xenstore.xstransact import xstransact, complete
from xen.xend.xenstore.xswatch import xswatch
-DEVICE_CREATE_TIMEOUT = 100
+DEVICE_CREATE_TIMEOUT = 600
HOTPLUG_STATUS_NODE = "hotplug-status"
HOTPLUG_ERROR_NODE = "hotplug-error"
HOTPLUG_STATUS_ERROR = "error"
-------------------------------------------------------------------
>From: Hidetoshi Nishi <nishi.hidetoshi@xxxxxxxxxxxxxx>
>To: xen-devel@xxxxxxxxxxxxxxxxxxx
>Subject: [Xen-devel] Patch for expanding the vbd devices
>
>
>Hi all.
>
>My name is Hidetoshi Nishi, work for FUJITSU.
>
>I make a patch for expanding the vbd devices up to 256.
>
>And I tested the patch, I have following problem.
>
>If the guest's kernel has SCSI driver already, guest's kernel gets major
>number when guest is initialized, even though guest config file not
>includes sdx device.
>And after guest is initialied, I try to attach vbd using block-attach as
>sdx, attached vbd can't get major number of SCSI, because SCSI driver
>get the major number already. Then I can't attach vbd.
>
>Accordingly I made SCSI driver to be moduled, and I tried to test the
>patch.
>
>I try to increse vbd devices up to 120, and it seems be O.K.
>
>
>Best regards, Nishi
>
>
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-devel
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|