From bed50e8d638271ff9bf7a94227e0d0774247a1d4 Mon Sep 17 00:00:00 2001 From: srstack Date: Wed, 20 Apr 2022 14:03:30 +0800 Subject: [PATCH] fix --- pkg/cluster/operation/destroy.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cluster/operation/destroy.go b/pkg/cluster/operation/destroy.go index c07c3a3b1e..b92a62200c 100644 --- a/pkg/cluster/operation/destroy.go +++ b/pkg/cluster/operation/destroy.go @@ -600,6 +600,7 @@ func DestroyClusterTombstone( if !tombstone { pumpServers = append(pumpServers, s) + continue } nodes = append(nodes, id) @@ -629,6 +630,7 @@ func DestroyClusterTombstone( if !tombstone { drainerServers = append(drainerServers, s) + continue } nodes = append(nodes, id)