$ nova list +--------------------------------------+-----------+--------+------------+-------------+-------------------------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+-----------+--------+------------+-------------+-------------------------------------+ | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f | testhost1 | ACTIVE | - | Running | net_core=10.93.40.211, 10.17.10.204 | +--------------------------------------+-----------+--------+------------+-------------+-------------------------------------+ $ nova show testhost1 +--------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Property | Value | +--------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | TEST-1 | | OS-EXT-SRV-ATTR:host | xxx-yyyy-comp001 | | OS-EXT-SRV-ATTR:hypervisor_hostname | xxx-yyyy-comp001.domain.name | OS-EXT-SRV-ATTR:instance_name | instance-0000d129 | | OS-EXT-STS:power_state | 1 | | OS-EXT-STS:task_state | - | | OS-EXT-STS:vm_state | active | | OS-SRV-USG:launched_at | 2016-08-17T03:49:34.000000 | | OS-SRV-USG:terminated_at | - | | accessIPv4 | | | accessIPv6 | | | config_drive | | | created | 2016-08-17T03:47:11Z | | flavor | c1.c1r1 (3931e022-24e7-4678-bc3f-ee86ec129819) | | hostId | e499329df4eff6be214051ab55b12c90e8cf85f6fa18cfbfa27f001f | | id | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f | | image | Attempt to boot from volume - no image supplied | | key_name | jdempsey-elsewhere | | metadata | {} | | name | testhost1 | | net_core network | 10.93.40.211, 10.17.10.204 | | os-extended-volumes:volumes_attached | [{"id": "dd53d439-3c6c-4831-87b5-751c317b0743"}, {"id": "8361c17a-12ce-4a86-83c6-c6df59f38920"}, {"id": "4967a84b-c411-4f57-99d3-9d61fcdc1d08"}, {"id": "5d20873e-3653-4436-82c3-43655b6fcd04"}, {"id": "1fc74ac4-d284-4cc7-967d-bc9bdab09c5b"}, {"id": "0da6e60c-5237-409e-a433-6f1df261b7c3"}, {"id": "da6f804a-8cf7-436a-a68d-c4e9c4a2300c"}] | | progress | 0 | | security_groups | secgroup_main | | status | ACTIVE | | tenant_id | 0ef8ecaa78684c399d1d514b61698fda | | updated | 2016-08-17T03:49:34Z | | user_id | 530804189fb7407295a8bf6fde028be8 | +--------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ $ cinder list +--------------------------------------+-----------+------------------------------------------------+------+-------------+----------+--------------------------------------+ | ID | Status | Name | Size | Volume Type | Bootable | Attached to | +--------------------------------------+-----------+------------------------------------------------+------+-------------+----------+--------------------------------------+ | 0da6e60c-5237-409e-a433-6f1df261b7c3 | in-use | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f | | 1fc74ac4-d284-4cc7-967d-bc9bdab09c5b | in-use | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f | | 4967a84b-c411-4f57-99d3-9d61fcdc1d08 | in-use | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f | | 5d20873e-3653-4436-82c3-43655b6fcd04 | in-use | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f | | 8361c17a-12ce-4a86-83c6-c6df59f38920 | in-use | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f | | da6f804a-8cf7-436a-a68d-c4e9c4a2300c | in-use | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f | | dd53d439-3c6c-4831-87b5-751c317b0743 | in-use | | 15 | b1.standard | true | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f | +--------------------------------------+-----------+------------------------------------------------+------+-------------+----------+--------------------------------------+ $ for i in 0da6e60c-5237-409e-a433-6f1df261b7c3 1fc74ac4-d284-4cc7-967d-bc9bdab09c5b 4967a84b-c411-4f57-99d3-9d61fcdc1d08 5d20873e-3653-4436-82c3-43655b6fcd04 8361c17a-12ce-4a86-83c6-c6df59f38920 da6f804a-8cf7-436a-a68d-c4e9c4a2300c dd53d439-3c6c-4831-87b5-751c317b0743 > do > cinder show $i > done +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Property | Value | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | attachments | [{u'server_id': u'0613c4a4-7d64-4972-90a7-d4c951ac2d8f', u'attachment_id': u'd1332ac7-6871-4a5b-b1c9-d3dce5730f9a', u'attached_at': u'2016-08-17T03:49:13.000000', u'host_name': None, u'volume_id': u'0da6e60c-5237-409e-a433-6f1df261b7c3', u'device': u'/dev/vdf', u'id': u'0da6e60c-5237-409e-a433-6f1df261b7c3'}] | | availability_zone | TEST-1 | | bootable | false | | consistencygroup_id | None | | created_at | 2016-08-17T03:49:05.000000 | | description | | | encrypted | False | | id | 0da6e60c-5237-409e-a433-6f1df261b7c3 | | metadata | {'readonly': 'False', 'attached_mode': 'rw'} | | migration_status | None | | multiattach | False | | name | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | | os-vol-host-attr:host | rbd:volumes@b1.standard#b1.standard | | os-vol-mig-status-attr:migstat | None | | os-vol-mig-status-attr:name_id | None | | os-vol-tenant-attr:tenant_id | 0ef8ecaa78684c399d1d514b61698fda | | replication_status | disabled | | size | 5 | | snapshot_id | None | | source_volid | None | | status | in-use | | updated_at | 2016-08-17T03:49:13.000000 | | user_id | 530804189fb7407295a8bf6fde028be8 | | volume_type | b1.standard | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Property | Value | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | attachments | [{u'server_id': u'0613c4a4-7d64-4972-90a7-d4c951ac2d8f', u'attachment_id': u'c4a709d0-a1d3-4eab-9b29-5aaf3ebf160a', u'attached_at': u'2016-08-17T03:49:04.000000', u'host_name': None, u'volume_id': u'1fc74ac4-d284-4cc7-967d-bc9bdab09c5b', u'device': u'/dev/vde', u'id': u'1fc74ac4-d284-4cc7-967d-bc9bdab09c5b'}] | | availability_zone | TEST-1 | | bootable | false | | consistencygroup_id | None | | created_at | 2016-08-17T03:48:54.000000 | | description | | | encrypted | False | | id | 1fc74ac4-d284-4cc7-967d-bc9bdab09c5b | | metadata | {'readonly': 'False', 'attached_mode': 'rw'} | | migration_status | None | | multiattach | False | | name | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | | os-vol-host-attr:host | rbd:volumes@b1.standard#b1.standard | | os-vol-mig-status-attr:migstat | None | | os-vol-mig-status-attr:name_id | None | | os-vol-tenant-attr:tenant_id | 0ef8ecaa78684c399d1d514b61698fda | | replication_status | disabled | | size | 5 | | snapshot_id | None | | source_volid | None | | status | in-use | | updated_at | 2016-08-17T03:49:04.000000 | | user_id | 530804189fb7407295a8bf6fde028be8 | | volume_type | b1.standard | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Property | Value | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | attachments | [{u'server_id': u'0613c4a4-7d64-4972-90a7-d4c951ac2d8f', u'attachment_id': u'e41b28b0-89c3-444d-9aa8-8d1280689e82', u'attached_at': u'2016-08-17T03:48:42.000000', u'host_name': None, u'volume_id': u'4967a84b-c411-4f57-99d3-9d61fcdc1d08', u'device': u'/dev/vdc', u'id': u'4967a84b-c411-4f57-99d3-9d61fcdc1d08'}] | | availability_zone | TEST-1 | | bootable | false | | consistencygroup_id | None | | created_at | 2016-08-17T03:48:17.000000 | | description | | | encrypted | False | | id | 4967a84b-c411-4f57-99d3-9d61fcdc1d08 | | metadata | {'readonly': 'False', 'attached_mode': 'rw'} | | migration_status | None | | multiattach | False | | name | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | | os-vol-host-attr:host | rbd:volumes@b1.standard#b1.standard | | os-vol-mig-status-attr:migstat | None | | os-vol-mig-status-attr:name_id | None | | os-vol-tenant-attr:tenant_id | 0ef8ecaa78684c399d1d514b61698fda | | replication_status | disabled | | size | 5 | | snapshot_id | None | | source_volid | None | | status | in-use | | updated_at | 2016-08-17T03:48:42.000000 | | user_id | 530804189fb7407295a8bf6fde028be8 | | volume_type | b1.standard | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Property | Value | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | attachments | [{u'server_id': u'0613c4a4-7d64-4972-90a7-d4c951ac2d8f', u'attachment_id': u'33360eee-3954-448a-b034-0d2b1ce98b9f', u'attached_at': u'2016-08-17T03:48:54.000000', u'host_name': None, u'volume_id': u'5d20873e-3653-4436-82c3-43655b6fcd04', u'device': u'/dev/vdd', u'id': u'5d20873e-3653-4436-82c3-43655b6fcd04'}] | | availability_zone | TEST-1 | | bootable | false | | consistencygroup_id | None | | created_at | 2016-08-17T03:48:43.000000 | | description | | | encrypted | False | | id | 5d20873e-3653-4436-82c3-43655b6fcd04 | | metadata | {'readonly': 'False', 'attached_mode': 'rw'} | | migration_status | None | | multiattach | False | | name | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | | os-vol-host-attr:host | rbd:volumes@b1.standard#b1.standard | | os-vol-mig-status-attr:migstat | None | | os-vol-mig-status-attr:name_id | None | | os-vol-tenant-attr:tenant_id | 0ef8ecaa78684c399d1d514b61698fda | | replication_status | disabled | | size | 5 | | snapshot_id | None | | source_volid | None | | status | in-use | | updated_at | 2016-08-17T03:48:54.000000 | | user_id | 530804189fb7407295a8bf6fde028be8 | | volume_type | b1.standard | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Property | Value | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | attachments | [{u'server_id': u'0613c4a4-7d64-4972-90a7-d4c951ac2d8f', u'attachment_id': u'11e6cb85-3965-474c-b9bd-0dc87298c1df', u'attached_at': u'2016-08-17T03:48:17.000000', u'host_name': None, u'volume_id': u'8361c17a-12ce-4a86-83c6-c6df59f38920', u'device': u'/dev/vdb', u'id': u'8361c17a-12ce-4a86-83c6-c6df59f38920'}] | | availability_zone | TEST-1 | | bootable | false | | consistencygroup_id | None | | created_at | 2016-08-17T03:48:09.000000 | | description | | | encrypted | False | | id | 8361c17a-12ce-4a86-83c6-c6df59f38920 | | metadata | {'readonly': 'False', 'attached_mode': 'rw'} | | migration_status | None | | multiattach | False | | name | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | | os-vol-host-attr:host | rbd:volumes@b1.standard#b1.standard | | os-vol-mig-status-attr:migstat | None | | os-vol-mig-status-attr:name_id | None | | os-vol-tenant-attr:tenant_id | 0ef8ecaa78684c399d1d514b61698fda | | replication_status | disabled | | size | 5 | | snapshot_id | None | | source_volid | None | | status | in-use | | updated_at | 2016-08-17T03:48:17.000000 | | user_id | 530804189fb7407295a8bf6fde028be8 | | volume_type | b1.standard | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Property | Value | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | attachments | [{u'server_id': u'0613c4a4-7d64-4972-90a7-d4c951ac2d8f', u'attachment_id': u'9c9293c6-18dc-499f-b588-5f3013cad9f5', u'attached_at': u'2016-08-17T03:49:22.000000', u'host_name': None, u'volume_id': u'da6f804a-8cf7-436a-a68d-c4e9c4a2300c', u'device': u'/dev/vdg', u'id': u'da6f804a-8cf7-436a-a68d-c4e9c4a2300c'}] | | availability_zone | TEST-1 | | bootable | false | | consistencygroup_id | None | | created_at | 2016-08-17T03:49:14.000000 | | description | | | encrypted | False | | id | da6f804a-8cf7-436a-a68d-c4e9c4a2300c | | metadata | {'readonly': 'False', 'attached_mode': 'rw'} | | migration_status | None | | multiattach | False | | name | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | | os-vol-host-attr:host | rbd:volumes@b1.standard#b1.standard | | os-vol-mig-status-attr:migstat | None | | os-vol-mig-status-attr:name_id | None | | os-vol-tenant-attr:tenant_id | 0ef8ecaa78684c399d1d514b61698fda | | replication_status | disabled | | size | 5 | | snapshot_id | None | | source_volid | None | | status | in-use | | updated_at | 2016-08-17T03:49:22.000000 | | user_id | 530804189fb7407295a8bf6fde028be8 | | volume_type | b1.standard | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Property | Value | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | attachments | [{u'server_id': u'0613c4a4-7d64-4972-90a7-d4c951ac2d8f', u'attachment_id': u'3e2a836e-6c0e-4405-818b-ca341d305699', u'attached_at': u'2016-08-17T03:48:07.000000', u'host_name': None, u'volume_id': u'dd53d439-3c6c-4831-87b5-751c317b0743', u'device': u'/dev/vda', u'id': u'dd53d439-3c6c-4831-87b5-751c317b0743'}] | | availability_zone | TEST-1 | | bootable | true | | consistencygroup_id | None | | created_at | 2016-08-17T03:47:59.000000 | | description | | | encrypted | False | | id | dd53d439-3c6c-4831-87b5-751c317b0743 | | metadata | {'readonly': 'False', 'attached_mode': 'rw'} | | migration_status | None | | multiattach | False | | name | | | os-vol-host-attr:host | rbd:volumes@b1.standard#b1.standard | | os-vol-mig-status-attr:migstat | None | | os-vol-mig-status-attr:name_id | None | | os-vol-tenant-attr:tenant_id | 0ef8ecaa78684c399d1d514b61698fda | | replication_status | disabled | | size | 15 | | snapshot_id | None | | source_volid | None | | status | in-use | | updated_at | 2016-08-17T03:48:07.000000 | | user_id | 530804189fb7407295a8bf6fde028be8 | | volume_image_metadata | {'hw_rng': 'virtio', 'container_format': 'bare', 'min_ram': '0', 'disk_format': 'raw', 'image_name': 'trusty', 'image_id': 'bc312c40-dbf0-4272-b249-6226c8f01a79', 'checksum': 'c73c1231bd9b1dc7d38b5acd67339b42', 'min_disk': '0', 'size': '2361393152'} | | volume_type | b1.standard | +--------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ $ date ; nova delete testhost1 Wed Aug 17 15:53:09 NZST 2016 Request to delete server testhost1 has been accepted. $ date ; cinder list Wed Aug 17 15:54:43 NZST 2016 +--------------------------------------+-----------+------------------------------------------------+------+-------------+----------+-------------+ | ID | Status | Name | Size | Volume Type | Bootable | Attached to | +--------------------------------------+-----------+------------------------------------------------+------+-------------+----------+-------------+ | 0da6e60c-5237-409e-a433-6f1df261b7c3 | deleting | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | | | 1fc74ac4-d284-4cc7-967d-bc9bdab09c5b | deleting | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | | | 4967a84b-c411-4f57-99d3-9d61fcdc1d08 | deleting | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | | | 5d20873e-3653-4436-82c3-43655b6fcd04 | deleting | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | | | 8361c17a-12ce-4a86-83c6-c6df59f38920 | deleting | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | | | da6f804a-8cf7-436a-a68d-c4e9c4a2300c | deleting | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | | +--------------------------------------+-----------+------------------------------------------------+------+-------------+----------+-------------+ $ date ; cinder list Wed Aug 17 15:55:23 NZST 2016 +--------------------------------------+-----------+------------------------------------------------+------+-------------+----------+-------------+ | ID | Status | Name | Size | Volume Type | Bootable | Attached to | +--------------------------------------+-----------+------------------------------------------------+------+-------------+----------+-------------+ | 0da6e60c-5237-409e-a433-6f1df261b7c3 | deleting | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | | | 1fc74ac4-d284-4cc7-967d-bc9bdab09c5b | deleting | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | | | 4967a84b-c411-4f57-99d3-9d61fcdc1d08 | deleting | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | | | 5d20873e-3653-4436-82c3-43655b6fcd04 | deleting | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | | | da6f804a-8cf7-436a-a68d-c4e9c4a2300c | deleting | 0613c4a4-7d64-4972-90a7-d4c951ac2d8f-blank-vol | 5 | b1.standard | false | | +--------------------------------------+-----------+------------------------------------------------+------+-------------+----------+-------------+ $ cinder service-list +------------------+---------------------------------------------------+--------+----------+-------+----------------------------+-----------------+ | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason | +------------------+---------------------------------------------------+--------+----------+-------+----------------------------+-----------------+ | cinder-scheduler | xxx-yyyy-api1.domain_name | TEST-1 | enabled | up | 2016-08-17T04:08:13.000000 | - | | cinder-scheduler | xxx-yyyy-api2.domain_name | TEST-1 | enabled | up | 2016-08-17T04:07:49.000000 | - | | cinder-volume | rbd:volumes@b1.standard | TEST-1 | enabled | up | 2016-08-17T04:08:12.000000 | - | +------------------+---------------------------------------------------+--------+----------+-------+----------------------------+-----------------+