Comment 6 for bug 1588791

Revision history for this message
Sergei Chipiga (schipiga) wrote :

Yuriy, according your words, should I execute `cinder manage node-2.test.domain.local@LVM-backend#LVM-backend volume-2e48c311-0b2d-4788-b7bf-80016f45baa5` ?

but something is wrong again:

root@node-1:~# cinder list
+--------------------------------------+-----------+------+------+-------------+----------+-------------+
| ID | Status | Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+-----------+------+------+-------------+----------+-------------+
| 2e48c311-0b2d-4788-b7bf-80016f45baa5 | available | test | 1 | volumes_lvm | false | |
+--------------------------------------+-----------+------+------+-------------+----------+-------------+
root@node-1:~# cinder show 2e48c311-0b2d-4788-b7bf-80016f45baa5
+--------------------------------+--------------------------------------------------+
| Property | Value |
+--------------------------------+--------------------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | false |
| consistencygroup_id | None |
| created_at | 2016-06-03T09:11:41.000000 |
| description | |
| encrypted | False |
| id | 2e48c311-0b2d-4788-b7bf-80016f45baa5 |
| metadata | {} |
| migration_status | None |
| multiattach | False |
| name | test |
| os-vol-host-attr:host | node-2.test.domain.local@LVM-backend#LVM-backend |
| os-vol-mig-status-attr:migstat | None |
| os-vol-mig-status-attr:name_id | None |
| os-vol-tenant-attr:tenant_id | 0fb1968d97f344f1bbef0a992a5a9074 |
| replication_status | disabled |
| size | 1 |
| snapshot_id | None |
| source_volid | None |
| status | available |
| updated_at | 2016-06-03T09:11:43.000000 |
| user_id | b3676f1fb69e4c75b5eb6ff6177c7419 |
| volume_type | volumes_lvm |
+--------------------------------+--------------------------------------------------+
root@node-1:~# cinder manage node-2.test.domain.local@LVM-backend#LVM-backend volume-2e48c311-0b2d-4788-b7bf-80016f45baa5
+--------------------------------+--------------------------------------------------+
| Property | Value |
+--------------------------------+--------------------------------------------------+
| attachments | [] |
| availability_zone | nova |
| bootable | false |
| consistencygroup_id | None |
| created_at | 2016-06-03T18:07:04.000000 |
| description | None |
| encrypted | False |
| id | 5a72368a-6e35-45ce-b3d7-82868e7d3a84 |
| metadata | {} |
| migration_status | None |
| multiattach | False |
| name | None |
| os-vol-host-attr:host | node-2.test.domain.local@LVM-backend#LVM-backend |
| os-vol-mig-status-attr:migstat | None |
| os-vol-mig-status-attr:name_id | None |
| os-vol-tenant-attr:tenant_id | 0fb1968d97f344f1bbef0a992a5a9074 |
| replication_status | None |
| size | 0 |
| snapshot_id | None |
| source_volid | None |
| status | creating |
| updated_at | None |
| user_id | b3676f1fb69e4c75b5eb6ff6177c7419 |
| volume_type | None |
+--------------------------------+--------------------------------------------------+
root@node-1:~# cinder list
+--------------------------------------+-----------+------+------+-------------+----------+-------------+
| ID | Status | Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+-----------+------+------+-------------+----------+-------------+
| 2e48c311-0b2d-4788-b7bf-80016f45baa5 | available | test | 1 | volumes_lvm | false | |
| 5a72368a-6e35-45ce-b3d7-82868e7d3a84 | error | - | 0 | - | false | |
+--------------------------------------+-----------+------+------+-------------+----------+-------------+

Could you please post valid command example, that will be working surely ?