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
Enable feature flag PVC, and once we have ever taken prebuild, all the subsequent data won't be recovered from the VolumeSnapshot. The data is always recovered from the prebuild VolumeSnapshot.
Steps to reproduce
Enable feature flag PVC
Open the workspace, write some data (A), and close the workspace.
Manually trigger the prebuild, for example, gitpod.io/#prebuild/https://gitlab.com/gitpod-io/template-python-django
Open the workspace again, write some data (B), close the workspace and reopen it.
content B won't be recovered, but content A recovered. Double check the PVC's VolumeSnapshot, it always uses the prebuild VolumeSnapshot ID.
Bug description
Enable feature flag PVC, and once we have ever taken prebuild, all the subsequent data won't be recovered from the VolumeSnapshot. The data is always recovered from the prebuild VolumeSnapshot.
Steps to reproduce
gitpod.io/#prebuild/https://gitlab.com/gitpod-io/template-python-django
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
#7901
The text was updated successfully, but these errors were encountered: