Duplicate names of servers causes misbehaviuor in functionalities such as delete/suspend/show/reboot/pause

Bug #977200 reported by Sailaja Pashumarthy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
New
Undecided
Unassigned

Bug Description

Create few servers with same name and try to delete the
servers with server name then the last created server is deleted
All the servers are not deleted

Revision history for this message
Sailaja Pashumarthy (sailaja-pashumarthy) wrote :

Steps to Reproduce :

1) nova boot "server1" --image=1 --flavor=1
2 ) nova boot "server1" --image=1 --flavor=1
Now I would like to delete the first created server by name by using following command
3) nova delete server1

Expected Result :

Either it should delete all the servers whose name is similar or specific server

Actual Result :

It is deleting the servers which is created recently.

Revision history for this message
Sailaja Pashumarthy (sailaja-pashumarthy) wrote :

Could anyone please let me know ,whether the above bug describes a feature of nova which should not be changed??

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.