Hola a todos:
Quiero implementar OpenStack para un Virtual Data Center , tal como lo hace las soluciones Vmware Vcenter, Citrix XenServer o Redhat Enterprise Virtualizacion
Les comento:
CitrixXenserver (XEN Storage XenMotion [SXM] utiliza una llamada Workload Placement and Balancing , que es similar a la vSphere Distributed Resource Scheduler [DRS] de VMARE
Hasta donde entiendo ambas tecnologías lo que hacen es mover una maquina virtual ( live migration) en forma dinámica según el host donde hayan mas recursos de cpu y memoria donde estén disponibles
Cito las definiciones de ambas tecnologías:
"Citrix XenServer Workload Placement and Balancing:
Determining the optimal placement of a VM becomes an increasing challenge as the number of VMs increases. Often load factors on a
host or within a VM can create situations where a given resource pool is underperforming relative to its potential. The task of managing
the performance of the virtual infrastructure includes not only where best to start a given VM."
"Vmware vSphere Distributed Resource Scheduler (DRS) is a feature that guides the initial VM placement and partially or fully automates load
management of VMs"
de ahí mis consulta:
1.- Puede nova hacer algo parecido con KVM, o tiene kvm por si mismo algo similar a lo cual nova pueda sacar partido ?
o
Puede nova utilizar la tecnología XEN Storage XenMotion (SXM) ? para hacer este balanceo de carga ?
2.- Otra consulta : Puedo con KVM redimencionar una maquina virtual como lo hace el Server resize de XEN ? (se que ambos pueden hacer overcommit)
" XEN Resize (or Server resize) is the ability to change the flavor of a server, thus allowing it to upscale or downscale according to user needs. In order for this feature to work properly, some underlying virt layers may need further configuration; this section describes the required configuration steps for each hypervisor layer provided by OpenStack"
En VMware esto se conoce como hot add
Nota: Particularmente tengo experiencia con KVM pero estoy evaluando cual es la VM que tiene mejor rendimiento para lo que la necesito
El motivo de estas consultas es que la jefatura esta evaluando implementar la Solución VCenter con vSphere 5 sobre 3 o 4 servidores grandes (Host) y un Storage iscsi 10G compartido ( SAN ).
Por esto debo tener muy claras las ventajas técnicas de Openstak (considerando que los dineros ya están por lo que el costo, no es muy relevante ).