mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Fix two minor typos
This commit is contained in:
parent
ef346260e3
commit
e2b04e886f
@ -261,7 +261,7 @@ if vm_ids_array
|
||||
log "resched #{vm_id}"
|
||||
vm.resched
|
||||
else
|
||||
log_error "unkown mode '#{mode}'"
|
||||
log_error "unknown mode '#{mode}'"
|
||||
exit_error
|
||||
end
|
||||
end
|
||||
|
@ -33,7 +33,7 @@
|
||||
# 2 = Load-aware. Heuristic that tries to maximize resources available for
|
||||
# the VMs by using those nodes with less load
|
||||
# 3 = Custom.
|
||||
# - rank: Custom arithmetic exprission to rank suitable hosts based in their
|
||||
# - rank: Custom arithmetic expression to rank suitable hosts based in their
|
||||
# attributes
|
||||
# 4 = Fixed. Hosts will be ranked according to the PRIORITY attribute found
|
||||
# in the Host or Cluster template.
|
||||
|
Loading…
x
Reference in New Issue
Block a user