Recent content by Marian.Veverka

  1. M

    Cannot create VM with automatically numbering

    After years of running cluster, I have issues, with Proxmox cluster. Cannot create VM with automatically VM ID (in GUI), for example 124, because on node exists /dev/ProxmoxVMs/ProxmoxVMs-vm--124--disk--0, which I have to remove using sudo dmsetup remove ProxmoxVMs-vm--124--disk--0 On nodes in...
  2. M

    New Import Wizard Available for Migrating VMware ESXi Based Virtual Machines

    I converted physical PC using VMWare Converter Standalone and import to VMWare Esxi 6.7, from this ESXi storages connected to Proxmox 8.2.4, import VM and it worked great. THX.
  3. M

    [SOLVED] Proxmox 8.0 / Kernel 6.2.x 100%CPU issue with Windows Server 2019 VMs

    Confirm. I have same problem and helped echo 0 > /proc/sys/kernel/numa_balancing.
  4. M

    Can Proxmox GUI show memory speed?

    I meant more the overall speed of writing and reading to RAM of all modules online
  5. M

    Can Proxmox GUI show memory speed?

    It would be good to show it in GUI? And are you sure that "dmidecode --type 17" show actual speed? Yes, I'm not ask to actual.
  6. M

    Can Proxmox GUI show memory speed?

    Can Proxmox GUI show memory speed? Min. count memory models?
  7. M

    Cloned VM affect CPU load on others VMs

    I cloned VM to another cluster and just now i found out, that it's CPU load affect CPU load on another VMs (same hypervisor server type Dell R640) Have another mind, what can be wrong?
  8. M

    Different speed write/read throught iSCSI

    root@vig-node1:~# dd if=/dev/urandom of=/mnt/test3 ^C7335408+0 records in 7335407+0 records out 3755728384 bytes (3.8 GB, 3.5 GiB) copied, 29.2377 s, 128 MB/s root@vig-node1:/mnt# dd if=/mnt/test3 of=/mnt/test/test4 oflag=direct status=progress 57174528 bytes (57 MB, 55 MiB) copied, 55 s, 1.0...
  9. M

    Different speed write/read throught iSCSI

    Hello, I have the Proxmox 6 connected throught the network (1 switch) to iSCI on Dell Storage. All looks right, but writing is 100x speeder, than reading. Has anyone meet with it yet? THX
  10. M

    Container with CentOS 8.3 not start network device

    Exists some proxmox variable where is timeout for container creations?
  11. M

    Container with CentOS 8.3 not start network device

    Unfortunatelly with this settings we cannot run dockers on this containers. When we tried create docker, response is "Error response from daemon: using mount program fuse-overlayfs: fuse: device not found, try 'modprobe fuse' first"
  12. M

    Container with CentOS 8.3 not start network device

    THX, it helped. Can you explain what this three lines doing or why this helped us?
  13. M

    Container with CentOS 8.3 not start network device

    We tryed to change network settings (IPv6: Static) in Proxmox GUI and network device after start still not starting. cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 ONBOOT=yes BOOTPROTO=none IPADDR=192.168.102.51 NETMASK=255.255.255.0 GATEWAY=192.168.102.1
  14. M

    Container with CentOS 8.3 not start network device

    THX, but if I anything changed in /etc/sysconfig/network-scripts/ifcfg-eth0, after restart all my changes are disappearsed.
  15. M

    Container with CentOS 8.3 not start network device

    root@node12:~# pct config 151 arch: amd64 cores: 2 cpulimit: 2 cpuunits: 1000 hostname: mas1.sandbox1.xxx... memory: 4096 nameserver: 192.168.102.10 192.168.102.68 net0: name=eth0,bridge=vmbr102,firewall=1,gw=192.168.102.1,hwaddr=6A:0B:2B:BF:35:51,ip=192.168.102.51/24,ip6=dhcp,type=veth onboot...