BGuban
Newbie | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Доброго времени суток) Нашёл статью в базе знаний vmware по приоритетного уровня для миграции в DRS кластере(http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1007485). Там говорится следующее: For each migration recommendation, the priority level is limited to the integral range priority 2 to priority 5 (inclusive) and is calculated according to the following formula: 6 - ceil(LoadImbalanceMetric / 0.1 * sqrt(NumberOfHostsInCluster)). Here, ceil (x) is the smallest integral value not less than x. LoadImbalanceMetric is the current host load standard deviation shown on the cluster's Summary page of the vSphere Client. For each host, compute the load on the host as sum(expected VM loads)) / (capacity of host). Then compute the standard deviation of the host load metric across all hosts to determine LoadImbalanceMetric. Вопрос в следующем: что означают использующиеся переменные (LoadImbalanceMetric, ceil (x) и т.д.) и где их искать? Заранее спасибо. |