You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Parth Jagirdar (JIRA)" <ji...@apache.org> on 2013/07/01 20:12:20 UTC

[jira] [Created] (CLOUDSTACK-3309) UCS:DB: Discoved UCS Blades have multiple entries in Database

Parth Jagirdar created CLOUDSTACK-3309:
------------------------------------------

             Summary: UCS:DB: Discoved UCS Blades have multiple entries in Database
                 Key: CLOUDSTACK-3309
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3309
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: UCS
    Affects Versions: 4.2.0
         Environment: Master with UCS and Basic Baremetal
            Reporter: Parth Jagirdar
            Priority: Critical


Observe the table below;

Each time UCS gets added successfully (With correct credentials)
There is an entry in the database, for the discovered blades.

Blade and UCS manager should have a single entry into the database;


mysql> select * from ucs_blade;
+----+--------------------------------------+----------------+---------+-----------------------+------------+
| id | uuid                                 | ucs_manager_id | host_id | dn                    | profile_dn |
+----+--------------------------------------+----------------+---------+-----------------------+------------+
|  1 | 66395f34-188b-42c6-b2c1-6421636dea40 |              6 |    NULL | sys/chassis-1/blade-1 | NULL       |
|  2 | 3a98b88c-ea57-4087-b0a7-bc4e1c083094 |              6 |    NULL | sys/chassis-1/blade-2 | NULL       |
|  3 | 874c45bc-8cd1-4d29-807b-c85fba583f9a |              6 |    NULL | sys/chassis-1/blade-4 | NULL       |
|  4 | a9f0c2a3-a0d2-4469-b11b-521f6389ddf1 |              6 |    NULL | sys/chassis-1/blade-3 | NULL       |
|  5 | 4c08ea42-fcb7-4dd3-b957-6c38600c8e98 |              7 |    NULL | sys/chassis-1/blade-1 | NULL       |
|  6 | 30aaf4f5-d41e-45cf-bac1-fddf37a47e1f |              7 |    NULL | sys/chassis-1/blade-2 | NULL       |
|  7 | 8b2257e2-f398-4962-865e-70be16938e09 |              7 |    NULL | sys/chassis-1/blade-4 | NULL       |
|  8 | fe4596f3-d020-4063-b6e7-003a3e7ab74f |              7 |    NULL | sys/chassis-1/blade-3 | NULL       |
|  9 | cc630960-ece8-449b-b4ee-6152f7cf2adc |              9 |    NULL | sys/chassis-1/blade-1 | NULL       |
| 10 | 96fdadb9-43f8-4655-bf1d-c15eaf60e16b |              9 |    NULL | sys/chassis-1/blade-2 | NULL       |
| 11 | 61780122-3deb-4125-822a-3e5d547158de |              9 |    NULL | sys/chassis-1/blade-4 | NULL       |
| 12 | 57840300-c5e0-4459-a90c-fef6812d2c66 |              9 |    NULL | sys/chassis-1/blade-3 | NULL       |
+----+--------------------------------------+----------------+---------+-----------------------+------------+
12 rows in set (0.00 sec)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira