You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixdevfile#1238
Ensure only the storage strategies which support home persistence
result in the persistent home devfile volume being added to a devworkspace.
The storage strategies which support home persistence are:
- per-user/common
- perworkspace
- async
The ephemeral storage strategy does not support home persistence.
Signed-off-by: Andrew Obuchowicz <[email protected]>
AObuchow
added a commit
to AObuchow/devworkspace-operator
that referenced
this issue
Mar 14, 2024
Fixdevfile#1238
Ensure only the storage strategies which support home persistence
can result in the persistent home devfile volume being added to a devworkspace.
The storage strategies which support home persistence are:
- per-user/common
- perworkspace
- async
The ephemeral storage strategy does not support home persistence.
Signed-off-by: Andrew Obuchowicz <[email protected]>
Fix#1238
Ensure only the storage strategies which support home persistence
can result in the persistent home devfile volume being added to a devworkspace.
The storage strategies which support home persistence are:
- per-user/common
- perworkspace
- async
The ephemeral storage strategy does not support home persistence.
Signed-off-by: Andrew Obuchowicz <[email protected]>
Description
Enabling persistUserHome in the DWOC does not add a persistent home devfile volume to a devworkspace when the per-workspace storage strategy is used. This is a regression caused by https://github.com/devfile/devworkspace-operator/pull/1210/files#diff-05e72230161a4d41c5a27fb453041c78839c193a9ddcb5066b1cb62c5a399529R294: we call the storage provisioner's
NeedsStorage()
function, however the implementation of this function for per-workspace storage always returnsfalse
.How To Reproduce
workspace.persistUserHome.enabled: true
in the DWOC/home/user/
Expected behavior
Additional context
Downstream issue
The text was updated successfully, but these errors were encountered: