Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Volume attach task in openstack-create should be validated #175

Open
vvaldez opened this issue Jun 5, 2016 · 0 comments
Open

Volume attach task in openstack-create should be validated #175

vvaldez opened this issue Jun 5, 2016 · 0 comments

Comments

@vvaldez
Copy link
Contributor

vvaldez commented Jun 5, 2016

While using a new OpenStack environment with ose-provison.yml I had some Cinder issues. Due to this the volume attach task didn't report an error but also did not attach to the instance. Therefore the docker storage task later in the playbook fails as there was no additional volume attached to the instances.

I propose we add a task after the volume attach to validate it is successful in roles/openstack-create/tasks/create-volume.yml. Currently the final task in this play calls nova volume-attach which is an asynchronous command so the command succeeds if it schedules the action but does not guarantee that the action was successful. A task after this should be added to wait until nova volume-list shows it attached to the instance.

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

No branches or pull requests

1 participant