DaanHoogland commented on code in PR #314: URL: https://github.com/apache/cloudstack-documentation/pull/314#discussion_r1201629174
########## source/adminguide/virtual_machines.rst: ########## @@ -165,6 +165,10 @@ To create a VM from a template: functions such as mounting additional volumes and ISO images, live migration, and graceful shutdown. + **VMware** + + When rootDiskController and dataDiskController are not specified for an instance using instance details and they are set to use osdefault in the template or the global configuration then CloudStack tries to find the recommended disk controllers for it using guest OS from the hypervisor. In some specific cases, it may create issues with the instance deployment or start operation. To overcome this, a specific disk controller can be specified at the instance or template level. For an existing instance its settings can be updated while it is in stopped state by admin. Review Comment: ```suggestion If the rootDiskController and dataDiskController are not specified for an instance using instance details and these are set to use osdefault in the template or the global configuration, than CloudStack tries to find the recommended disk controllers for it using guest OS from the hypervisor. In some specific cases, it may create issues with the instance deployment or start operation. To overcome this, a specific disk controller can be specified at the instance or template level. For an existing instance its settings can be updated while it is in stopped state by admin. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org