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
Hi @sean-freeman,
volume is of type set in "ibm_is_instance", which will store unique value in unordered manner. All volumes will be attached to instance, Wanted to know why order of volume attachment should be in sequential manner? is there any requirement or usecase? otherwise order of showing the value shouldn't matter.. Please let us know..
Thank you
@SunithaGudisagarIBM sequence of volume attachment does not matter from Terraform operations perspective, but does matter from end-user functional perspective.
An end-user would anticipate that volumes are attached in a meaningful sequence. For example, multiple volumes for storing database data files (striped with LVM later) to create mount point /db2/data.
By allowing volumes to be attached in a sequence, may simplify end-user post deployment configuration steps.
Precedence exists for this in all Hypervisors, for example VMware which creates a VMDK file with a sequential numbering and attaches in the same sequence /dev/vdd etc etc
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Volumes created in sequence:
Actual Behavior
Volumes created out of sequence:
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: