File: netapp-flexgroup-support-9b3f30afb94d3a86.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 (40 lines) | stat: -rw-r--r-- 1,663 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
features:
  - |
    The NetApp driver has been working  with FlexVol ONTAP volumes.
    The driver does not support scaling FlexVol volumes higher than
    100 TiB, which was a theoretical limit for the large namespace that
    these containers were meant to handle. ONTAP's Flexgroup volumes
    eliminate such limitations. So, added the support for provisioning
    share as FlexGroup in the NetApp driver.

    The FlexGroup provision is enabled by new option
    ``netapp_enable_flexgroup``, which will make the driver report a single
    pool represeting all aggregates. The selection on which aggregates the
    FlexGroup share will reside is up to ONTAP. If the administrator desires
    to control that selection through Manila scheduler, the configuration
    option ``netapp_flexgroup_pools`` can be used to tune the storage pool
    layout.

    When enabling FlexGroup, the FlexVol pools continue enabled by default.
    For having only FlexGroup, the new option ``netapp_flexgroup_pool_only``
    must be set to `True`.

    Now, each NetApp pool will report the capability: `netapp_flexgroup` informing
    which type of share resides there (FlexGroup or FlexVol).

    The following operations are allowed with FlexGroup shares (DHSS
    True/False and NFS/CIFS):

    - Create/Delete share;
    - Shrink/Extend share;
    - Create/Delete snapshot;
    - Revert to snapshot;
    - Manage/Unmanage snapshots;
    - Create from snapshot;
    - Replication;
    - Manage/Unmanage shares;

    FlexGroup feature requires ONTAP version 9.8 or newer.
    Replication with more than one non-active replica per share requires
    ONTAP 9.9.1 or newer.