Merge "PowerMax Train Docs - Upgrade improvement notification" into stable/train

This commit is contained in:
Zuul 2020-11-20 14:51:16 +00:00 committed by Gerrit Code Review
commit 88133fae47
1 changed files with 4 additions and 9 deletions

View File

@ -2422,17 +2422,12 @@ Upgrading from SMI-S based driver to RESTAPI based driver
Seamless upgrades from an SMI-S based driver to RESTAPI based driver, Seamless upgrades from an SMI-S based driver to RESTAPI based driver,
following the setup instructions above, are supported with a few exceptions: following the setup instructions above, are supported with a few exceptions:
#. OpenStack's ``live migration`` functionality will not work on already #. Seamless upgrade from SMI-S(Ocata and earlier) to REST(Pike and later)
attached/in-use legacy volumes without first migrating the volumes to is now available on all functionality including Live Migration. Please
the new REST masking view structure. This can be done by running the see 1867163_ for more details.
migrate.py script in PyU4V. Please refer to the Tools Guide in PyU4V_.
.. code-block:: text
$ pip install PyU4V
#. Consistency groups are deprecated in Pike. Generic Volume Groups are #. Consistency groups are deprecated in Pike. Generic Volume Groups are
supported from Pike onwards. supported from Pike onwards.
.. _PyU4V: https://pyu4v.readthedocs.io/en/latest/ .. _PyU4V: https://pyu4v.readthedocs.io/en/latest/
.. _1867163: https://bugs.launchpad.net/cinder/+bug/1867163