You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"cinder transfer-show/transfer-delete" cannot find transfer by name
Project:
OpenStack
Project Area:
OpenStack Cinder Driver
Release:
OpenStack
Severity:
S3
Full Details:
According to the "cinder transfer-show" help, the transfer can be identified by name
openstack@test-server-1:~/david/cinder$ cinder help transfer-show
usage: cinder transfer-show <transfer>
Shows transfer details.
Positional arguments:
<transfer> Name or ID of transfer to accept.
But actual result is:
openstack@test-server-1:~/david/cinder$ cinder transfer-show Ttran
ERROR: No volumetransfer with a name or ID of 'Ttran' exists.
openstack@test-server-1:~/david/cinder$ cinder transfer-show ec5a6eda-db6c-432e-8d3e-f4ac35ccd432
+------------+--------------------------------------+
| Property | Value |
+------------+--------------------------------------+
| created_at | 2015-11-24T18:56:13.000000 |
| id | ec5a6eda-db6c-432e-8d3e-f4ac35ccd432 |
| name | Ttran |
| volume_id | fd54aa5c-60f9-4d25-a74a-3d608c54cd36 |
+------------+--------------------------------------+
The text was updated successfully, but these errors were encountered:
Description:
Project:
OpenStack
Project Area:
Release:
Severity:
Full Details:
According to the "cinder transfer-show" help, the transfer can be identified by name
But actual result is:
The text was updated successfully, but these errors were encountered: