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
Users can try to create notebook servers that request mounting a read-write-once (single user) data volume that is already in use. This results in a notebook server that will never fully start
We implemented a feature to validate the user's request for volumes on the new notebook server prior to submission, alerting them to this error. This way users don't get stuck with machines that never start.
The commits related to this feature that need to be integrated into upstream code are:
Users can try to create notebook servers that request mounting a read-write-once (single user) data volume that is already in use. This results in a notebook server that will never fully start
We implemented a feature to validate the user's request for volumes on the new notebook server prior to submission, alerting them to this error. This way users don't get stuck with machines that never start.
The commits related to this feature that need to be integrated into upstream code are:
The text was updated successfully, but these errors were encountered: