We are overjoyed to announce the release of: manila 5.0.1: Shared Storage for OpenStack This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/manila/ For more details, please see below. 5.0.1 ^^^^^ Bug Fixes * Fixed the NetApp ONTAP driver to handle reverting to replicated and migrated snapshots. Changes in manila 5.0.0..5.0.1 ------------------------------ b30851f Fix incorrect literal_block error when build docs 038eb7b NetApp ONTAP: Fix revert-to-snapshot 4118997 Fix man page build 2eca946 doc migration: configuration reference 56bcb28 doc migration: cli reference 081251d doc migration: user-guide 6a1612f doc migration: install guide b251790 doc migration: admin guide 8554022 doc migration: new directory layout 6b4b365 doc migration: openstackdocstheme completion e391476 Update UPPER_CONSTRAINTS_FILE for stable/pike 28c1620 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .../admin/shared-file-systems-crud-share.rst | 771 +++++ .../admin/shared-file-systems-key-concepts.rst | 119 + ...ared-file-systems-manage-and-unmanage-share.rst | 162 + ...d-file-systems-manage-and-unmanage-snapshot.rst | 107 + .../admin/shared-file-systems-multi-backend.rst | 59 + .../admin/shared-file-systems-network-plugins.rst | 88 + .../admin/shared-file-systems-networking.rst | 17 + .../admin/shared-file-systems-scheduling.rst | 33 + .../shared-file-systems-security-services.rst | 186 + .../admin/shared-file-systems-services-manage.rst | 16 + .../admin/shared-file-systems-share-management.rst | 33 + .../admin/shared-file-systems-share-migration.rst | 306 ++ .../admin/shared-file-systems-share-networks.rst | 151 + .../shared-file-systems-share-replication.rst | 601 ++++ .../admin/shared-file-systems-share-resize.rst | 111 + .../admin/shared-file-systems-share-types.rst | 179 + .../admin/shared-file-systems-troubleshoot.rst | 107 + .../figures/openstack-spectrumscale-setup.JPG | Bin 0 -> 77400 bytes .../configuration/shared-file-systems/api.rst | 11 + .../shared-file-systems/config-options.rst | 18 + .../configuration/shared-file-systems/drivers.rst | 67 + .../drivers/cephfs-native-driver.rst | 294 ++ .../drivers/dell-emc-vmax-driver.rst | 309 ++ .../drivers/emc-isilon-driver.rst | 80 + .../drivers/emc-unity-driver.rst | 265 ++ .../shared-file-systems/drivers/emc-vnx-driver.rst | 296 ++ .../shared-file-systems/drivers/generic-driver.rst | 110 + .../drivers/glusterfs-driver.rst | 92 + .../drivers/glusterfs-native-driver.rst | 123 + .../drivers/hdfs-native-driver.rst | 85 + .../drivers/hitachi-hnas-driver.rst | 482 +++ .../drivers/hitachi-hsp-driver.rst | 212 ++ .../drivers/hpe-3par-share-driver.rst | 643 ++++ .../drivers/huawei-nas-driver.rst | 132 + .../drivers/ibm-spectrumscale-driver.rst | 177 + .../shared-file-systems/drivers/lvm-driver.rst | 89 + .../drivers/maprfs-native-driver.rst | 137 + .../drivers/netapp-cluster-mode-driver.rst | 87 + .../shared-file-systems/drivers/quobyte-driver.rst | 79 + .../drivers/zfs-on-linux-driver.rst | 190 ++ .../drivers/zfssa-manila-driver.rst | 123 + .../shared-file-systems/log-files.rst | 30 + .../configuration/shared-file-systems/overview.rst | 92 + .../shared-file-systems/samples/api-paste.ini.rst | 9 + .../shared-file-systems/samples/index.rst | 12 + .../shared-file-systems/samples/manila.conf.rst | 13 + .../shared-file-systems/samples/policy.json.rst | 9 + .../shared-file-systems/samples/rootwrap.conf.rst | 10 + .../configuration/tables/manila-glusterfs.inc | 42 + .../configuration/tables/manila-hds_hnas.inc | 50 + .../configuration/tables/manila-scheduler.inc | 40 + .../tables/manila-spectrumscale_ces.inc | 57 + .../tables/manila-spectrumscale_knfs.inc | 61 + .../contributor/api_microversion_history.rst | 1 + .../contributor/capabilities_and_extra_specs.rst | 294 ++ .../development-environment-devstack.rst | 106 + .../contributor/driver_filter_goodness_weigher.rst | 360 ++ .../contributor/export_location_metadata.rst | 33 + .../contributor/netapp_cluster_mode_driver.rst | 120 + .../contributor/pool-aware-manila-scheduler.rst | 223 ++ .../share_back_ends_feature_support_mapping.rst | 275 ++ .../devref/development-environment-devstack.rst | 106 - .../devref/driver_filter_goodness_weigher.rst | 360 -- .../share_back_ends_feature_support_mapping.rst | 275 -- .../controller-node-common-configuration.rst | 76 + .../common/controller-node-prerequisites.rst | 208 ++ .../common/dhss-false-mode-configuration.rst | 98 + .../install/common/dhss-false-mode-intro.rst | 8 + .../dhss-false-mode-using-shared-file-systems.rst | 176 + .../common/dhss-true-mode-configuration.rst | 94 + .../dhss-true-mode-using-shared-file-systems.rst | 269 ++ .../common/share-node-common-configuration.rst | 81 + .../common/share-node-share-server-modes.rst | 42 + .../get-started-with-shared-file-systems.rst | 40 + .../netapp/dataontap/cluster_mode/lib_base.py | 9 +- .../netapp/dataontap/cluster_mode/test_lib_base.py | 26 +- ...p-cdot-revert-to-snapshot-5e1be65260454988.yaml | 4 + releasenotes/source/conf.py | 14 +- test-requirements.txt | 1 - tox.ini | 2 +- 257 files changed, 27839 insertions(+), 9943 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7ef57e2..756fe17 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +14,0 @@ oslotest>=1.10.0 # Apache-2.0 -oslosphinx>=4.7.0 # Apache-2.0