Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-2155

Anti-Affinity -When Vm deployment is done in parallel , anti-affinity rule is not honored.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 4.2.0
    • 4.2.0
    • Management Server
    • Security Level: Public (Anyone can view this level - this is the default.)
    • build from master

    Description

      Anti-Affinity - When Vm deployment is done in parallel , anti-affinity rule is not honored.

      Steps to reproduce the problem:

      Setup:
      Advanced zone with 6 hosts.

      Create a new anti-affnity rule.

      Deploy 5 Vms in this anti-affnity rule.

      We see that some of the vms that belong to the same anti-affinity rules are getting deployed on the same host.

      select * from affinity_group_vm_map;

      60 22 63
      61 22 65
      62 22 64
      63 22 66
      64 22 67
      65 22 68

      --------------------------------
      30 rows in set (0.00 sec)

      mysql> select host_id,id,state from vm_instance where id > 60;
      --------------------

      host_id id state

      --------------------

      NULL 61 Expunging
      6 62 Running
      9 63 Running
      8 64 Running
      8 65 Running
      8 66 Running
      7 67 Running
      7 68 Running

      --------------------
      8 rows in set (0.00 sec)

      Will attach management-server log.

      Attachments

        1. management-server.rar
          500 kB
          Sangeetha Hariharan

        Activity

          People

            prachidamle Prachi Damle
            sangeethah Sangeetha Hariharan
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: