Releasenote followup: Untyped to default volume type

Change-Id: I18494739ba9780bc994038dc001543ecfbc72d2d
This commit is contained in:
whoami-rajat 2019-09-25 23:16:01 +05:30
parent a550ade303
commit 96ae45212b
1 changed files with 12 additions and 4 deletions

View File

@ -3,8 +3,16 @@ features:
- |
Added a new default volume type ``__DEFAULT__`` which
will be used when
- A new volume is created without any type
- A new volume is created without a type
- The `default_volume_type` option is unset in cinder.conf
The volume will be assigned the ``__DEFAULT__`` type.
All existing volume, snapshots without a type will
be migrated to the ``__DEFAULT__`` type.
Then the volume will be assigned the ``__DEFAULT__`` type.
upgrade:
- |
The db migration script will create a volume type named
``__DEFAULT__``
The online migration will migrate all existing untyped
volumes, snapshots to the ``__DEFAULT__`` type.
An invalid/non-existent type specified with `default_volume_type`
option in cinder.conf will result in VolumeTypeNotFoundByName exception.