Created attachment 1365828 [details] showing multiple backup with same name Description of problem: ----------------------- When I tried to create a backup of 'available' storage volume; It creates properly with no error in the log. After that, I tried to create a backup with the same name again for the same volume; log shows me an error but backup created with the same name. Version-Release number of selected component (if applicable): ------------------------------------------------------------ Version 5.7.4.2.20171207173836_e563ef4 How reproducible: ----------------- always Steps to Reproduce: ------------------ 1. lets, Create a backup with name 'x_backup' 2. Now create again backup with the same name. Actual results: --------------- Backup created and showing in UI(Attaching Snap) with the same name. Expected results: ---------------- It should not allow creating backup with the same name. Additional info: ---------------- [0] Attaching Snapshot [1] log : http://pastebin.test.redhat.com/539443
hi Nikhil, Which provider is this for? Thanks Bronagh
Hi Nikhil, Regardless of the Provider and like almost all inventory types, it is the ID that determines uniqueness. This means multiple cloud volume backups can exist with the same name. From the screenshot attached it looks like this ticket refers to Openstack (not the cloud providers I work with) so I will let Marek chime in on that and take a look at the error in the log. Bronagh
As described on https://bugzilla.redhat.com/show_bug.cgi?id=1524319#c0 Expected results: ----------------- It should not allow creating backup with the same name. It is not correct and not a bug, OpenStack allows creating backups with the same names (with different IDs).
As mentioned in previous comments, this is expected behavior-- the same name is allowed since uniqueness is determined by ID.