Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-9388

[RN]`ReadWriteMany` access mode requires that the underlying storage provisioning service supports RWX

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • 3.23.0.GA
    • None
    • docs
    • None
    • 3
    • False
    • Hide

      None

      Show
      None
    • False
    • Release Notes
    • Hide
      = Removing `storageAccessMode` does not revert PVCs to `ReadWriteOnce`

      After you configure the `storageAccessMode` field to `ReadWriteMany` in the `CheCluster` custom resource, removing the `storage.perUserStrategyPvcConfig.storageAccessMode` field does not revert the access mode for persistent volume claims (PVCs) to `ReadWriteOnce`.

      To revert the access mode to `ReadWriteOnce`, you must explicitly set the value in the `storageAccessMode` field:

      [source,yaml]
      ----
      storage:
            perUserStrategyPvcConfig:
              storageAccessMode:
                - ReadWriteOnce
            pvcStrategy: per-user
      ----
      Show
      = Removing `storageAccessMode` does not revert PVCs to `ReadWriteOnce` After you configure the `storageAccessMode` field to `ReadWriteMany` in the `CheCluster` custom resource, removing the `storage.perUserStrategyPvcConfig.storageAccessMode` field does not revert the access mode for persistent volume claims (PVCs) to `ReadWriteOnce`. To revert the access mode to `ReadWriteOnce`, you must explicitly set the value in the `storageAccessMode` field: [source,yaml] ---- storage:       perUserStrategyPvcConfig:         storageAccessMode:           - ReadWriteOnce       pvcStrategy: per-user ----
    • Known Issue
    • Proposed

            gtrivedi@redhat.com Gaurav Trivedi
            gtrivedi@redhat.com Gaurav Trivedi
            Gaurav Trivedi Gaurav Trivedi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: