delete share network subnet on share network deletion
Bug #2037422 reported by
kiran pawar
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
In Progress
|
Medium
|
kiran pawar |
Bug Description
When share network is deleted, we check if only 1 share network subnet is associated with share network. But we end up deleting share network in db without deleting that single share network subnet associated with share network. This results in zombie share network subnet entries in db.
We used below query and it returns non-zero result.
MariaDB [manila]> SELECT COUNT(id) FROM share_network_
Changed in manila: | |
assignee: | nobody → kiran pawar (kpdev) |
Changed in manila: | |
importance: | Undecided → Medium |
milestone: | none → caracal-1 |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/c/openstack /manila/ +/896541
Review: https:/