Document has been updated to include direct connect support. The
Dell EMC SC driver can be configured to point at a Storage Center
directly rather than through a DSM aggregator. This addresses
minimum requirements and limitation.
Change-Id: I0a0095235685c8f6dc6d9cd88b27d454641da387
This driver implements the features to support the use of Inspur InStorage
over FC. This driver is based on the iSCSI driver of Inspur InStorage.
Change-Id: I51c746f0aff566cfb99f9f3e65a509c1e545f194
Implement: blueprint inspur-instorage-fc-support
It is possible for thick volumes, created from storage pools
which have zero-padding disabled, to contain previous data. This
change prevents these volumes from being created by default. A
user can override this behavior by acknowleding the possibility
with a configuration option.
Change-Id: I62f8f48b1624fc9abb7427bd4ca51f7873d35b96
Closes-bug: #1699573
The Cinder team has some code review policies that are
generally known but not documented anywhere. This patch
provides a place for us to document those reiview
practices that may not be known to everyone.
I have started by documenting the new process proposed at
the Dublin PTG for targeting milestones. I also add
documentation to formalize the fact that we should not
merge vendor patches without their CI passing on the
patch.
Change-Id: Ie3bb23dcb6299f15ae69e12095c1aa9640565c33
Since Newton, the following options were incorrectly handled:
max_luns_per_storage_group: this option was ignored, and implicitly set
to 255 in storops, thus there is not way to set it to a larger number
for admin. This commit will add this feature back.
check_max_pool_luns_threshold: this option was obsoleted since driver
can detect this value automatically. This commit will remove this
option for driver code.
Closes-bug: #1738681
Change-Id: If3ca0999a745e6977345f208fc6edd00c86ccea9
The new configuration storwize_preferred_host_site was introduced in
volume type for hyperswap feature on Queens release. Actually, the
host_site is related to host rather than volume.
This patch removes the parameter storwzie_preferred_host_site from
volume type configuration and updates it from StrOpt to DictOpt in cinder
back-end configuration.
Closes-Bug: 1742866
Change-Id: Ie1df4cc45c2d1f72f33beea7ddc5bb3797a34728
- update the ocata supportability for Nimble OS
- update supportability for single subnet with multiple interfaces
- remove unsupportability for unicode
Change-Id: I419fdb69f27232663aaa4bff5fa3ec925cb221d4
Closes-Bug: 1755546
This driver implements all the minimum required features for cinder.
Change-Id: I48b59a2ecab8b856547a4ae17e6e0fd04094475a
Implement: blueprint veritas-access-cinder-iscsi-support
Add `revert_to_snapshot` API support for VNX Cinder driver.
Implements: blueprint vnx-revert-to-snapshot
Change-Id: Id6e3090d96a5bbf4879e8577fe3565c3032de228
Backups can be cancelled by force deleting the in-progress backup, but
there is no mechanism to delete the restoring backups.
We will now monitor the status of the backup and on any status change
will abort the restoration and change the volume status to error.
The reason to diverge from the backup creation cancellation
implementation (deleting the new resource) is that the restoring may be
done into an already existing volume and deleting it is not feasable for
the user, for example when an instance is booted from a Cinder volume
and there's a license linked to the System ID.
Cinder backup drivers may now raise BackupRestoreCancel in `restore`
method when a restoring operation is cancelled.
Change-Id: If2f143d7ba56ae2d74b3bb571237cc053f63054e
Added dell_api_async_rest_timeout and dell_api_sync_rest_timeout to allow
setting of async and sync timeouts for the Dell EMC SC REST API.
The user should generally not set these. They should be set only when
instructed by support.
Fixed a couple of comments.
Updated documentation.
Change-Id: Id8fd27d83e2f97070f67523c9c2d8c59f66e6caa
Add newly released version of ScaleIO to the list of
supported versions within the Configuration Guide. While there
simplify the document to refer to official ScaleIO docs for
any specifics.
Change-Id: Ibdef4b2d464a418f82ef0684659dd1cf4896b7b2
Wrong parameter name for hpe3par SAN snap CPG configuration in Cinder documentation
Change-Id: I5b2683559582a1bbb10b5b7bcc04115adb476977
Closes-Bug: #1747845
Currently, the volume encryption documentation has a link that
points to itself, instead of pointing to the Horizon docs.
This patch updates the link to point to the Horizon docs.
Change-Id: Ic5e1e3e865ee83f23e651b34bf2ef236ac3b269c