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
I expect the disk to be increased. What I can see in vSphere is a Extend virtual disk operation and I would have expected a Reconfigure virtual machine operation because a disk increase works perfectly fine doing it manually in the webinterface.
Extend virtual disk
Unable to access file [S-LP11] TLP89 - Testinstance - Ansible - PersistentDisk/tlp89_persistent.vmdk since it is locked
Terraform
│ Error: Unable to access file [S-LP11] TLP89 - Testinstance - Ansible - PersistentDisk/tlp89_persistent.vmdk since it is locked
│
│ with vsphere_virtual_disk.PersistentDataDisk[0],
│ on resources.tf line 48, in resource "vsphere_virtual_disk" "PersistentDataDisk":
│ 48: resource "vsphere_virtual_disk" "PersistentDataDisk" {
Community Guidelines
Terraform
Terraform v1.4.2
Terraform Provider
v2.8.3
VMware vSphere
8.0.3.00200
Description
It is not possible to extend an attached virtual disk (on a running vm) after v2.8.3 with the Fix provided by #851
Affected Resources or Data Sources
resource/vsphere_virtual_machine
resource/vsphere_virtual_disk
Terraform Configuration
Debug Output
https://gist.github.com/thesefer/4e4aa9028faaeba7cb6feeee617a6b6c
Panic Output
No response
Expected Behavior
I expect the disk to be increased. What I can see in vSphere is a
Extend virtual disk
operation and I would have expected aReconfigure virtual machine
operation because a disk increase works perfectly fine doing it manually in the webinterface.vSphere
Actual Behavior
vSphere
Terraform
Steps to Reproduce
Environment Details
No response
Screenshots
No response
References
#851
The text was updated successfully, but these errors were encountered: