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
This provisions extra SCSI disks starting from scsi1, i.e. /dev/sdb
These disks belong to a non-existant vmid 9999 and are attached to the VM that runs the pods that need to mount the volume.
This works fine, but if I then run terraform plan again, it says it wants to remove the disks provisioned by proxmox-csi-plugin.
A workaround I tried was to put disks (or even just disks[0].scsi) into ignore_changes.
That works to prevent Terraform from removing my disks.
However, that also prevents me from increasing the size of scsi0 in order to, for instance, accommodate more and/or larger container images than originally anticipated.
The text was updated successfully, but these errors were encountered:
I'm doing the following:
scsi0
/dev/sda
scsi1
, i.e./dev/sdb
This works fine, but if I then run
terraform plan
again, it says it wants to remove the disks provisioned byproxmox-csi-plugin
.A workaround I tried was to put
disks
(or even justdisks[0].scsi
) intoignore_changes
.That works to prevent Terraform from removing my disks.
However, that also prevents me from increasing the size of
scsi0
in order to, for instance, accommodate more and/or larger container images than originally anticipated.The text was updated successfully, but these errors were encountered: