xavier chang
xavier chang
> ``` > func (ni *NodeInfo) allocateIdleResource(ti *TaskInfo) { > ok, resources := ti.Resreq.LessEqualWithResourcesName(ni.Idle, Zero) > if ok { > ni.Idle.sub(ti.Resreq) > return > } > > ni.Idle.sub(ti.Resreq) > klog.ErrorS(nil,...
> But we should not panic in scheduler. The origin code let the node to be `outofsync` and will not schedule task. The `outofsync` state has been removed by https://github.com/volcano-sh/volcano/pull/2998...
How about set `IgnoredDevicesList` in `nodeInfo`?
> How about set `IgnoredDevicesList` in `nodeInfo`? Hi, any progress here?
> > any update? i can help u finish this pr, @belo4ya > > I glanced at the idea of linking `IgnoredDevicesList` with `NodeInfo` - and it turned out that...
Please add some backgroud info and sign off your commit.
@loheagn Hi, are you still work on this?