Once create share from snapshot is in Manila core,
we should support the API in the Huawei drivers.
Implements: blueprint huawei-driver-create-share-from-snapshot
Change-Id: I906916f6ae7f5625863ca9f8e3324480048374de
Reuse code of old LVM share driver.
LVM Driver is 1st party Manila driver with NFS and CIFS support
and no share server support.
LVM Driver doesn't rely on Neutron, Nova, or Cinder. As such, it
is ideal for testing purposes and, after a period of maturation,
it should be useful in production environments.
Move generic driver's helpers to manila/share/drivers/helpers.py
and reuse them in LVM driver.
Implement 'ro' access, user access, extend_share function for
LVM driver.
Implements bp lvm-driver
Change-Id: Ia46c51ed400dbb0f1d87a758fb165ca711ed3d7c
QoS is a common attribute, so add the QoS
capability in common capabilities doc.
This is a simple first step towards what the
blueprints proposes.
Partially implements: bp manila-support-qos
Change-Id: I377bf0abcc62239c9a1a5ee5c28c336b2b6c410a
Add share server support for Huawei driver.
Also implement the required setup_server
and teardown_server functions.
DocImpact
Change-Id: I1380a94b2cdc956f64eb738f708056f65713e4c2
Implements: blueprint huawei-share-server-support
Updated share_back_ends_feature_support_mapping.rst to indicate that the
Isilon driver now supports the "extend share" feature.
Implements: blueprint emc-isilon-driver-extend-share
Change-Id: Ic1bc3eb36c8bc7e17e428729d72fef719b670756
Adds extend_share (and shrink_share) to the Quobyte driver.
Both are mapped to a common resize operation in the backend.
Implements: blueprint extend-quobyte-share
Change-Id: I3395310e4658d68f098da6980ecc5a6832458f5a
We incorrectly reported IP access rules support for CIFS in the NetApp
driver as being introduced in Juno.
Fix incorrect Juno documentation and add CIFS read-only support for
Mitaka.
Change-Id: I4a312356e1dc5473e12f0201996048417d9c5008
Updated the devref doc for the EMC Isilon Driver.
Change-Id: I53816a28a1babd1e2ed15c95baadfbe22c1f5b02
Implements: blueprint emc-isilon-driver-extend-share
Doc file called 'share_back_ends_feature_support_mapping' contains
several table elements separation lines that are inconsistent with
table structure interpreter. So, replace wrong places with correct
ones.
Trivial-fix.
Change-Id: I2ae79911dd49629d5e452acd8e909331b82ef076
Removed mention of isilon_share_root_dir as it does not appear to exist
anywhere in the code base.
Change-Id: Ie0e17996fa11db36f71e2f097300c93d75bc304d
This patch refactors the HP share driver to now be
the HPE share driver.
This is being done because the company responsible for
this driver is now Hewlett Packard Enterprise (HPE).
The driver is now located in the manila/share/drivers/hpe
folder.
DocImpact
Implements: blueprint rebrand-hp-3par-share-driver
Change-Id: I36efc04fa6da088ccb06070d8cd4fe29269cd7ca
This document consists of a list and explanation of minimum features
a driver must implement to be accepted into Manila code base.
Change-Id: I12d5bf60abad4a7146d5d596f03d96bf2605cbdc
Adding GPFS driver back as the third party CI system
for GPFS driver is up and running.
This is a revert of commit 720ec904456594b453cfd220b002bdc8c0d50e08
Change-Id: I86f9b7da21716346f96bae3ce30446589e4c4c37
The extend_share is in Manila core, we can support the new API in
the HDFS drivers. This patch adds methods to the driver along with
its unit tests, and updates related docs.
Implements: blueprint hdfs-native-extend-share
Change-Id: Ia81291eda49dc20c3318f71c51d36682d2aae742
Improve the network configuration guide for Manila HDS
HNAS Driver. Also, describe the driver modules following
other documentations.
Change-Id: Ic199e3842d3873f9bfd90aa4c9a248ed828cadcd
This patch updates the devref feature support matrix, including
the recently introduced Windows SMB driver.
Change-Id: I871ad4562d74dd3c292206933650d31daa68e203
Updated share_back_ends_feature_suport_mapping.rst
with the features that the EMC Isilon driver currently supports.
Change-Id: I8dd0966324d4a901eea1725e30bb5f7e1c30eb44
The community agreed it isn't a good idea to promise future driver
features in the share_back_ends_feature_support_mapping document.
This commit removes the implication that future features may be in
the document, and it removes one reference to Mitaka in one driver.
Change-Id: I953cb92edfca3bd54f3196d60b9e80589b5033d1
wating -> waiting
acknowledgement -> acknowledgment
occured -> occurred
Should never get here. If get, then error occurred.
->
Should never get here unless an error occurred.
Change-Id: Ibe89d652e7d76b3d8e6d7549140c50c88144036e
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Change StoragePool to Thin_StoragePool and Thick_StoragePool
in driver configuration file.
Add Huawei driver feature info in
share_back_ends_feature_support_mapping.rst
Change-Id: I530cbc58377e3207813cac36498225e26578824e
Add a .rst documentation for Hitachi HNAS Manila driver in dev docs.
Also, update the new .rst document that lists per-driver
features adding Hitachi HNAS driver details.
Change-Id: I1421d88df5ddc2a13849c9657ec90f55303065d7