Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"cinder transfer-show/transfer-delete" cannot find transfer by name #9

Open
david-wang-emc opened this issue Nov 24, 2015 · 0 comments

Comments

@david-wang-emc
Copy link

Description:

"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 |
+------------+--------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant