[Libvir] [PATCH] Fix detach-disk command for tap device

2007-12-14 Thread Saori Fukuta
The detach-disk command does not work for tap device, since xenStoreDomainGetDiskID is always searching for vbd device from XenStore. c.f. This is a the related patch: http://git.et.redhat.com/?p=libvirt.git;a=commit;h=d27506d3a36e12b977f6a896bae5082134db8fb5 So, I changed the searching path to

Re: [Libvir] [PATCH] Fix detach-disk command for tap device

2007-12-14 Thread Richard W.M. Jones
Saori Fukuta wrote: The detach-disk command does not work for tap device, since xenStoreDomainGetDiskID is always searching for vbd device from XenStore. c.f. This is a the related patch: http://git.et.redhat.com/?p=libvirt.git;a=commit;h=d27506d3a36e12b977f6a896bae5082134db8fb5 So, I changed

Re: [Libvir] [PATCH] Fix detach-disk command for tap device

2007-12-14 Thread Daniel P. Berrange
On Fri, Dec 14, 2007 at 10:21:54AM +, Richard W.M. Jones wrote: Saori Fukuta wrote: The detach-disk command does not work for tap device, since xenStoreDomainGetDiskID is always searching for vbd device from XenStore. c.f. This is a the related patch:

Re: [Libvir] [PATCH] Fix detach-disk command for tap device

2007-12-14 Thread Daniel Veillard
On Fri, Dec 14, 2007 at 02:32:53PM +, Daniel P. Berrange wrote: On Fri, Dec 14, 2007 at 10:21:54AM +, Richard W.M. Jones wrote: Saori Fukuta wrote: The detach-disk command does not work for tap device, since xenStoreDomainGetDiskID is always searching for vbd device from XenStore.