Congrats! 
administrators
Posts
-
RE: Host compatibility
@acebmxer said in Host compatibility:
Maybe if i shutdown the vms and boot backup all will be good?
This is generally correct. If the VMs haven't been migrated or rebooted since the additional host was added to the pool, then you can encounter this situation due to CPU masking.
See the docs for an explanation of Homogeneous vs Heterogeneous Pools.
-
RE: ASUS NUC NUC14MNK-B LAN problems
We do upgrade drivers, especially via alt, it's pretty safe (LTS doesn't mean frozen drivers). @stormi could confirm.
-
RE: Xen Orchestra Container Storage Interface (CSI) for Kubernetes
@ThasianXi Hello, thanks for the report. It looks like the pull image step fails. Can you test that the token generated from Github is working and allows to pull the image.
Maybe a simple test on a docker install could ease the verification:
docker login ghcr.io -u USERNAME -p TOKEN docker pull ghcr.io/vatesfr/xenorchestra-csi:v0.0.1Also note that only "Classic" persona access token are supported.
-
RE: Network Management lost, No Nic display Consol
@Pilow said in Network Management lost, No Nic display Consol:
you can try the command on MASTER host, you should see
master:ip_of_the_master
Slight correction. On the master, you should only have
masterwithout the colon and IP address.
-
RE: Recommended DELL Hardware ?
@DustinB said in Recommended DELL Hardware ?:
Doesn't using non-shared storage ultimately cause the VM to be started on the other host?
No. Live migration can occur between hosts even if:
- the VDI are located on non-shared storage
- the hosts are in completely different pools
For the cross pool migration to succeed, both pools need to support a common instruction set. Otherwise, use the Warm Migration feature that does reboot the VM so that it is running the correct instruction set on the destination host.
-
RE: Recommended DELL Hardware ?
@DustinB said in Recommended DELL Hardware ?:
With local storage on each hosts, you won't be able to live migrate from 1 host to the other.
That's incorrect. The migrations will take significantly longer because the VDI will be migrated along with the VM's memory, but you can live migrate VMs between hosts even if the VDI are stored on local storage.