Remove unnecessary instructions for containerized deployment
using VxFlex OS driver. Old instructions are not working and
will not be applicable after the bug will be resolved.
Change-Id: I16319ab394e75cbe5d8898afcb1d1043f898f315
Closes-Bug: #1846483
The Oracle ZFSSA iSCSI and NFS drivers were
marked unsupported in the Train release.
Oracle has indicated that they don't plan to
continue to support the drivers so this patch
proposes their removal.
Change-Id: I78f8ecbbbf2b46a3be5d802fb58aaa998aed144a
As those files are not referenced anywhere within this repository
we can get rid of them. This is a follow up of the findings
during the review of https://review.opendev.org/#/c/687491/
Change-Id: Ic2d5e52a7c8b8cf2f230f6a2b440d29ebb6de3f5
The warning in question has been generated by the obsolete tool
autogenerate-config-doc which has been removed 2 years ago by
https://review.opendev.org/#/c/509401/
Change-Id: Ib00514ae82a0e942d14fb604aec3983fa74bff38
Reference umbrella LP bug in readme for easier tracking of work
if someone wants to start working on dynamically generated
configuration docs.
Change-Id: Ic22b8acd9b3f9aaea61836b52df39ab10e040fba
Clarify in the PowerMax naming conventions section that if the short host
exceeds 16 characters and the port group exceeds 12 characters,
then they must be shortened and still remain unique.
This is because these names are used in the creation of storage groups
and masking view names which are limited to 64 characters.
Change-Id: I61735e689baf407df17c6cc563a199b2cb0055e0
1. Rapid Tdev Deallocation
2. Online device expansion,
3. Metro formatting fix
4. Unisphere for PowerMax version
5. Known issue fixes and removals
Change-Id: I9f0525e09299afcbbe2012c2502294e21b436ae7
Adds a doc about configuring and troubleshooting a service user
to send service tokens.
Also adds the config necessary for successful use of a service token
to the sample configuration file. Only adds keystone v3 options
because v3 is required for service tokens. Lists the service user
options before the session conf opts because the former are required
while the latter are less likely to be changed.
Closes-bug: #1837449
Change-Id: I4223624d00c713ab6b129ed278147f1c89995567
Added multiattach feature under supported operations in the driver doc.
Multiattach feature: https://review.opendev.org/#/c/659443/
Change-Id: Ifc95d54da86b365d51d349c38b6140e66c6e2252
Adding support to revert a volume to a snapshot in NEC driver.
This patch implements revert_to_snapshot().
This patch also deletes unused classes(class UnpairWaitForBackup,
class UnpairWaitForDDRBackup).
Change-Id: I1bf5bd3856009e92921cbbd7f91734e070d5e86f
Background:
Given 3PAR backend configured with replication setup, currently only
Active/Passive replication is supported by 3PAR in OpenStack. When
failover happens, nova does not support volume force-detach (from
dead primary backend) / re-attach to secondary backend. Storage
engineer's manual intervention is required.
Proposed Solution:
Given a system with Peer Persistence configured and replicated volume
is created. When this volume is attached to an instance, vlun would be
created automatically in secondary backend, in addition to primary
backend. So that when a failover happens, it is seamless.
This solution would apply under following conditions:
1] multipath is enabled
2] replication mode is set as "sync"
3] quorum witness is configured
Closes bug: #1839140
Change-Id: I2d0342adace69314bd159d3d6415a87ff29db562
NEC driver currently does not allow more than 4 iSCSI portals for
a node.
The driver passes portal IQNs from create_export() and
create_export_snapshot() to initialize_connection() using
provider_location.
The length of provider_location is defined as varchar 256 in DB scheme.
It may be insufficient to store more than 4 portal IQN strings.
If more than 4 portals are available for a node, the driver selects
2 or 4 of them in multipath.
The number of portals selected is configurable with
nec_iscsi_portals_per_cont parameter.
This patch removes the limit by avoiding using provider_location.
It moves entire process in create_export() and create_export_snapshot()
to initialize_connection() so that the driver can have IQNs of all
available portals in initialize_connection() without passing them.
This patch also deprecated nec_iscsi_portals_per_cont config option.
The option is used to limit number of portals and is no longer needed.
Change-Id: I325e32b834d41e0ed53a11b143e4617b12cdd769
The StorPool third-party CI system is up and running at
https://spfactory.storpool.com/
This reverts commit 07e6086ca23e4666e5ad90d58ca8c1af4b8f407d.
Change-Id: I9f41580c03f8a803cb32353d4f2ca207fa09b371
The HPE team mentioned that the LeftHand CI is no longer supported,
so we are marking this driver as unsupported for the Train release.
Change-Id: I0d75d2bed6f7b3e70e4477617b954db71b1240ae
The Virtuozzo driver CI has not reported success in months
and the maintainers have not responded to any of the notes that
have been sent out.
As a result, we need to mark the drivers unsupported
for the T release.
Change-Id: Ic9c239baff19ec9cfbc1a114cdd9a899a34bedd6
The Fusionstorage driver has failed to demonstrate Pyton3.7
support as was required during the Train release. As
a result the driver is being marked unsupported and will
be removed in the 'U' release if support is not
demonstrated via 3rd Party CI.
Change-Id: Ia2ac09e43718c0064f21565157191698728a5bee
The previously choosen PDF file name conflicts in some repos with the
project logos (badge). Thus change https://review.opendev.org/679777
renames the desired PDF name to be doc-PROJECT.pdf to allow using the
badge in PDF files.
Follow this rename.
Change-Id: I859b38b139a37cb092b5d6c11998b7400613c342
The IBM driver CIs stopped reporting some time
ago and attempts to reach out to driver maintainers
have failed.
As a result, we need to mark the drivers unsupported
for the T release.
Change-Id: I7ee68f4684b241b8ab749ad621040da4e3068d17
The IBM driver CIs stopped reporting some time
ago and attempts to reach out to driver maintainers
have failed.
As a result, we need to mark the drivers unsupported
for the T release.
Change-Id: If8e5f4454f668414c62d07d75a0b69abd742122d