[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [Patch] fix canonicalize-existing vbd file
Hi, This is a patch to fix block shell of tools. The block shell show a wrong message, when we specify a wrong path of vbd file. Before applying my patch: # ls /root/ttylinux-xen ls: cannot access /root/ttylinux-xen: No such file or directory # xm create -c /etc/xen/ttylinux Using config file "/etc/xen/ttylinux". Error: Device 769 (vbd) could not be connected. File /root/ttylinux-xen is read-only, and so I will not mount it read-write in a guest domain. After applying my patch: # xm create ttylinux Using config file "/etc/xen/ttylinux". Error: Device 769 (vbd) could not be connected. /root/ttylinux-xen does not exist. Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx> Best Regards, Akio Takebe Attachment:
fix_canonicalize-existing_vbd_file.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |