37278df338
share_server_backend_details_set() add entries in db table without checking existing entries with given combinaton of share_server_id and key. This causes duplicate records. Fix it by validating presence of share server id and key. Closes-bug: #2024658 Change-Id: I58dcd9716cf95d0d696c13a4c831df787726bcda
9 lines
383 B
YAML
9 lines
383 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Share server backend details set function adds db records without
|
|
checking existing entries. This results in duplicate records for the
|
|
combination of given share server id and key. Fixed it by updating records
|
|
if already exist else creating new. See the `launchpad bug 2024658
|
|
<https://bugs.launchpad.net/manila/+bug/2024658>`_ for more details.
|