-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[server] snapshots for PVC workspaces #14503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
started the job as gitpod-build-se-pvc-snapshot.1 because the annotations in the pull request description changed |
started the job as gitpod-build-se-pvc-snapshot.2 because the annotations in the pull request description changed |
/werft run 👍 started the job as gitpod-build-se-pvc-snapshot.3 |
@sagor999 Creating a snapshot takes very long (minutes). When trying to start the resulting snapshot an image build was triggered and the workspace then failed:
|
@@ -306,6 +308,33 @@ export class PromisifiedWorkspaceManagerClient implements Disposable { | |||
); | |||
} | |||
|
|||
public checkVolumeSnapshotIsReady( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[aside] This client would be a good candidate to use the "cleaner generated grpc client" on
/hold for dependency on #14374 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM,
In the parent PR, I've raised a Q about the RPC being too property specific, and hard to extend. If we do change the RPC, we'll need to adjust this PR.
0a9773c
to
ed95dae
Compare
ac38082
to
daf89d0
Compare
daf89d0
to
4ba0ca2
Compare
Description
Adds the server part to #14374
Related Issue(s)
contributes to #14159
How to test
Release Notes
Documentation
Werft options:
If enabled this will build
install/preview
Valid options are
all
,workspace
,webapp
,ide