Skip to content

Use volumes when allocating an openstack server#277

Open
sergiocazzolato wants to merge 2 commits intocanonical:masterfrom
sergiocazzolato:config-volume-for-openstack-server
Open

Use volumes when allocating an openstack server#277
sergiocazzolato wants to merge 2 commits intocanonical:masterfrom
sergiocazzolato:config-volume-for-openstack-server

Conversation

@sergiocazzolato
Copy link
Contributor

This change forces openstack to allocate a volume. Currently openstack is using ephemeral volumes with the servers but these volumes are limited in most of the openstack instances.
After several issues during allocation, IS suggested to avoid using ephemeral volumes.

Also this change allows to define a property VolumeAutoDelete which can be used to keep the volume available once the server is deleted. This is particularly useful during the image generation/update process.

This change forces openstack to allocate a volume. Currently openstack
is using ephemeral volumes with the servers but these volumes are
limited in most of the openstack instances.
After several issues during allocation, IS suggested to avoid using
ephemeral volumes.

Also this change allows to define a property VolumeAutoDelete which
allows the user to keep the volume once the server is deleted. This is
particularly useful during the image generation/update process.
}

// By default volumes are deleted on termination
deleteOnTermination := false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

declare the var instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant