Recent content by pschonmann

  1. P

    Proxmox Mystery Random Reboots

    Is there a way how to debug randomly rebooting machines, some tools thats catch why server reboots. Set and forget, but when server randomly reboots, you know what happend ? Example We have new machines from asrock - 1U2S-B650 which randomly reboots, its mobo B650D4U FW @ 10.15 Kernel, IPMI...
  2. P

    How to get the exactly backup size in proxmox backup

    Thanks for info. Ive do loops for my customer and do something nasty :) For example one customer ESTIMATED DISK USAGE OCCUPIED ON PROXMOX-BACKUP (number of chunks * 4MB) FOR NAMESPACE customer1 customer1 / customer1-hw1 692.465 GB ----------- TOTAL: ---------- 692.465 GB But du of all these...
  3. P

    How to get the exactly backup size in proxmox backup

    Doesnt work on nested namespaces as described here https://forum.proxmox.com/threads/how-to-sum-up-all-occupied-space-by-backups-from-namespaces.154202/#post-702157 /mnt/datastore/internal/ └── ns ├── customer1 │ └── ns │ ├── customer1-hw1 │ ├── customer1-hw2 │...
  4. P

    Proxmox Mystery Random Reboots

    Ive faced for problems with this mobo - but with nvme - after grub boot ive got one nvme down and message to set latency in dmesg. Probably something with ASPM. Try a shot with these kernel params. Probably not helps, but ¯\_(ツ)_/¯ pcie_port_pm=off pcie_aspm.policy=performance...
  5. P

    How to sum up all occupied space by backups from namespaces

    Hi, i have structure of pbs - see below. I want to know how much space ocuppied customer1,2,3 etc... by their namespaces because we group their machines there. Is my code correct or just something missing ? root@proxmox-backup:/mnt/datastore/internal/ns/customer1/ns# find -type f -name...
  6. P

    Proxmox Mystery Random Reboots

    Is there any way how to debug that ? Because if server reboots, nothing in syslog, kern.log even ipmi ? Is this PVE kernel problem or somethin else ? Any ideas ?
  7. P

    Proxmox Mystery Random Reboots

    Probably yes, now the server has uptime over 40weeks Try this GRUB_CMDLINE_LINUX_DEFAULT="quiet pci=assign-busses apicmaintimer idle=poll reboot=cold,hard" and update grub
  8. P

    Proxmox Mystery Random Reboots

    Not same CPU, but latest BIOS probably fixed the issues https://www.asrockrack.com/general/productdetail.asp?Model=1U4LW-X570/2L2T#Download 1.70 11/21/2022 BIOS Instant Flash 18.33MB 1.Update ComboAm4 V2 AGESA PI to 1.2.0.7 2.Support AMD Ryzen 7 5800X3D CPU. 3.Support Re-size BAR
  9. P

    Merge GPU - Nvidia A16

    Tried update to pve kernel 6.2 and added parameter iommu=pt BOOT_IMAGE=/boot/vmlinuz-6.2.16-11-bpo11-pve root=UUID=2881c2c3-7f65-4453-b3ea-164947b03dd9 ro quiet iommu=pt Now all 4 devices are in same group 17 Is there a way how to merge them in proxmox or VM into one ?
  10. P

    Merge GPU - Nvidia A16

    Hi, im facing problem that installed GPU card nvidia A16 is divided into 4x GPUs instead of 1. Is there a way how to merge it and connect to VM as one device ? There are 2x GPU ( A10 ) thats acts like 1GPU and works like charm in VM. root@proxmox:~# lshw -short -c display H/W path...
  11. P

    problem with hotplug and 64GB ram

    This is nasty and really works :D
  12. P

    problem with hotplug and 64GB ram

    Did you fixed it when you added 1024MiB to actual setup ? for example 64GiB => 65GiB ?
  13. P

    problem with hotplug and 64GB ram

    Yes, i tried echo "options vhost max_mem_regions=512" > /etc/modprobe.d/vhost.conf rmmod vhost_net rmmod vhost modprobe vhost_net cat /sys/module/vhost/parameters/max_mem_regions # 512
  14. P

    problem with hotplug and 64GB ram

    YES root@proxmox1:~# cat /etc/modprobe.d/modprobe.conf options vhost max_mem_regions=128
  15. P

    problem with hotplug and 64GB ram

    Still have issues pve-manager/8.0.4/d258a813cfa6b390 (running kernel: 6.2.16-19-pve) Testing vps config agent: 1 boot: order=ide2 cores: 128 cpu: x86-64-v2-AES hotplug: disk,network,usb,memory,cpu ide2: none,media=cdrom memory: 61440 meta: creation-qemu=8.0.2,ctime=1698709821 name: bla numa: 1...