You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
task = vapp.add_disk_to_vm(vm_name, size)
It would be nice to have support to be able to change the controller for new disks, I don't want to use lsilogic but Paravirtual
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Looking at https://github.com/vmware/pyvcloud/blob/master/pyvcloud/vcd/vapp.py#L662 then there is support for disk_controller, it defaults to lsilogic.
Looking at the code https://github.com/vmware/vcd-cli/blob/623a322b61773a586cd5632ded0869a27b3e6d03/vcd_cli/vapp.py#L1072-L1096 isn't it used, not even as an option.
task = vapp.add_disk_to_vm(vm_name, size)
It would be nice to have support to be able to change the controller for new disks, I don't want to use lsilogic but Paravirtual
The text was updated successfully, but these errors were encountered: