Update git submodules

* Update manila from branch 'master'
  to 7212aa2b7695d27c86e540c3dd1f64925bc056a0
  - Merge "[NetApp] Add FlexGroup volume support"
  - [NetApp] Add FlexGroup volume support
    
    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, it must inform the set
    of aggregates that formss FlexGroup pool in the new  option
    `netapp_flexgroup_pool`.
    
    Each NetApp pool will report now the capability: `netapp_flexgroup`
    informing which type the pool is.
    
    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[1]
    - Manage/Unmanage shares;
    
    The backend with one FlexGroup pool configured will drop the consistent
    snapshot support for all pools.
    
    The driver FlexGroup support requires ONTAP version 9.8 or greater.
    
    [1] FlexGroup is limited to one single replica for ONTAP version
    lower than 9.9.1.
    
    DocImpact
    
    Depends-On: If525e97a5d456d6ddebb4bf9bc8ff6190c95a555
    Depends-On: I646f782c3e2be5ac799254f08a248a22cb9e0358
    Implements: bp netapp-flexgroup-support
    Change-Id: I4f68a9bb33be85f9a22e0be4ccf673647e713459
    Signed-off-by: Felipe Rodrigues <felipefuty01@gmail.com>
This commit is contained in:
Zuul 2021-09-09 19:21:13 +00:00 committed by Gerrit Code Review
parent ac08239a97
commit acdbd836ab
1 changed files with 1 additions and 1 deletions

2
manila

@ -1 +1 @@
Subproject commit 65f3967efa0bd67d6d2e0ba97008bdb62a93f1b9
Subproject commit 7212aa2b7695d27c86e540c3dd1f64925bc056a0