Opened 10 years ago
Closed 10 years ago
#1289 closed (fixed)
AL2S OESS aggregate reports exception for stanford to missouri path
Reported by: | lnevers@bbn.com | Owned by: | luke@grnoc.iu.edu |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | STITCHING | Version: | SPIRAL6 |
Keywords: | GENI Network Stitching | Cc: | |
Dependencies: |
Description
While running the very simple topology:
Stanford IG <->AL2S<-> Missouri IG
The following error is coninously reported:
08:56:43 INFO : Stitcher doing createsliver at <Aggregate oess>... 08:56:45 ERROR : {'output': 'Exception: Unable to find a suitable path for this request.', 'code': {'geni_code': 2}}
Attaching the expanded stitching request RSpec.
Attachments (1)
Change History (11)
Changed 10 years ago by
Attachment: | lnoess-createsliver-request-11-al2s-internet2-edu.xml added |
---|
comment:1 Changed 10 years ago by
Priority: | major → critical |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Component: | GPO → STITCHING |
---|
comment:4 Changed 10 years ago by
Took a look at this this morning... A path could not be found because the VLAN ID requested on sdn-sw.sunn (1642) is not available.
Is there a different error that would be more appropriate to return in this case?
comment:6 Changed 10 years ago by
Yes a clearer error would be more helpful. The error should capture the source of the problem, which is VLAN already in use.
comment:7 Changed 10 years ago by
Luke can you have the error return be "error code 24 (VLAN_UNAVAILABLE)" when the problem is that the requested VLAN tag is not available? This would make the error consistent with other aggregates.
Also a question does this error "Unable to find a suitable path" always means that the suggested VLAN tag is not available? Or can this error message also be reported for other potential errors?
comment:8 follow-up: 9 Changed 10 years ago by
yes, I can.
You will also get the "unable to find a suitable path" error when it cannot find a set of trunks that connect interface A to interface Z across AL2S.
comment:9 Changed 10 years ago by
Replying to lnevers@…:
Luke can you have the error return be "error code 24 (VLAN_UNAVAILABLE)" when the problem is that the requested VLAN tag is not available? This would make the error consistent with other aggregates.
Replying to luke@…:
yes, I can.
---
Luke is there any chance of this being done soon? We are now finishing up gcf-2.7 to be released early next week and would like to have this fix for the stitcher to handle the failure.
comment:10 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Verified that the expected error code is now returned:
15:41:18 WARNING : Failed CreateSliver for slice lndup at oess. Error from Aggregate: code 24: Exception: requested VLAN unavailable: sdn-sw.kans.net.internet2.edu,eth5/1 VLAN=1162.
Closing ticket, no more issues for this one.
This problem occurs only when AL2S Stanford IG is used. Other topologies with AL2S end-points at Missouri IG and UChicago IG do not show this symptom.
Also any sliver that includes Stanford IG eventually succeeds on the 3rd or 4th try.