1. No candidate nodes found error

No candidate nodes found error

Home Forums FABRIC General Questions and Discussion No candidate nodes found error

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7219
    Nishanth Shyamkumar
    Participant

      Hi,

      I am trying to run my port-mirroring experiment, and on some sites I get the following error:

      Slice Exception: Slice Name: Traffic Listening Demo GATECH, Slice ID: 84b0bc73-8fe7-4e32-962f-2c8fccc47b76: Slice Exception: Slice Name: Traffic Listening Demo GATECH, Slice ID: 84b0bc73-8fe7-4e32-962f-2c8fccc47b76: Node: GATECH_node0, Site: GATECH, State: Closed, Insufficient resources: No candidates nodes found to serve res: #3d425fc6-0f44-4e98-a0cc-d9ee9358cb8f slice: [Traffic Listening Demo GATECH(84b0bc73-8fe7-4e32-962f-2c8fccc47b76) Owner:<email_address>] state:[Nascent,Ticketing] #

      Could someone explain what exactly is the error here? Which resource is failing to be allocated?

      #7220
      Ilya Baldin
      Participant

        “No candidates nodes found to serve” – there aren’t enough resources in the site to serve your request. It could be there are not enough cores or RAM in the workers because the site is too busy.

        #7221
        Komal Thareja
        Participant

          Hi Nishant,

          VM requested on GATECH identified by ID: 3d425fc6-0f44-4e98-a0cc-d9ee9358cb8f cannot be allocated. Looks like you are requesting CX6 there which are only available on GATECH-w3 which is currently under maintenance. Hence, CF is unable to find any nodes to serve this reservation.

          Hope this helps!

          Thanks,

          Komal

          #7244
          Nishanth Shyamkumar
          Participant

            Thanks for the info. Is there some way to get the maintenance status of a site through some API , or must the user just keep track of it through forum updates?

            #7279
            Komal Thareja
            Participant

              Hi Nishanth,

              We just added support for users to query host level information as well. Examples for this would be available in a couple of days. I am sharing a snippet below on how this can be done:


              fablib.list_hosts()
              resources = fablib.get_resources()
              site = resources.get_site("MAX")
              all_hosts = site.get_hosts()
              host = site.get_host(name="max-w1.fabric-testbed.net")
              print(host)

              Please checkout our documentation here to find more details. Please let us know if you have more questions/concerns.

              https://fabric-fablib.readthedocs.io/en/latest/resources.html

              https://fabric-fablib.readthedocs.io/en/latest/site.html

              Thanks,

              Komal

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.