Skip to content

[ws-daemon-api] add pvc flag to DisposeWorkspaceRequest #9811

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

Closed
wants to merge 1 commit into from

Conversation

sagor999
Copy link
Contributor

@sagor999 sagor999 commented May 5, 2022

Description

This adds a persistent volume claim flag to DisposeWorkspaceRequest request that is used by #9475

Related Issue(s)

Fixes #

How to test

Release Notes

none

Documentation

@sagor999
Copy link
Contributor Author

sagor999 commented May 9, 2022

@aledbf @Furisto please review when you have a chance. 🙏

@@ -121,6 +121,9 @@ message DisposeWorkspaceRequest {

// backup_logs triggers the upload of terminal logs
bool backup_logs = 3;

// persistent_volume_claim is enabled if workspace is using PVC
bool persistent_volume_claim = 4;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't the workspace marked as PVC workspace within ws-daemon already? IMHO we send that information during InitWorkspace already.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are 💯 right. Thank you for catching that. Closing this PR.

@sagor999 sagor999 closed this May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants