Forum Replies Created
-
AuthorPosts
-
August 6, 2025 at 10:33 pm in reply to: Guaranteed Capacity and Traffic Prioritization across the Sites #8782
Hi Philip,
Thanks for pointing that out — noted! I’ll discuss internally to see if we can support specifying bandwidth in Mbps via the API.
In the meantime, you could consider using tools like
tc
to shape traffic at a more granular level to meet your 30 Mbps requirement.Best regards,
KomalAugust 5, 2025 at 2:27 pm in reply to: channel 0: open failed: connect failed: No route to host #8759Hi Ajay,
node.os_reboot()
is recommended to be executed only if you are doing CPU pinning or NUMA tuning. This failed because your VM was already in shutoff state. If the intent is to just reboot the VM, please usesudo reboot
vianode.execute()
. Also, what kind of workload is your application/experiment running? We are noticing some kernel level CPU locks on the host where your VM is running. We want to investigate if something from your experiment is triggering this. Could you please share more details about the experiment workload being executed on this VM?Appreciate your help with this!
Thanks,
Komal
August 5, 2025 at 11:32 am in reply to: channel 0: open failed: connect failed: No route to host #8757Hi Ajay,
Your VM was in a shutoff state, which I’ve now restored. Could you please share the notebook that outlines the type of workload you’re running on this VM? We’ve observed similar instances with your slices in the past, so having this information would help us identify the root cause of your VMs shutting down.
Thanks,
KomalHi Nirmala,
Could you please change the permissions of the key as indicated in the error message using the command below via terminal in your JH container? This shall fix the issue.
chmod 600 /home/fabric/work/fabric_config/Nirmala
Thanks,
Komal
Hi Garegin,
Thank you for sharing your observation. There was performance fix to improve how the interfaces are handled in the fablib. I suspect this may have introduced this issue. I will investigate this and post a fix once ready.
For now, please use the workaround as you suggested. Apologies for the inconvenience.
Thanks,
Komal
July 18, 2025 at 11:05 am in reply to: Guaranteed Capacity and Traffic Prioritization across the Sites #8701We have scheduled maintenance from July 28 to early August. This feature is planned to be rolled out during that period and should be available afterward.
Best regards,KomalHi Suhib,
Issue has been resolved, and slice provisioning is now functioning correctly. Could you please try your slice again?
Thanks,
Komal
July 14, 2025 at 9:17 am in reply to: Network AM Outage Notice – Investigating Provisioning Failures #8696The Network AM has been restored, and slice provisioning is now functioning correctly.
Thanks,KomalHi Jiri,
Thank you for bringing this to our attention. We’ve identified an issue with our Network AM and are actively investigating it. Apologies for the inconvenience.
Your slice is currently in the Dead state, and all associated resources have been released. You can toggle the view on the portal to hide Dead/Closing slices if needed.
Thanks,
Komal
Posting an update here:
The component responsible for pushing SSH keys to bastion host encountered an error due to a network event at RENCI. This component has been restored and keys should work now.
Geoff confirmed that his keys are working. @Suhib – Please try your slice/using the keys again and let us know if you still are running into this error.
Thank you Geoff and Suhib for bringing this to our attention! Appreciate it!
Best,
Komal
1 user thanked author for this post.
Hi,
For JH environment:
Could you please try running the notebook:
jupyter-examples-rel1.8.*/configure_and_validate/configure_and_validate.ipynb
and share the output observed?Also, after this please try running the
Hello Fabric
notebook and share your observation.For your local setup:
Could you please trying setting up the environment as suggested here: https://learn.fabric-testbed.net/knowledge-base/advanced-jupyter-hub/#running-fabric-containers-locally ?
Best,
Komal
Hi Fatih,
Could you please share your Slice ID and also what kind of NICs are you using in your slice?
Thanks,
Komal
June 18, 2025 at 12:15 pm in reply to: Lost network interface after rebooting of vm3 in a cluster #8623Hi Ajay,
Thanks for reaching out. Could you please share any details about what may have caused the VM to crash? This information will help us better understand the root cause.
It appears that the PCI devices were detached from your VM during the crash. I’ve gone ahead and restored the VM — you should now be able to access it and use the GPUs as expected.
Please let me know if you continue to face any issues.
Best,
Komal TharejaAs a quick follow-up:
In addition to SmartNIC reservations, FABRIC also supports CPU pinning and NUMA tuning options, which can help further minimize resource contention on shared hosts. While these do not fully isolate you from other users on the physical host, they can significantly reduce interference for CPU and memory-bound workloads.
You can find working examples demonstrating how to request CPU pinning and NUMA-optimized resources in the FABRIC Jupyter notebook examples repository:
These examples show how you can specify pinned CPUs and memory placement via FABlib when creating your slice.
Please feel free to reach out if you’d like any assistance setting this up.
Best,
Komal
Dear Fatih,
Thank you for reaching out.
At present, there is no way to prevent other users from having VMs on the same physical host unless you are able to reserve the entire host (when host doesn’t have other allocations). However, one option you may consider is requesting SmartNIC-based resources (such as CX6 or CX5). When you reserve a SmartNIC, the NIC is dedicated exclusively to your slice, ensuring that only your experiment’s traffic passes through that NIC. While this does not isolate CPU or memory resources on the host, it can minimize potential interference on the data plane network traffic.
Please let us know if you would like assistance with requesting such resources or if you have any further questions.
Best regards,
Komal Thareja -
AuthorPosts