-
Notifications
You must be signed in to change notification settings - Fork 634
[FEATURE] Longhorn UI supports orphaned instance CRs management #10760
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
Comments
@COLDTURNIP @derekbit
|
Why not? Sounds good to me. ;)
|
Pre Ready-For-Testing Checklist
Screen.Recording.2025-04-28.at.5.15.08.PM.mov
|
Tested on master-head (longhorn-ui 2dcfe4a). (1) Given multiple replica data orphans, select one replica data orphan, and click the bulk delete button, all replica data orphans will disappear. Need to refresh the page to make the remaining replica data orphans be displayed again: (2) Given multiple replica data orphans, select one replica data orphan, and click the delete button in the hamburger icon, instance orphans will be displayed instead. Need to refresh the page to make the remaining replica data orphans be displayed correctly: (3) Given multiple instance orphans, select one instance orphan, and click the bulk delete button, the selected instance orphans is still displayed. Need to refresh the page to make it disappear: |
The delete issues are known and should be handled in #10803. |
Verification passed on master-head (longhorn-ui 2dcfe4a) and v1.9.x-head (longnorn-ui 16c7409). Creating
|
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe (👍 if you like this request)
Longhorn UI supports orphan instance CRs
Initial story: #6764
LEP: #10675
Describe the solution you'd like
The existing LH manager orphan API returns all types of orphans:
replica
: orphaned dataengine-instance
: orphaned engine instancereplica-instance
: orphaned replica instanceTo the existed orphaned data page, it should filter and list only the
replica
orphans.Add a new page for instance orphans, and shows the details of orphaned instances:
OrphanSpec.NodeID
)OrphanSpec.Parameters["InstanceName"]
)OrphanSpec.Type
)OrphanSpec.DataEngine
)Also provides delete operation for orphaned instances.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: