Re: [libvirt] [PATCH v2 4/4] storage: Fetch a unique key for vHBA/NPIV LUNs

2019-02-01 Thread Ján Tomko
On Fri, Jan 18, 2019 at 09:42:37AM -0500, John Ferlan wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1657468 Commit be1bb6c95 changed the way volumes were stored from a forward linked list to a hash table. In doing so, it required that each vol object would have 3 unique values as keys into

[libvirt] [PATCH v2 4/4] storage: Fetch a unique key for vHBA/NPIV LUNs

2019-01-18 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1657468 Commit be1bb6c95 changed the way volumes were stored from a forward linked list to a hash table. In doing so, it required that each vol object would have 3 unique values as keys into tables - key, name, and path. Due to how vHBA/NPIV LUNs are