Forum Replies Created
-
AuthorPosts
-
August 7, 2025 at 11:15 am in reply to: Cannot iterate over interfaces on a network in FABlib v1.9.0 #8785
Hi Peter,
Possibly a bug, however, I tried doing this with my existing slice and it seems to work.
Is there a specific sequence in which you are running this code? Just trying to reproduce this on my end.
Code Snippet of my trials:
from fabrictestbed_extensions.fablib.fablib import FablibManager as fablib_manager from ipaddress import ip_address, IPv4Address, IPv6Address, IPv4Network, IPv6Network fablib = fablib_manager() slice = fablib.get_slice(slice_name) for nw in slice.get_networks(): print(nw) for ifc in slice.get_interfaces(): print(ifc)
Thanks,
Komal
P.S: we did roll out some improvements w.r.t to how often the interfaces are updated to limit the number of ssh connections.
-
This reply was modified 1 week, 5 days ago by
Komal Thareja.
Hi Acheme,
There was a network event at RENCI yesterday that disrupted some of our services. It appears we overlooked recovering the Network AM afterward, which has caused your slice to remain stuck while renewing the network slivers. I’ve now restarted the Network AM. Could you please try deleting the slice and recreating it?
Thanks,
Komal
Hi Prateek,
I also have a similar question as @yoursunny: what observations led you to conclude the deletion of interfaces?
Additionally, could you please share the Slice ID for a slice where this issue has been observed? This information would be immensely helpful for our debugging process.
Thanks,
Komal
Please install from the main branch via the command you shared.
Thanks,
Komal
@Lyod – Could you please share your Slice ID? Also, are you able to ping your VM on the Ext IP.
-
This reply was modified 1 week, 5 days ago by
-
AuthorPosts