Commit Graph

55 Commits

Author SHA1 Message Date
3ca9c7678e Add share server migration admin documentation
Partial-Bug: #1897903
Change-Id: Ia6dd260e6d2f9e2a7d9d381d345d952a3069f8c5
Signed-off-by: Douglas Viroel <viroel@gmail.com>
2020-10-08 09:43:09 -03:00
2d7c464453 Enable cephfs snapshots
The CephFS driver optionally advertised snapshot
support to manila, based on a configuration
option "cephfs_enable_snapshots". Manila does not
provide snapshots by default to users, unless an
administrator chooses to set the "snapshot_support"
extra-spec in the share type they're using. So this
configuration option is really an unnecessary safeguard
at this point.

Moreover, CephFS snapshots are fully supported from
Ceph Nautilus, and with Id847b1b5e6623172f2600afd69e51182067444cb,
manila added a support statement for the Victoria
release that indicates that Nautilus is the minimum
version of ceph supported. So let's default this
option to True, and deprecate this option at the same
time to eliminate this duplicate safeguard.

Partially-implements: bp update-cephfs-drivers
Depends-On: I885ff78586540d01590f98cca2a00d55161dbe04
Change-Id: I1ef42b414f8af0b8f9a912655757ec200a75c309
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2020-07-07 22:13:08 -07:00
e5f8763e8a Merge "Add documentation for share replica quotas" 2020-06-09 14:13:02 +00:00
7bc4886a03 Add documentation for share replica quotas
Update documentation to fit into the new manila quota keys:
- `share_replicas`
- `replica_gigabytes`

Closes-Bug: #1881921
Change-Id: I91fa2222743da06557ceb52fcbae0f8928d0752c
2020-06-03 14:28:58 +00:00
a5adb0bd11 [Unity] Implements default filter function
Implements the default filter function for Unity driver, if the
share size is smaller than 3GB, will not schedule the share
creation to Unity backend.

Change-Id: Iebb5063d4e1c4c2f5ddce0d5000b7d51dcb0605b
Closes-bug: #1652379
2020-04-30 14:58:39 +08:00
64af75d72a Merge "[Unity] Manage/unmanage share server/share/snap" 2020-04-09 05:32:21 +00:00
252a7e8118 [Unity] Manage/unmanage share server/share/snap
1. Try parse share_backend_id from export path in case
it is managed share.

2. Try to take snapshot id from 'provider_location' in case
this is managed snapshot

3. Try to get share server name from property 'identifier'
first in case this is managed share server

4. Add property 'provider_location' when creating snapshot

Implements: blueprint emc-unity-manage-unmange

Change-Id: I676475d0500ecce31a1a863926accec8585ac83a
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2020-04-08 16:02:12 -07:00
6f79bb6c89 Fix URLs in code and documentation
TrivialFix

Change-Id: I21863f7fdad2bdd5dee226a3f6872d25b1c4f8ad
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2020-03-18 18:59:27 -07:00
99d10c72b1 Merge "[Unity] Sync Unity related Docs" 2019-10-12 02:42:07 +00:00
c9d8506f80 [Unity] Sync Unity related Docs
1. Add DHSS=False mode support
2. Update emc_unity_driver.rst and dell-emc-unity-driver.rst
to almost same, easy for update doc change in the future

Change-Id: If2ca14772e9083866f619e3f2c364fb530775eac
Closes-bug: #1657605
2019-10-11 02:02:16 +00:00
2cfc0b0f0c Merge "[Infortrend] Add Infortrend Manila Doc" 2019-09-27 21:00:02 +00:00
77ecab5f36 Merge "Remove support for `data_node_access_ip`" 2019-09-13 16:40:15 +00:00
89383d9bfa Merge "[Unity] Driver supports the mode that does not create and destory share servers (DHSS=False)" 2019-09-11 02:14:53 +00:00
9551623c22 Remove support for `data_node_access_ip`
It was deprecated in the Queens release, in
favor of ``data_node_access_ips``.

Change-Id: I01f24c2e0d66e1da4c30c579c02afc8f3930c8f8
Related-Bug: #1745436
2019-09-09 14:45:30 +00:00
8d26a34cd1 [Unity] Driver supports the mode that does not create and destory share servers (DHSS=False)
Support 'driver_handles_share_servers = False' in manila.conf.
In such mode, need set unity_share_server in manila.conf, driver
will use this NAS server for share creation.

Change-Id: Iebc30d289fdb9f250e4951257313d630faa8bdf7
2019-09-05 04:01:33 +00:00
f1e10ec2ff Merge "[Nexenta] Refactored NexentaStor5 NFS driver" 2019-09-04 13:24:37 +00:00
361b15da21 [Nexenta] Refactored NexentaStor5 NFS driver
- Support for storage pool failover
- Implemented NEF objects interfaces in jsonrpc
- Manage existing support.
- Revert to snapshot support.

