Comment 3 for bug 1451118

Revision history for this message
Digambar (digambarpatil15) wrote :

Hi Adrian, sdake

      I have tried reproducing this bug but did get the error -

      See below logs -

    digambar@Openstack_iot_diga:~$ magnum bay-list
              +--------------------------------------+----------+------------+---------------+
              | uuid | name | node_count | status |
              +--------------------------------------+----------+------------+---------------+
              | 3e830da5-120e-488e-8c47-3ff20cb8d897 | swarmbay | 2 | CREATE_FAILED |
             +--------------------------------------+----------+------------+---------------+

  digambar@Openstack_iot_diga:~$ magnum bay-delete swarmbay

  digambar@Openstack_iot_diga:~$ magnum bay-list
             +--------------------------------------+----------+------------+--------------------+
              | uuid | name | node_count | status |
             +--------------------------------------+----------+------------+--------------------+
             | 3e830da5-120e-488e-8c47-3ff20cb8d897 | swarmbay | 2 | DELETE_IN_PROGRESS |
            +--------------------------------------+----------+------------+--------------------+

after deletion process, when I did bay-list then all the bays are deleted which are in failed state.

  digambar@Openstack_iot_diga:~$ magnum bay-list
             +------+------+------------+--------+
             | uuid | name | node_count | status |
             +------+------+------------+--------+
             +------+------+------------+--------+

sdake, I have tried this without stoping the cinder service in devstack.