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
This feature request is for the UI changes that are required to implement #2940
Is your feature request related to a problem? Please describe.
If an aspect of a snapshot fails e.g volumes cannot be fetched then the endpoint is marked as down, even though I can still access it and issue Docker commands.
Describe the solution you'd like
During snapshot of an endpoint; If the ping succeeds but a Docker command fails don't mark the endpoint as down, but change the label to 'incomplete info' or 'partial snapshot' on the endpoint.
Could also possibly show aspects such as volumes being 'NA' if this info is not available.
When in the partial snapshot view, clicking on view X should show X is not available in this partial snapshot or something similar
This discussion was converted from issue #3178 on July 27, 2023 04:27.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This feature request is for the UI changes that are required to implement #2940
Is your feature request related to a problem? Please describe.
If an aspect of a snapshot fails e.g volumes cannot be fetched then the endpoint is marked as down, even though I can still access it and issue Docker commands.
Describe the solution you'd like
During snapshot of an endpoint; If the ping succeeds but a Docker command fails don't mark the endpoint as down, but change the label to 'incomplete info' or 'partial snapshot' on the endpoint.
Example of these proposed changes
![image](https://user-images.githubusercontent.com/12197793/59404212-d287d080-8df9-11e9-88c8-c898fbde7104.png)
Beta Was this translation helpful? Give feedback.
All reactions