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

Cinder volume as root disk #118

Open
wants to merge 4 commits into
base: stable/queens-m3
Choose a base branch
from

Conversation

mmidolesov2
Copy link

No description provided.

cinder-volumes as root-disks

- compute/api.py will handle volume creation and return the block
device mapping to the instance - the idea is to create the volume
during instance create.
- Removed driver type check and also the relocate of the shadow
vm inside attach_root_volume in `nova/virt/vmwareapi/volumeops.py`.
This relocate is causing issues because it's trying to keep the
shadow vm and the instance on the same datastore
Add volume name prefix to extra specs and build volume name
from prefix + display name.
@mmidolesov2 mmidolesov2 changed the title Vol as root Cinder volume as root disk Oct 23, 2019
Unit tests added for testing spawn instance with volume as root
disk; Unit test for _create_volume in compute/api.py
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.

None yet

2 participants