]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
nvmeofgw: fixing GW delete issues 64245/head
authorLeonid Chernin <leonidc@il.ibm.com>
Tue, 24 Jun 2025 13:00:49 +0000 (16:00 +0300)
committerLeonid Chernin <leonidc@il.ibm.com>
Wed, 2 Jul 2025 06:17:18 +0000 (09:17 +0300)
commit77a11a7206748fa4be383da9f00a5df50e437e4a
tree663634d4b553d671819df76605f8bc73dec5d4c6
parent5aeaa104d86517f4a289f377c72c2ed63e476f76
nvmeofgw: fixing GW delete issues
1.fixing the issue when gw is deleted based on invalid subsystem info
2. in function track_deleting_gws: break from loop only if
  delete was really done
        3. fix published rebalance index - publish ana-group instead of
  index
        4. do not dump gw-id string after gw was removed

Fixes: https://tracker.ceph.com/issues/71896
Signed-off-by: Leonid Chernin <leonidc@il.ibm.com>
src/mon/NVMeofGwMap.cc
src/mon/NVMeofGwMon.cc