Implements: blueprint refactored-nexentastor5-nfs-driver

Closes-Bug: #1619457

Change-Id: I6f7483c35ac0af644a77b18a449480367a8c100c
2019-08-29 10:42:50 -07:00
b1713e6255 Add PDF documentation build
This commit adds a new tox target to build PDF documentation.
It's a community goal[0] to have PDF docs available.

Also some minor fixes are needed for PDF:
- Only show genindex and search for HTML. Theses elements do not make
sense within PDF documents
- Do not include full config sample files. This will not work and
produces a "Dimension too large" error during the latex run.

[0]
https://governance.openstack.org/tc/goals/selected/train/pdf-doc-generation.html

Change-Id: I66b8c47d599c97e66c2ca76faa66204d5e7c9c3b
2019-08-27 14:40:04 +02:00
8c7c9e4012 [Infortrend] Add Infortrend Manila Doc
This patch updates the Manila administrator reference adding
documentation to the recently introduced Infortrend driver.

Closes-Bug: #1839486

Change-Id: I3332f90bc84fbc8918277d23ab7c51ede16376f2
2019-08-26 10:49:03 +08:00
8e1343c9cd Remove support for "lvm_share_export_ip"
The LVM driver accepts a "lvm_share_export_ips"
option instead of "lvm_share_export_ip" since
the Pike release [1]. Let's drop support for this
option and cleanup compatibility code.

[1] Ib3594aa5d7751c829820fce830d87f6ceea6b049

Change-Id: Ifdeb470438c204cc6cc370517833cb2cab5b7822
2019-07-30 16:57:35 -07:00
3fec658712 Merge "Manila PowerMax - rebrand from VMAX to PowerMax" 2019-07-22 19:47:27 +00:00
6995b9f975 Manila PowerMax - rebrand from VMAX to PowerMax
Rebrand from VMAX to PowerMax includes change tags, directory structure,
file names and documentation.

Implements: blueprint powermax-rebrand-manila

Change-Id: Ie9ba5939b223d7061a3b2707ee9ef899f1fe7f66
2019-07-19 12:19:30 +01:00
0ae9c42b46 Merge "Manila VMAX docs - notification of removal of tags" 2019-06-06 10:16:18 +00:00
6afe12050d Manila VMAX docs - notification of removal of tags
Notification of the removal of deprecated tags
'emc_nas_server_container', 'emc_nas_pool_names' and
'emc_interface_ports' in the Train release.

Change-Id: I7a047da0fa7851ac6c9de6d2e6c546d69266dbff
2019-06-06 08:35:50 +00:00
bd481249e6 Merge "Manila VMAX docs - clarify backend configurations" 2019-06-05 00:57:12 +00:00
e71e805fce [Unity] Update doc for revert to snap support
Change-Id: I0114bfd3e050a7dd1110fba88075f22596cd571d
2019-04-24 16:17:48 -04:00
333d4ede94 Manila VMAX docs - clarify backend configurations
Clarify the difference between emc_share_backend and share_backend_name.

Change-Id: I3b4ecc7223205ad14bd8b47f12b4a4080f7be4b9
2019-03-28 14:58:58 +00:00
1b83e92793 Document Windows SMB driver
The Windows SMB driver is currently undocumented. This change adds
a new page, describing the driver and helping deployers configure
it.

Change-Id: I089e6b1c92f8ef586779756ea61d5a8c4faa00e6
Closes-Bug: #1515594
2019-03-21 16:03:29 +02:00
9ab3b8e80b Manila VMAX docs - differences between quotas
Highlight the difference between nas_quotas and OpenStack manila
quotas.

Change-Id: I9eb2eb48b377c707191dc2f4e0a8a6f2dc606fe6
2019-03-14 10:40:11 +00:00
2528762a69 Manila VMAX docs - improve pre-configurations on VMAX section
Add storage pool and license configuration to the Pre-configurations
on VMAX section.

Change-Id: I9f598c6918455de7344d80d2663d9fd3a4cc3ed9
2019-03-12 16:38:42 +00:00
6bc9b90cab Manila VMAX docs - clarify snapshot support
As snapshot support is disabled by default, this clarifies how to enable
it for both create snapshot of share and create share from snapshot.

Change-Id: I40a7b8c72b8ce67689c6b9a769cdb3399a3c6242
2019-03-12 12:07:59 +00:00
9aac703672 Manila VMAX docs - clarify driver_handles_share_servers
Clarify that only driver_handles_share_servers = True is supported in
the VMAX manila driver.

