1
0
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:
Tino Vazquez 2016-09-29 11:06:28 +02:00
parent ef346260e3
commit e2b04e886f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.