You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud/scheduler/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ value(example): node[0-9]+
28
28
Score plugins score the nodes based on resource etc. So that we can run qemus on the most appropriate Proxmox node.
29
29
30
30
-[NodeResource plugin](./plugins/noderesource/node_resrouce.go) (nodes with more resources have higher scores)
31
-
-[Random plugin](./plugins/random/random.go) (just a reference implementation of score plugin)
31
+
-[Random plugin](./plugins/random/random.go) (diabled by default. just a reference implementation of score plugin)
32
32
33
33
## How to specify vmid
34
34
qemu-scheduler reads context and find key registerd to scheduler. If the context has any value of the registerd key, qemu-scheduler uses the plugin that matchies the key.
@@ -84,12 +84,12 @@ By default, all the plugins are enabled. You can disable specific plugins via pl
0 commit comments