-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
-
False
-
?
-
?
-
?
-
?
-
None
-
-
Release Note Not Required
-
Done
-
-
-
Important
While testing test-operator with the LVMS storage class for OSPRH-2749 the PVC is stuck in pending and then fails.
openstack 26s Warning ProvisioningFailed persistentvolumeclaim/tempest-tests-f9c28 failed to provision volume with StorageClass "lvms-local-storage": rpc error: code = InvalidArgument desc = unsupported access mode: MULTI_NODE_MULTI_WRITER
LVMS storage class does not support ReadWriteMany access mode. Could this line be removed so that the PVC is requested with ReadWriteOnce instead?
In a follow up patch, if you need to run multiple test-operators for parallel execution maybe you could instead request one PVC per pod.
- is related to
-
OSPRH-7124 Request separate PVCs when parallel == true
- Closed
- relates to
-
OSPRH-6925 Test-operator uses storageClass that cleans up PV after release of PVC
- Closed
- links to