- This topic has 2 replies, 3 voices, and was last updated 3 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Failed when adding two SharedNIC_ConnectX_6 to one node
Hi, I was trying to add two SharedNIC_ConnectX_6 to one node. But I noticed that if I did this, the “slice_state” would always be “Closing” with no other raising errors. And if I commented out one SharedNIC_ConnectX_6, the code would be all correct.
Does it mean that I cannot add two SharedNIC_ConnectX_6 to one node? Is there any reason to forbid this? Thank you.
You definitely can add multiple connectX-6 card. Given our very limited dev capacity, it may be that there are no nodes left that have 2 connectX-6’s in the same host.
What is the error you see in the sliver status for that failed VM?
(see this example to get sliver status: https://github.com/fabric-testbed/jupyter-examples/blob/master/fabric_examples/basic_examples/get_slivers.ipynb)
I am able to reproduce the error and found this to be a bug in the code. We would address it in the next release.