-
Notifications
You must be signed in to change notification settings - Fork 285
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
The system lets me try to create two snapshots at the same time #5695
Comments
Should be addressed by recent PRs by @adamkpickering |
To clarify, I think this issue is about the UI not being disabled when a snapshot is being created/restored via That means this is more of a UI issue - @torchiaf would you agree? It would be nice to get this in for 1.11, but it could also be pushed to 1.12... @jandubois? |
If we can't anything by Tuesday, we can push this to 1.12. |
We do get a failure message, although it's rendered as a banner in the "Create Snapshot" dialog I think that the pattern can be improved, but this is no longer an issue given the scope of this bug. |
Let's look at this again after we change the lock mechanism. |
Problem Description
Run
rdctl snapshot create NAME
Now use the UI to create a snapshot named
SOME-OTHER-NAME
.Bug 1: The UI should disable snaphost creation
Bug 2: When the UI tries to create snapshotSOME-OTHER-NAME
, it should report the failure (it didn't create the snapshot)Proposed Solution
I assue the UI needs to be aware of the state of the snapshot lockfile.
The text was updated successfully, but these errors were encountered: