- This topic has 3 replies, 3 voices, and was last updated 1 week, 1 day ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Unable to create EDC slice
I’m trying to create a pretty vanilla storage slice on EDC
# Create a slice
slice = fablib.new_slice(name=slice_name)# Add a node with storage and FABNetv4
node = slice.add_node(name=node_name, site=site)
node.add_storage(name=storage_name)
node.add_fabnet()# Submit the slice
slice.submit();
and I’m getting
Failure : Allocation failure for Requested Network Service: list index out of range#
for the network service in the slice…
Most recent failed slice id is 8343dd83-f755-4623-b788-326af255561b. This is for EJFAT project, so I’m trying to attach project-allocated storage volume on EDC called ejfat-data with UUID 86e912c9-2b34-48a5-820c-1816b666d216
Hi Ilya,
EDC and NCSA are connected to the same switch and share the same /17
subnet for FabNetv4 allocation. Between these two sites EDC(65) and NCSA(63), we currently have 128
active FabNetv4 services provisioned leaving no available subnet. The error message returned is not user friendly. I will fix the error message in the 1.8 update.
Thanks,
Komal
Ah ok. I’ll try later. I thought it may mean some kind of resource exhaustion.
I just deleted my slice on EDC with FABnetv4 service. FYI.