mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
scheduler: fix fillter isolated device
This commit is contained in:
+1
-1
@@ -242,7 +242,7 @@ func (b baseHostGetter) UnusedIsolatedDevicesByType(devType string) []*core.Isol
|
||||
}
|
||||
|
||||
func (b baseHostGetter) UnusedIsolatedDevicesByVendorModel(vendorModel string) []*core.IsolatedDeviceDesc {
|
||||
return b.h.UnusedIsolatedDevicesByModel(vendorModel)
|
||||
return b.h.UnusedIsolatedDevicesByVendorModel(vendorModel)
|
||||
}
|
||||
|
||||
func (b baseHostGetter) UnusedIsolatedDevicesByModel(model string) []*core.IsolatedDeviceDesc {
|
||||
|
||||
Reference in New Issue
Block a user