-
Notifications
You must be signed in to change notification settings - Fork 606
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
[BUG] Unable to backup backing image through Longhorn UI #10023
[BUG] Unable to backup backing image through Longhorn UI #10023
Comments
cc @houhoucoop |
I can see |
Since it's a 500 error, I think the root cause is likely on the backend side. |
It doesn't seem to be what I encountered. Also I observed inconsistent behavior when trying to back up from the following two locations. Could you try both of them? |
These are all the cases I have tested, not sure which ones are expected and which are defects. Case 1: One backup target: default
Case 2: Multiple backup targets: default, cifs
Case 3: Bulk backup action:
|
cc @a110605 @mantissahz ^ |
@mantissahz Can you confirm if Case 2 is a defect? frontend needs to make corresponding UI adjustments. |
It is not allowed because UI creates the
|
I see, I prefer option 2. |
The backend can handle that if the The UI can still allow users to have a costume |
I will fix the backend part tomorrow |
Pre Ready-For-Testing Checklist
All operations can be done via UI
PR: |
Recent issues are mostly related to the APIs and the integration between the backend and frontend. @houhoucoop @a110605 In addition to implementing the UI part, remember to self-validate if the functionalities work before moving it to ready-for-testing. This will make you familiar with Longhorn more. |
Describe the bug
Trying to backup backing image through Longhorn UI on v1.8.x-head (longhorn-ui 4f6b1eb) or master-head (longhorn-ui cf5fcff), got
500 Internal Server Error
:Both v1 and v2 backing image have the same issue.
To Reproduce
Backup backing image through Longhorn UI
Expected behavior
Support bundle for troubleshooting
Environment
Additional context
Workaround and Mitigation
The text was updated successfully, but these errors were encountered: