Skip to content

Commit 47992bf

Browse files
authored
skip setting "available: false" in "node down" (#81)
1 parent 6209606 commit 47992bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/node/down.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ func (o *setNodeDownOptions) run(ctx context.Context) error {
3737
if do {
3838
_, err := o.client.SetNode(ctx, &corepb.SetNodeOptions{
3939
Nodename: o.name,
40-
StatusOpt: corepb.TriOpt_FALSE,
4140
BypassOpt: corepb.TriOpt_TRUE,
4241
})
4342
if err != nil {

0 commit comments

Comments
 (0)