fabric-testbed / fabrictestbed-extensions

Extensions for the fabric APUI/CLI.
MIT License
7 stars 12 forks source link

Renew Slice leaves the slivers in ActiveTicketed State #364

Closed kthare10 closed 1 month ago

kthare10 commented 1 month ago

Renew Slice leaves the slivers in ActiveTicketed State Issue noted by a user: https://learn.fabric-testbed.net/forums/topic/increasing-lease-time-causing-issues/

Root Cause: Stale topology in Slice object is causing the display to do this. fablib.get_slice() resolves this issue. Solution: Updated code to ensure to fetch latest topology before display.