Forum Replies Created
-
AuthorPosts
-
July 31, 2026 at 10:28 am in reply to: Slice stuck on configuring state without modifying the slice #9922
Hi Seena,
Is this still an issue? Apologies for the delay in responding.
Best,
Komal
July 31, 2026 at 10:27 am in reply to: How can a project member access another member’s existing slice? #9921Hi Yuanhao,
You should be able to view slices created by other project members through JupyterHub.
Please try the Share Slices notebook, which is also listed in the JupyterHub “Start Here” notebook under
fabric_examples/fablib_api/share_slices/share_slices.ipynb. It explains collaborative slice access and how the slice owner can add your SSH keys so you can access the VMs.If the slice owner is unable to add your keys, please send me the slice details, and I’ll help you obtain access.
Best,
Komal1 user thanked author for this post.
Hi Nishanth,
Could you please take a look at this example notebook:
https://github.com/fabric-testbed/jupyter-examples/blob/main/fabric_examples/fablib_api/bluefields/bluefield_dpus_l2_network_basic_auto.ipynbI’ve recently updated it to enable internet connectivity on BlueField for both IPv4 and IPv6 sites.
Please let me know if you run into any issues.
Best,
KomalSeptember 30, 2025 at 9:39 am in reply to: slice is configuring for a long time – unable to delete #9053Hi Jonah,
I have closed your slice via the admin CLI. One of your slivers was stuck trying to renew, looks like a bug, I will work to address that. Thank you for sharing your observation and help us address this issue. Appreciate it!
Best,
Komal
August 7, 2025 at 11:15 am in reply to: Cannot iterate over interfaces on a network in FABlib v1.9.0 #8785Hi 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 year 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 year ago by
-
AuthorPosts