eclipse-che / che

Kubernetes based Cloud Development Environments for Enterprise Teams
http://eclipse.org/che
Eclipse Public License 2.0
6.93k stars 1.18k forks source link

Docs: Warn that switching storage strategies is not supported #23003

Open AObuchow opened 1 month ago

AObuchow commented 1 month ago

Is your task related to a problem? Please describe

Switching between persistent storage strategies (per-user -> per-workspace, or vice versa) is not supported by Che and can lead to orphaned data. The only storage strategy switching that's supported is ephemeral (non-persistent) -> per-user OR per-workspace.

Describe the solution you'd like

We should mention this limitation in the configuring storage strategy page so that users don't accidentally orphan their data.

Describe alternatives you've considered

No response

Additional context

This is related to https://github.com/eclipse-che/che/issues/23002, as users might encounter a pvc multi-attach error when using the per-user storage strategy and then decide to switch to the per-user storage strategy, resulting in data loss.

AObuchow commented 1 month ago

@deerskindoll I'll gladly help you make this docs update :)