Skip to content

Binding bug #393

@lxl706423651

Description

@lxl706423651

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions