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
Docs state: "NOTE: auto_delete_disk is set to true in this example, which means that running terraform destroy also deletes the disk. To retain the disk after terraform destroy either set this to false or don't include the settings so it defaults to false. Note that with auto_delete_disk: false, you will need to manually delete the disk after destroying a deployment group with nfs-server."
However, the shared volume is deleted regardless of auto_delete_disk: false being set in blueprint.
I do notice that the docs state "WARNING: This module has only been tested against the HPC centos7 OS disk image (the default). Using other images may work, but have not been verified." and have tested using an older Centos 7 image with the same result (disk is deleted).
Steps to reproduce
Steps to reproduce the behavior:
Create a new cluster with a share created by the nfs-server module (example below)
Delete the cluster
Once deleted the volume will be gone too despite 'auto_delete_disk' being explicitly set to false
Expected behavior
The volume should remain for future use.
Actual behavior
The volume is deleted.
Version (gcluster --version)
Built from 'develop' branch.
Commit info: v1.45.0-25-gf5349cac
Terraform version: 1.9.8
Blueprint
If applicable, attach or paste the blueprint YAML used to produce the bug.
Describe the bug
Relevant documentation
Docs state: "NOTE: auto_delete_disk is set to true in this example, which means that running terraform destroy also deletes the disk. To retain the disk after terraform destroy either set this to false or don't include the settings so it defaults to false. Note that with auto_delete_disk: false, you will need to manually delete the disk after destroying a deployment group with nfs-server."
However, the shared volume is deleted regardless of
auto_delete_disk: false
being set in blueprint.I do notice that the docs state "WARNING: This module has only been tested against the HPC centos7 OS disk image (the default). Using other images may work, but have not been verified." and have tested using an older Centos 7 image with the same result (disk is deleted).
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
The volume should remain for future use.
Actual behavior
The volume is deleted.
Version (
gcluster --version
)Blueprint
If applicable, attach or paste the blueprint YAML used to produce the bug.
Output and logs
N/A
Screenshots
N/A
Execution environment
If there's questions, clarification, or further testing I can provide please let me know. Many thanks.
The text was updated successfully, but these errors were encountered: