Merge "Doc note warning about retyping unencrypted/encrypted volume"

This commit is contained in:
Zuul 2020-08-07 06:26:46 +00:00 committed by Gerrit Code Review
commit 641762befc
3 changed files with 19 additions and 0 deletions

View File

@ -405,6 +405,11 @@ Policy defaults enable only users with the administrative role or the owner of
the volume to perform this operation. Cloud providers can change these the volume to perform this operation. Cloud providers can change these
permissions through the policy configuration file. permissions through the policy configuration file.
Retyping an unencrypted volume to the same size encrypted volume will most
likely fail. Even though the volume is the same size as the source volume, the
encrypted volume needs to store additional encryption information overhead.
This results in the new volume not being large enough to hold all data.
Response codes Response codes
-------------- --------------

View File

@ -461,6 +461,11 @@ Policy defaults enable only users with the administrative role or the owner of
the volume to perform this operation. Cloud providers can change these the volume to perform this operation. Cloud providers can change these
permissions through the policy configuration file. permissions through the policy configuration file.
Retyping an unencrypted volume to the same size encrypted volume will most
likely fail. Even though the volume is the same size as the source volume, the
encrypted volume needs to store additional encryption information overhead.
This results in the new volume not being large enough to hold all data.
Response codes Response codes
-------------- --------------

View File

@ -218,3 +218,12 @@ sections.
In the above example you see that the search returns the string In the above example you see that the search returns the string
written to the unencrypted volume, but not the encrypted one. written to the unencrypted volume, but not the encrypted one.
Known Issues
~~~~~~~~~~~~
Retyping an unencrypted volume to the same size encrypted volume will
most likely fail. Even though the volume is the same size as the source
volume, the encrypted volume needs to store additional encryption
information overhead. This results in the new volume not being large
enough to hold all data.