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

Allow to configure workspaces persistent storage from Eclipse Che CR

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 3.3.0.GA
    • None
    • docs
    • False
    • None
    • False
    • Hide
      = Allow to configure workspaces persistent storage from Eclipse Che CR

      Workspaces persistent storage options like the strategy and the size are now configurable using `CheCluster` CR. It's also possible to set the storage strategy to per-workspace now so that developers will be able to run multiple workspaces concurrently.
      Show
      = Allow to configure workspaces persistent storage from Eclipse Che CR Workspaces persistent storage options like the strategy and the size are now configurable using `CheCluster` CR. It's also possible to set the storage strategy to per-workspace now so that developers will be able to run multiple workspaces concurrently.
    • Rejected

    Description

      Synced from eclipse/che issue

      https://github.com/eclipse/che/issues/21405

      Is your task related to a problem? Please describe

      CheCluster API v2 [1] is going to have the dedicated properties for workspace storage configuration:

      devEnvironments:
        storage:
            pvcStrategy: <strategy> // 'per-user' or 'per-workspace'
            perUserStrategyPvcConfig:
              claimSize: <size> // will only be applied for 'per-user'
              storageClass: <classname> // will only be applied for 'per-user'
      

      once specified those properties should be used as defaults for DevWorkspaces creation

      [1] https://github.com/eclipse&#45;che/che&#45;operator/pull/1324

      Describe the solution you'd like

      Configure storage related properties from the Eclipse Che CR

      Release Notes Text

      Workspaces persistent storage options like the strategy and the size are now configurable using CheCluster CR. It's also possible to set the storage strategy to per-workspace now so that developers will be able to run multiple workspaces concurrently.

      Attachments

        Activity

          People

            rhn-ecs-pkovar Petr Kovar (Inactive)
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: