-
Notifications
You must be signed in to change notification settings - Fork 665
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
Complain on snapshot operations if unsupported #3329
Conversation
(Warning: breaks the daemon.)
(Warning: daemon still broken.)
(Warning: daemon still broken.)
(Warning: daemon still broken.)
Report info on the number of snapshots of instances only where supported. (Fixes daemon.)
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3329 +/- ##
==========================================
+ Coverage 83.88% 83.92% +0.03%
==========================================
Files 250 251 +1
Lines 13554 13678 +124
==========================================
+ Hits 11370 11479 +109
- Misses 2184 2199 +15 ☔ View full report in Codecov by Sentry. |
Require snapshot support in `list|info --snapshots`.
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.
Hey @ricab!
Thanks for this! Works well and the code looks good. I just have a couple of consistency comments below.
Addresses review request.
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.
Ok, LGTM, thanks!
I found an issue... |
Fixed. The issue was in snapshot settings, for example:
|
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.
Ok, LGTM! Thanks!
And omit the number of snapshots in
info
.Fixes #3328