-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
Suppose I currently have two bindings: Binding('vnod_1', filter=Filter(asn=151, nodeName='host_1')) and Binding('vnod_11', filter=Filter(asn=151, nodeName='host_11')). Since the default value of Binding is Action.RANDOM, the system will create a candidate node list for each virtual node (vnod) during the binding process. At this point, the candidate node list for vnod_1 is [host_1, host_11], while the candidate node list for vnod_11 is [host_11]. If vnod_1 is randomly bound to host_11, it will result in vnod_11 having no available nodes to bind to.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels