We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6209606 commit 47992bfCopy full SHA for 47992bf
cmd/node/down.go
@@ -37,7 +37,6 @@ func (o *setNodeDownOptions) run(ctx context.Context) error {
37
if do {
38
_, err := o.client.SetNode(ctx, &corepb.SetNodeOptions{
39
Nodename: o.name,
40
- StatusOpt: corepb.TriOpt_FALSE,
41
BypassOpt: corepb.TriOpt_TRUE,
42
})
43
if err != nil {
0 commit comments