Skip to content

Commit

Permalink
feat(v2/auto-salvage): identify engine instance replica needs salvage
Browse files Browse the repository at this point in the history
longhorn/longhorn-8430

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang committed Sep 27, 2024
1 parent 518f526 commit 96eb19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engineapi/instance_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ func (c *InstanceManagerClient) EngineInstanceCreate(req *EngineInstanceCreateRe
UpgradeRequired: req.UpgradeRequired,
InitiatorAddress: req.InitiatorAddress,
TargetAddress: req.TargetAddress,
SalvageRequested: req.Engine.Spec.SalvageRequested,
},
})

Expand Down

0 comments on commit 96eb19a

Please sign in to comment.