This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| proxmox-various-commands [2021/04/30 23:48] – chotaire | proxmox-various-commands [2024/10/29 17:16] (current) – [Enable Nested Virtualization] chotaire | ||
|---|---|---|---|
| Line 31: | Line 31: | ||
| Careful, don't live-migrate VMs with nested virtualization enabled, I think that wouldn' | Careful, don't live-migrate VMs with nested virtualization enabled, I think that wouldn' | ||
| + | |||
| + | ==== Intel Host CPU ==== | ||
| < | < | ||
| Line 39: | Line 41: | ||
| </ | </ | ||
| + | ==== AMD Host CPU ==== | ||
| + | |||
| + | < | ||
| + | echo " | ||
| + | modprobe -r kvm_amd | ||
| + | modprobe kvm_amd | ||
| + | cat / | ||
| + | </ | ||
| ===== Install and enable KSM (Kernel Samepage Mapping) ===== | ===== Install and enable KSM (Kernel Samepage Mapping) ===== | ||
| Line 344: | Line 354: | ||
| echo "sleep 1" >> / | echo "sleep 1" >> / | ||
| reboot | reboot | ||
| + | </ | ||
| + | |||
| + | ===== Can't login on Web UI when cluster is degraded ===== | ||
| + | |||
| + | Run pvecm expected with the number of still online nodes, e.g. 1. Set back to previous number when done. | ||
| + | |||
| + | < | ||
| + | pvecm expected 1 | ||
| </ | </ | ||