Description of problem: On some attempts when trying to create a domain, I get the error message: ERROR: virDomainCreateLinux() failed POST operation failed: (xend.err 'destroyDevice() takes exactly 3 arguments (2 given)') Version-Release number of selected component (if applicable): virt-manager-0.2.6-3.fc6 How reproducible: sometimes Steps to Reproduce: 1. attempt to create domain 2. 3. Actual results: Expected results: Additional info:
Created attachment 146774 [details] error
I've seen this when using a kickstart URL that includes an ampersand. It appears that the input to this field doesn't get URL-encoded and thus fails the XML validity check. In order to make it work I had to replace ampersands with %26amp%3b (that would be [ampersand]amp[semicolon], hex-encoded)
I just noticed the error text I got for this was slightly different, so it may not be the same bug after all: libvir: Xen Daemon error : POST operation failed: (xend.err 'Invalid configuration unexpected EOF')
change QA contact
Hi, this is a pretty old bug, and I'm pretty sure that the destroy device issue was fixed a while back (can't find the reference though). Are either of these issues still present?
I haven't been working with Xen as much as I was then, but I have not recently seen it.
I'll close this as WORKSFORME then, if you encounter this issue in the future please reopen.