-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter virtio_transitional_blk on s390x #6147
base: master
Are you sure you want to change the base?
Filter virtio_transitional_blk on s390x #6147
Conversation
s390x In s390x avocado-vt-vm1 guest, there is already one virto-scsi controller, but the code to libvirt.set_vm_disk(vm, params) to update it, but it throw error: XML error: Multiple 'scsi' controllers with index '0' Signed-off-by: chunfuwen <[email protected]>
this is previous error on s390x: |
@smitterl please double check it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chunfuwen Thanks for this. In this case - when domain xml assumptions don't hold - we usually remove all elements that are not expected to be on the domain. I'd either do that or disable the whole test suite as it seems to have little value: only virtio is supported on s390x, we have the virtio-scsi controler per default and https://github.com/autotest/tp-libvirt/blob/master/libvirt/tests/cfg/virsh_cmd/domain/virsh_attach_device.cfg#L241 also coveres attach/detach scenario.
What do you think?
s390x
In s390x avocado-vt-vm1 guest, there is already one virto-scsi controller, but the code to libvirt.set_vm_disk(vm, params) to update it, but it throw error: XML error: Multiple 'scsi' controllers with index '0'