Skip to content

Commit

Permalink
providers/supermicro/supermicro.go: Merge changes to bmcQueryor from …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
splaspood committed Oct 7, 2024
1 parent 1c1c0c5 commit 2a3bfc2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions providers/supermicro/supermicro.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,13 +315,7 @@ func (c *Client) bmcQueryor(ctx context.Context) (bmcQueryor, error) {
for _, bmc := range []bmcQueryor{x11bmc, x12bmc, x13bmc} {
var err error

<<<<<<< HEAD
// Note to maintainers: x12 lacks support for the ipmi.cgi endpoint,
// which will lead to our graceful handling of ErrXMLAPIUnsupported below.
_, err = bmc.queryDeviceModel(ctx)
=======
deviceModel, err := bmc.queryDeviceModel(ctx)
>>>>>>> 3d1fe09 (providers/supermicro/supermicro.go: Fix bmcQueryor to properly match queryor to model)
if err != nil {
if errors.Is(err, ErrXMLAPIUnsupported) {
continue
Expand Down

0 comments on commit 2a3bfc2

Please sign in to comment.