Search results

  1. A

    [SOLVED] Backup fails do to out of space but there is free space

    Here it is. root@bunkproxbackup1:~# df -i /var/log/proxmox-backup Filesystem Inodes IUsed IFree IUse% Mounted on /dev/mapper/pbs-root 31162368 1771864 29390504 6% / This looks to be my issue, never thought about the root partition being filled on the PBS server. I had a...
  2. A

    [SOLVED] Backup fails do to out of space but there is free space

    root@migrateprox:/var/log# df -i /var/log/proxmox-backup df: /var/log/proxmox-backup: No such file or directory root@migrateprox:/var/log# df -i Filesystem Inodes IUsed IFree IUse% Mounted on udev 49505972 1381 49504591 1% /dev tmpfs...
  3. A

    [SOLVED] Backup fails do to out of space but there is free space

    Running into a issue were backups are failing and reporting out of space even though the PBS mount still has over 8TB free. ERROR: Backup of VM 102 failed - VM 102 qmp command 'backup' failed - backup connect failed: command error: mkstemp...
  4. A

    [SOLVED] Hitting Proxmox Web GUI over VPN

    Sigh, I thought I had ESET totally disabled, but I left SSL filtering enabled. It was that. It was the first thing I checked this morning and not sure how I missed it. I appreciate all the input either way!
  5. A

    [SOLVED] Hitting Proxmox Web GUI over VPN

    Appreciate the input. Curl and openssl look good to me. If I use the -k switch with curl it appears I get all the way to the login prompt. This is something browser specific. The openvpn server is just a simple setup running on a CentOS7 VM.
  6. A

    [SOLVED] Hitting Proxmox Web GUI over VPN

    This is a interesting issue. Up until about a month ago this has worked. Basic routing and firewall rules are still the same. I can traceroute to the hosts and I can see port 8006 open via zenmap on a VPN device. Tcpdumping the traffic that looks good as well. It feels like a TLS/Browser...
  7. A

    Proxmox VE 7.2 released!

    Nice work guys! Definitely interested in the virtio-gl adapters. Does anyone know if windows drivers are out, and can you use a single video card for multiple VM's?
  8. A

    Proxmox7 Upgrade Grub-pc hangs trying to install

    Well interestingly enough, after letting it run for a couple hours, it completed without error. Very odd issue.
  9. A

    Proxmox7 Upgrade Grub-pc hangs trying to install

    Appreciate the input. Looks like GRUB_DISABLE_OS_PROBER=true is set on all of the nodes. I also gave the chmod a shot, but the below process its still scanning all lv's. /bin/bash /var/lib/dpkg/info/grub-pc.postinst configure 2.02+dfsg1-18-pve1
  10. A

    Proxmox7 Upgrade Grub-pc hangs trying to install

    Just tested another 6 node cluster that is identical in hardware and configuration, but does not have LV's present. No issues going from Proxmox6 -> Proxmox7. I am not sure how to get around this other than having to log out of iscsi to get rid of all the LV's, or simply try and let grub-pc...
  11. A

    Proxmox7 Upgrade Grub-pc hangs trying to install

    Doing a quick strace its almost as if grub is looking at every block device on the system. I have thousands of disks in LVM. read(8, "METAGET grub-pc/disk_description"..., 8192) = 45 write(7, "0 /dev/dm-1127 (107374 MB; Cloud"..., 60) = 60 read(8, "SUBST grub-pc/disk_description D"..., 8192)...
  12. A

    Proxmox7 Upgrade Grub-pc hangs trying to install

    Just finished upgrading a 6 node cluster to Proxmox7. This cluster is on the enterprise repo's. On 4 of the 6 nodes the grub-pc package will not install, I have let it sit trying to install on all 4 servers for well over 30 minutes. Doesn't matter if I am using "apt-get dist-upgrade" or...
  13. A

    Proxmox cores with high memory

    You could also for giggles try using socket 2 with 8 cores, or socket 4 with 4 cores.
  14. A

    Proxmox cores with high memory

    Maybe try a different CPU model (host, kvm, etc). Or see if a linux VM boots up.
  15. A

    Proxmox cores with high memory

    What is the guest OS. Could be AMD related as well.
  16. A

    Proxmox cores with high memory

    I don't think so. bootdisk: virtio0 cores: 36 cpu: host,flags=+pdpe1gb memory: 2940311 name: #### net0: virtio=CE:76:8C:74:61:0A,bridge=vmbr0,firewall=1 net1: virtio=9E:F2:F5:60:CE:15,bridge=vmbr1,firewall=1 numa: 1 onboot: 1 ostype: l26 scsihw: virtio-scsi-pci smbios1...
  17. A

    Proxmox cores with high memory

    We run single VM's with 140+ cores and 3TB of ram without any issues. What is the guest OS?
  18. A

    Io_uring + ext4 + data=journal causes filesystem errors

    Packages from the non subscription repo's seem to have resolved this issue. Appreciate the input.
  19. A

    Io_uring + ext4 + data=journal causes filesystem errors

    Running into a interesting issue with the following pve-manager/7.1-6/4e61e21c (running kernel: 5.13.19-1-pve). This is a standard 3 node cluster with HP DL 380 Gen10's and Nimble Hybrid iSCSI Storage. We use data=journal within our guests as server crashes can be harsh on our database...
  20. A

    Best option for getting HA to work across two servers?

    Probably just a simple zfs setup with replication. Really depends on your requirements for HA failover and performance.