Bug #38794
mgr/dashboard: Only delete removed gateways
Status:
Resolved
Priority:
Normal
Assignee:
Category:
dashboard/iscsi
Target version:
% Done:
0%
Source:
Tags:
performance
Backport:
nautilus
Regression:
No
Severity:
3 - minor
Description
PR https://github.com/ceph/ceph-iscsi/pull/51 introduces the support for deleting a single gateway.
This means that, instead of deleting the target (and all gateways) when "one" gateway is removed, we can simply delete the removed gateway and left the target and remaining gateways untouched.
For instance, deleting `node2` from the following config:
iqn.2003-01.com.redhat.iscsi-gw:iscsi-igw |_ node1 192.168.100.201 |_ node2 192.168.100.202 |_ node3 192.168.100.203
will perform the following operations:
before:
- delete iqn.2003-01.com.redhat.iscsi-gw:iscsi-igw
- create iqn.2003-01.com.redhat.iscsi-gw:iscsi-igw
- create node1 and node3
after:
- only delete node3
Related issues
History
#1 Updated by Ricardo Marques almost 2 years ago
- Status changed from New to In Progress
#2 Updated by Ricardo Marques almost 2 years ago
- Status changed from In Progress to Fix Under Review
- Pull request ID set to 27272
#3 Updated by Ricardo Marques almost 2 years ago
- Assignee set to Ricardo Marques
#4 Updated by Ricardo Marques almost 2 years ago
- Status changed from Fix Under Review to In Progress
#5 Updated by Ricardo Marques over 1 year ago
- Tags set to performance
#6 Updated by Ricardo Marques over 1 year ago
- Status changed from In Progress to Fix Under Review
#7 Updated by Lenz Grimmer over 1 year ago
- Status changed from Fix Under Review to Pending Backport
- Target version set to v15.0.0
- Backport set to nautilus
#8 Updated by Nathan Cutler over 1 year ago
- Copied to Backport #40058: nautilus: mgr/dashboard: Only delete removed gateways added
#9 Updated by Tatjana Dehler over 1 year ago
- Status changed from Pending Backport to Resolved