Change-Id: Iac40b4d250a87d8c993ec2db5ad1d7e03eab189b
2019-03-11 17:28:12 +00:00
c8a0d1715f VMAX manila doc - SSL Support
Documenting the steps for setting up the Secure Socket Layer for
trusted communication between the manila host and the eNas Control
Station.

Change-Id: Ia2efb004125acea08d8bf72d99958c9a4f512dfd
2019-03-11 10:23:12 +00:00
a6e1746a2f [Unity] Shrink share in Unity driver.
Change-Id: Iaa29088456e4dd46039511a2bf8bbf789ddd6e7f
2019-02-14 05:07:05 +00:00
0e82af6c51 Merge "VMAX manila doc - use of correct VMAX tags" 2018-11-27 17:06:11 +00:00
a01cb72a56 VMAX manila doc - support for IPv6
VMAX manila drivers support for IPv6.

Change-Id: I759b1a5ccb2a315fe4e7b9a17e023ad50a92ac81
2018-11-20 12:18:19 +00:00
d21179e48a VMAX manila doc - use of correct VMAX tags
https://review.openstack.org/#/c/608725/ now aligns terminology with VNX and
Unity.  Updating he documentation accordingly.

Change-Id: I9dc91a48daed9779b02068b4fdd05a07227135dc
2018-10-22 17:21:49 +01:00
7ff7682ca0 3PAR: Update Storage Driver docs
License will now come along with 3PAR Storage

Change-Id: Idd095fa66c1d23637b17d04ce322633525498617
2018-09-17 01:05:19 -04:00
7dd147874d Fix ZFSOnLinux doc about manage ops
Trivial documentation update that was
discovered when building a scenario test [1]
for the manage/unmanage operations with
the ZFSOnLinux driver.

[1] I4245cd202543cfefb0aa4e9c56ab949e2a9821f6

Change-Id: I92e4467319e4d0682581cce83a2f0c959d1b9555
2018-08-02 20:57:32 +00:00
0344ee6198 Update link address
Change-Id: Id8f643de838e570594fda80c2a74348c361db6b7
2018-06-10 07:38:42 -04:00
6d82f675b8 Fix title overline too short when generate docs
when running tox -e docs locally, it failed because
the title overline too short.

Change-Id: I9b1d85f12ff559e032c465d7737e9c27efb459c3
Closes-bug: #1769073
2018-05-04 00:00:00 +08:00
f96b9d8fcc [Manila Unity] Set unity_server_meta_pool option as required
Change-Id: Ie87b10d4199ac775adba20f645f56650bbdea301
Closes-bug: #1765580
2018-04-24 10:14:17 +08:00
d598da4c1a Update doc name and path for dell emc vnx and unity driver
Change-Id: If85f12f90e2494fe0d92c0df3862b5327321c18e
Closes-bug: #1754550
2018-03-09 14:06:41 +08:00
9d56fe17b3 fix misspelling of 'password'
Change-Id: I7c7b2d87a9a2902022989b8945dbba7d8c62d09b
2018-01-25 19:23:41 +08:00
03c292a5b1 Replace curly quotes with straight quotes
Change-Id: I71efb56ed841272aeeafc06d7af0173ed14b8399
2018-01-24 11:18:55 +08:00
8145889290 Fix running docs job failure
D005 No newline at end of file

Change-Id: Id829adfb0d23b2e69b82d1222edd61dbb7d77cce
Closes-Bug: #1741006
2018-01-03 16:53:32 +08:00
d0c695b48e Add policy documentation and sample file [10/10]
This patch adds documentation and sample
file for default policy in code feature.

Change-Id: I597971a19ec61a1bf8c991b2712ec7644b2e2693
Partial-Implements: blueprint policy-in-code
2017-12-22 01:56:44 +00:00
64eaeae6bd [policy in code] Add support for AZ, scheduler and message resource [9/10]
This patch adds policy in code support for availability_zone,
scheduler_stats and message resources.

Change-Id: I9a79b5ececc583e85149cc920321e461e832b245
Partial-Implements: blueprint policy-in-code
2017-12-20 06:22:02 +00:00
f7f30542ed INFINIDAT add Manila driver
Adding basic driver version for the INFINIDAT Infinibox storage array.

Change-Id: I8299915a12b51c80a044f41ceb7a49da32745272
Implements: blueprint infinidat-manila-driver
2017-12-07 17:04:48 +02:00
8946ea0088 Merge "Add admin documentation for following keys of quotas: -'share_groups' -'share_group_snapshots'" 2017-11-08 12:07:03 +00:00