Recent content by Octavian

  1. O

    VM fails to start

    thanks @mmenaz for reply. about not starting - my bad - had to change the boot order to start installing the OS. about random VMs crash - still the same KVM: entry failed, hardware error 0x5 in logs. https://forum.proxmox.com/threads/vm-ubuntu-server-random-running-issues.81483/#post-360650...
  2. O

    VM/Ubuntu Server random running issues

    during 20 min. just OS(ubuntu) on VM's. No actions taken. just looking into the logs.
  3. O

    VM fails to start

    root@orion:~# cat /etc/network/interfaces auto lo iface lo inet loopback iface eno1 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.100/24 gateway 192.168.1.1 bridge_ports eno1 bridge_stp off bridge_fd 0 iface eno2 inet manual...
  4. O

    VM fails to start

    executed qm start 100 from the logs: Jan 07 10:24:00 orion systemd[1]: Started Proxmox VE replication runner. Jan 07 10:24:35 orion qm[8259]: <root@pam> starting task UPID:orion:00002044:003C1C8F:5FF727B3:qmstart:100:root@pam: Jan 07 10:24:35 orion qm[8260]: start VM 100...
  5. O

    VM fails to start

    Hello guys, Im getting this when I start the VM: Jan 07 09:54:00 orion systemd-udevd[1929]: Using default interface naming scheme 'v240'. Jan 07 09:54:00 orion systemd-udevd[1929]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Jan 07 09:54:00 orion...
  6. O

    VM/Ubuntu Server random running issues

    thanks guys for all the ideas. Special thanks @tburger for https://forum.proxmox.com/threads/cpu-cores-and-threads.65923/ was fallowing the recommendations from Option 1 the same issue, very disappointed.
  7. O

    Cpu cores and threads.

    thanks @tburger for the details, very helpful. If you don't mind, lets simulate a situation. Examples are very useful . 1 socket, 14 pCPU(28 vCPU) - 2.40 GHz. Requirements: build a kubernetes cluster. lets say 3 master nodes and 4 workers. a worker node will have, lets say a max of 20...
  8. O

    Cpu cores and threads.

    one more question @tburger please about the same: statements: 1vCPU = 1 Core Stick with the physical cores you have(physical count cores - not hyper-threading) the CPU sum of all running VMs should be <= number of physical cores? is that right?
  9. O

    VM/Ubuntu Server random running issues

    Another interesting situation: I have 4 VMs(Ubuntu) a(1cpu), b(1cpu), c(2cpu), d(2cpu) - all good. Ive create VM nr. 5 - e - 8CPU. got Internal error for VM d and e. KVM: entry failed, hardware error 0x5
  10. O

    VM/Ubuntu Server random running issues

    good to know @tburger, thanks! any good practice recommendations - please share it here please. Any idea's why Im getting this fail after executing virt-host-validate? (if I understand correctly, all the lines should be pass)
  11. O

    VM/Ubuntu Server random running issues

    Thanks for reply. Not sure if this is the root cause or not... Now I create VM's allocating 1-2 cores(ONLY).. before I was adding 28(max I have) I hare 3 VMs green. installing 4th VM. was running virt-host-validate and getting this:
  12. O

    VM/Ubuntu Server random running issues

    root@orion:~# cat /sys/module/kvm_intel/parameters/nested N root@orion:~# had it enabled before. now Im getting straight only KVM: entry failed, hardware error 0x5
  13. O

    VM/Ubuntu Server random running issues

    thanks for reply. added deb http://security.debian.org/ buster/updates main contrib non-free deb-src http://security.debian.org/ buster/updates main contrib non-free deb http://deb.debian.org/debian buster main contrib non-free deb-src http://deb.debian.org/debian buster main contrib...