mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-01 15:07:17 +08:00
b59a145184
1. This is a bug because of latest modify about scheduler's instance_group_predicate. Should set minFree as zero when founding that host can't be used to create vm with requested forced instance group. 2. Fix some little error of instance group. 3. Add PerformEnable and PerformDisable for instance group. 4. Clean scheduler desc cache after having attached or detached guests and groups and enabled group. Cleaning was necessary when disable group because disabled group is prohibited. 5. Add package 'golang.org/x/sync/errgroup'.