Skip to content

Commit 2656627

Browse files
committed
cleanup
1 parent cc748fd commit 2656627

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

vsphere-influxdb.go

-7
Original file line numberDiff line numberDiff line change
@@ -701,13 +701,6 @@ func (vcenter *VCenter) Query(config Configuration, InfluxDBClient influxclient.
701701
}
702702
}
703703

704-
// var respool []mo.ResourcePool
705-
// err = pc.Retrieve(ctx, respoolRefs, []string{"name", "config", "vm"}, &respool)
706-
// if err != nil {
707-
// errlog.Println(err)
708-
// continue
709-
// }
710-
711704
for _, pool := range respool {
712705
respoolFields := map[string]interface{}{
713706
"cpu_limit": pool.Config.CpuAllocation.GetResourceAllocationInfo().Limit,

0 commit comments

Comments
 (0)