charm-cinder-netapp:stable/21.10

Last commit made on 2021-10-22
Get this branch:
git clone -b stable/21.10 https://git.launchpad.net/charm-cinder-netapp

Branch merges

Branch information

Name:
stable/21.10
Repository:
lp:charm-cinder-netapp

Recent commits

d97649f... by Alex Kavanagh

21.10 - Stable cut of charms for release

* On stable/21.10 branch
* Point charms to stable libraries
* Update bundles to point to stable charms

Change-Id: I9683f964fe2c535e936bc6e731c89a78a1d2cfa8

f885450... by Aurelien Lourot

Add CI boilerplate

Change-Id: Id8cc08a0951f7347250a2aaa703438e3adfb5e95

6dd0c13... by Luciano Lo Giudice <email address hidden>

Merge pull request #7 from rodrigogansobarbieri/netapp_config_pool_fix

Remove netapp-storage-pools config over netapp-pool-name-search-pattern

4b51db7... by Rodrigo Barbieri

Remove netapp-storage-pools config over netapp-pool-name-search-pattern

- The config option has been deprecated long time ago [0][1]
- netapp-pool-name-search-pattern is shared by ONTAP and E-series
- E-series always uses iSCSI protocol so the config
  netapp-pool-name-search-pattern should not be tied to the
  netapp-storage-protocol config

[0] https://github.com/openstack/cinder/blob/ab0313e3567e4ff8e5d6a2a678ad186df4fb7c5a/cinder/volume/drivers/netapp/options.py#L165
[1] https://github.com/openstack/cinder/blob/ab0313e3567e4ff8e5d6a2a678ad186df4fb7c5a/cinder/volume/drivers/netapp/eseries/library.py#L1692

2146549... by Luciano Lo Giudice <email address hidden>

Merge pull request #6 from rodrigogansobarbieri/netapp_config_fix

Remove cluster config option and comments, fix pep8 issues

c649b02... by Rodrigo Barbieri

Remove cluster config option and comments, fix pep8 issues

Upon further discussion with the NetApp driver team and in
light of [0] merging, the cluster-cinder-volume config has
become non-functional for the moment as the driver does not
support ACTIVE-ACTIVE [1] and the cinder code will not allow
the driver to start in a clustered mode without supporting
ACTIVE-ACTIVE [2].

[0] https://review.opendev.org/811472
[1] https://github.com/openstack/cinder/blob/93fb8fbe161f922a3cdafc402bab367ba91e318e/cinder/volume/driver.py#L391
[2] https://github.com/openstack/cinder/blob/93fb8fbe161f922a3cdafc402bab367ba91e318e/cinder/volume/manager.py#L313

8f8fd25... by Billy Olsen <email address hidden>

Merge pull request #5 from lmlg/update-readme

Remove references to 'actions' in the README file

c89b1cf... by Luciano Lo Giudice

Remove references to 'actions' in the README file

0483c82... by Luciano Lo Giudice <email address hidden>

Merge pull request #4 from rodrigogansobarbieri/netapp_config

Add extra config options and allow to configure clustering

b481b85... by Rodrigo Barbieri

Add extra config options and allow to configure clustering

Added netapp driver 2 config options:
- netapp-pool-name-search-pattern
- netapp-lun-space-reservation

Added "cluster-cinder-volume" config option to control
clustering of cinder-volumes for this backend.

NOTE: existing clustered deployments will be affected
on upgrade as the default value of 'cluster-cinder-volume"
is now False.