Skip to content

Commit

Permalink
[Automated] Merged refs/heads/k8s-sync-2024-10-25-1748-1f59975e0c0c49…
Browse files Browse the repository at this point in the history
…17b73acb91c2fccd3863f5607d into target main
  • Loading branch information
github-actions[bot] authored Oct 26, 2024
2 parents 80bbd1c + d2e515d commit a7c3c28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vclusterops/start_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,13 +457,13 @@ func produceStartNodeReIPInstructions(instructions *[]clusterOp,
}
// host is set to nil value in the reload spread step
// we use information from node information to find the up host later
httpsReloadSpreadOp, err := makeHTTPSReloadSpreadOp(true, options.UserName, options.Password)
httpsReloadSpreadOp, err := makeHTTPSReloadSpreadOp(options.usePassword, options.UserName, options.Password)
if err != nil {
return err
}
// update new vdb information after re-ip
httpsGetNodesInfoOp, err := makeHTTPSGetNodesInfoOp(options.DBName, options.Hosts,
options.usePassword, options.UserName, options.Password, vdb, true, startNodeInfo.Sandbox)
options.usePassword, options.UserName, options.Password, vdb, options.usePassword, startNodeInfo.Sandbox)
if err != nil {
return err
}
Expand Down
2 changes: 1 addition & 1 deletion vclusterops/start_subcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (options *VStartScOptions) validateParseOptions(logger vlog.Printer) error
return err
}

// batch 2: validate eon params
// batch 2: validate eon parameters
err = options.validateEonOptions()
if err != nil {
return err
Expand Down

0 comments on commit a7c3c28

Please sign in to comment.