Unnecessary step in 'Accept a volume transfer request' section of OpenStack End User Guide

Bug #1424517 reported by Takashi Natsume
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Takashi Natsume

Bug Description

OpenStack End User Guide:
In 'Manage volumes', 'Accept a volume transfer request' section,
there is a 'Display the transfer request details by using the ID' step
(cinder transfer-show transferID).
http://docs.openstack.org/user-guide/content/cli_manage_volumes.html#accept_volume_transfer

But if the volume recipient is not an admin user, 'cinder transfer-show' returns 'Not Found' error.
So this step should be removed.

[User: demo]
stack@devstack-juno:/opt/devstack$ cinder list
+--------------------------------------+-----------+-------+------+-------------+----------+-------------+
| ID | Status | Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+-----------+-------+------+-------------+----------+-------------+
| 3ae5dfcc-4e9c-4d23-b6bd-05f793502f8a | available | TEST2 | 1 | lvmdriver-1 | false | |
+--------------------------------------+-----------+-------+------+-------------+----------+-------------+
stack@devstack-juno:/opt/devstack$ cinder transfer-create --name Test 3ae5dfcc-4e9c-4d23-b6bd-05f793502f8a
+------------+--------------------------------------+
| Property | Value |
+------------+--------------------------------------+
| auth_key | 327cb092f033b845 |
| created_at | 2015-02-23T04:18:30.523710 |
| id | 0b09d4bb-33fd-4a29-86af-c61631b089fe |
| name | Test |
| volume_id | 3ae5dfcc-4e9c-4d23-b6bd-05f793502f8a |
+------------+--------------------------------------+
stack@devstack-juno:/opt/devstack$ cinder list
+--------------------------------------+-------------------+-------+------+-------------+----------+-------------+
| ID | Status | Name | Size | Volume Type | Bootable | Attached to |
+--------------------------------------+-------------------+-------+------+-------------+----------+-------------+
| 3ae5dfcc-4e9c-4d23-b6bd-05f793502f8a | awaiting-transfer | TEST2 | 1 | lvmdriver-1 | false | |
+--------------------------------------+-------------------+-------+------+-------------+----------+-------------+
stack@devstack-juno:/opt/devstack$ cinder transfer-list
+--------------------------------------+--------------------------------------+------+
| ID | Volume ID | Name |
+--------------------------------------+--------------------------------------+------+
| 0b09d4bb-33fd-4a29-86af-c61631b089fe | 3ae5dfcc-4e9c-4d23-b6bd-05f793502f8a | Test |
+--------------------------------------+--------------------------------------+------+

[User: alt_demo]
stack@devstack-juno:/opt/devstack$ cinder transfer-show 0b09d4bb-33fd-4a29-86af-c61631b089fe
ERROR: Not Found (HTTP 404) (Request-ID: req-4f92b09c-3674-458a-85c2-2b6f23a8b119)

[User: admin]
stack@devstack-juno:/opt/devstack$ cinder transfer-show 0b09d4bb-33fd-4a29-86af-c61631b089fe
+------------+--------------------------------------+
| Property | Value |
+------------+--------------------------------------+
| created_at | 2015-02-23T04:18:30.000000 |
| id | 0b09d4bb-33fd-4a29-86af-c61631b089fe |
| name | Test |
| volume_id | 3ae5dfcc-4e9c-4d23-b6bd-05f793502f8a |
+------------+--------------------------------------+

(Environment: cinder 2014.2.1, Ubuntu 14.04)

Changed in openstack-manuals:
assignee: nobody → Takashi NATSUME (natsume-takashi)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/158187

Changed in openstack-manuals:
status: New → In Progress
Tom Fifield (fifieldt)
Changed in openstack-manuals:
milestone: none → kilo
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/158187
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=b760b3a8fbfb8f2ac35003ba1a842585c8b92f9b
Submitter: Jenkins
Branch: master

commit b760b3a8fbfb8f2ac35003ba1a842585c8b92f9b
Author: Takashi NATSUME <email address hidden>
Date: Mon Feb 23 14:16:32 2015 +0900

    Remove 'transfer-show' step in transfer accept

    A 'Display the transfer request details by using the ID' step
    has been removed because 'cinder transfer-show' returns
    'Not Found' error when the volume recipient is not an admin user.

    Change-Id: I524e103a356a91c02a94f43c96f2a1b0563bd148
    Closes-Bug: #1424517

Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.