File: add-share-and-share-server-user-provided-encryption-key-191a7587c49dc0f3.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (18 lines) | stat: -rw-r--r-- 820 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
features:
  - |
    Starting with microversion 2.90, Manila allows end users to provide
    barbican secret_ref as encryption key reference in share create API. This
    will be used as either share encryption key reference or share server
    encryption key reference, based on backend driver support for share
    encryption.
issues:
  - |
    When using share types with ``encryption_support=share_server``, share
    servers created cannot currently be unmanaged from Manila. This limitation
    will be addressed in a future release.

    Additionally, care must be taken when managing existing shares with
    ``driver_handles_share_servers=True`` (DHSS=True). You must use a share type
    that supports encryption if the share must be encrypted or if its existing
    encryption status needs to be retained.