← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1430405] Re: Nova volume-delete does not accept display name as input to remove volume

 

Thanks for your remind.

** Changed in: nova
     Assignee: ugvddm (271025598-9) => (unassigned)

** Changed in: nova
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1430405

Title:
  Nova volume-delete does not accept display name as input to remove
  volume

Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  Issue: can not use the display name to delete a volume through the
  nova volume-delete {display name}.

  
   ± nova volume-list
  +----------------------------------------------------------------+--------------+----------------------+-------+---------------------+-------------------+
  | ID                                                                                | Status     | Display Name | Size   | Volume Type | Attached to |
  +----------------------------------------------------------------+--------------+---------------------+---------+--------------------+-------------------+
  | dcc3c310-4187-49d7-b78e-3690b38bddb8 | available | test3a               | 1         | dot3a               |                         |
  +----------------------------------------------------------------+--------------+---------------------+---------+--------------------+-------------------+
  ± nova volume-delete test3a
  Delete for volume test3a failed: No volume with a name or ID of 'test3a' exists.
  ± nova volume-delete dcc3c310-4187-49d7-b78e-3690b38bddb8
  ± nova volume-list
  +----+----------+---------------------+------+---------------------+-------------------+
  | ID | Status | Display Name | Size | Volume Type | Attached to |
  +----+----------+---------------------+------+---------------------+-------------------+
  +----+----------+---------------------+------+---------------------+-------------------+

  Version; Kilo/trunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1430405/+subscriptions


References