1 message in com.xensource.lists.xen-bugs[Xen-bugs] [Bug 1088] New: xen 3.1.1 ...
FromSent OnAttachments
bugz...@lists.xensource.com19 Oct 2007 05:36 
Subject:[Xen-bugs] [Bug 1088] New: xen 3.1.1 block-detach: Error: destroyDevice() takes at most 4 arguments (5 given)
From:bugz...@lists.xensource.com (bugz@lists.xensource.com)
Date:10/19/2007 05:36:10 AM
List:com.xensource.lists.xen-bugs

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1088

Summary: xen 3.1.1 block-detach: Error: destroyDevice() takes at most 4 arguments (5 given) Product: Xen Version: unstable Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Tools AssignedTo: xen-@lists.xensource.com ReportedBy: mar@letterboxes.org

This worked with previous releases, but since I've upgraded to xen 3.1.1 I get:

$ xm block-list ant Vdev BE handle state evt-ch ring-ref BE-path 51712 0 0 4 4 8 /local/domain/0/backend/vbd/3/51712 51728 0 0 4 5 9 /local/domain/0/backend/vbd/3/51728 51744 0 0 4 7 728 /local/domain/0/backend/vbd/3/51744 51760 0 0 4 8 875 /local/domain/0/backend/vbd/3/51760 51776 0 0 4 9 939 /local/domain/0/backend/vbd/3/51776 51792 0 0 4 10 550 /local/domain/0/backend/vbd/3/51792 51808 0 0 4 11 1044 /local/domain/0/backend/vbd/3/51808 51824 0 0 4 12 1063 /local/domain/0/backend/vbd/3/51824

$ xm block-detach ant 51808 Error: destroyDevice() takes at most 4 arguments (5 given) Usage: xm block-detach <Domain> <DevId> [-f|--force]

I get the same error with or without "--force"

Currently I have to reboot the guest to release the device :(