Search results

  1. T

    [SOLVED] Garbage collection doesn't delete anything

    Thanks for replying fabian. A reboot of the server seems to have resolved the issue.
  2. T

    [SOLVED] Garbage collection doesn't delete anything

    I noticed the disk usage was steady going up on one of our PBS servers. So I started to look at the prune & GC logs. Prune seems to be working. for example "2024-07-16T07:43:46+02:00: Pruning group proxmox:"vm/265"" But Garbage Collection does not seem to delete anything. Each day It...
  3. T

    Server hanging on loading intial ramdisk

    Does your server have a BCM5720 network card? Then you might be having this issue BCM5720 Booting kernel 6.2.16-19-pve seems to be the only option at the moment.
  4. T

    Opt-in Linux 6.5 Kernel with ZFS 2.2 for Proxmox VE 8 available on test & no-subscription

    There seems to be a bug report here: https://bugzilla.proxmox.com/show_bug.cgi?id=5077
  5. T

    Proxmox VE 8.0 (beta) released!

    I have a question regarding the change "Drop support for Ceph Octopus and Pacific, as they are not supported in Proxmox VE 8." Does this mean that if we are running an external ceph cluster on Octopus (not Proxmox) Proxmox 8 will simply not work anymore? And then we would have to upgrade that...
  6. T

    [Proxmox 7.2-3 - CEPH 16.2.7] Migrating VMs hangs them (kernel panic on Linux, freeze on Windows)

    Sadly this still doesn't work for me with kernel 5.15.39-4-pve From: Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz (latest bios available) To: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz (latest bios available) Causes the VM to hang with 100% CPU. Only fix is to reset (or cold migrate).
  7. T

    Failed to start proxmox ve cluster file system

    Maybe it's the same issue as this: https://forum.proxmox.com/threads/proxmox-ve-cluster-not-start-after-a-power-fail.51870/
  8. T

    Windows VMs stuck on boot after Proxmox Upgrade to 7.0

    The last two windows updates with reboots succeeded. Even UEFI ones. Can't explain it. Only change is the regular Proxmox-enterprise updates.
  9. T

    Proxmox VM freezes for REAL when issuing guest-agent 'fs freeze'

    I also have this problem with Cloudlinux/Cpanel servers. My solution to this problem is to disable qemu-agent in the VM options tab in Proxmox.
  10. T

    Windows VMs stuck on boot after Proxmox Upgrade to 7.0

    Same here for our Windows VM's. Some reboot, some don't. Windows Server 2019 pc-i440fx-5.2 (SeaBIOS), VirtIO SCSI Windows Server 2022 pc-i440fx-6.0 (OVMF UEFI), VirtIO SCSI
  11. T

    Is it possible to change from UEFI bios to SeaBios on Windows Server VM?

    After som googling I probably need to convert the disk från GPT to MBR first https://docs.microsoft.com/en-us/windows-server/storage/disk-management/change-a-gpt-disk-into-an-mbr-disk
  12. T

    Is it possible to change from UEFI bios to SeaBios on Windows Server VM?

    I'm having issues with a Window Server 2022 VM running UEFI bios hanging when automatically rebooting after update. Only way to recover is to stop/start the VM. I have other Window server VM's running SeaBios without any issues. I'm guessing it's not as easy as just changing bios to SeaBios in...
  13. T

    Problems with replication since the last proxmox VE 7.1 update

    Sounds like this is what you are looking for. https://bugzilla.proxmox.com/show_bug.cgi?id=3741
  14. T

    Multipath with DELL MD3400 SAS

    I think that I had the same problem you have. The LVM was visible on the other hosts but not usable. Rebooting the other nodes fixed that problem. And as was pointed out to me by bbgeek17. Using ISCSI+LVM on Proxmox cluster is not like using a shared filesystem like VMFS (ESXI, vsphere) or NFS...
  15. T

    [SOLVED] Shared iscsi lvm not active on hosts in cluster

    Rebooting the other two hosts solved the problem.
  16. T

    [SOLVED] Shared iscsi lvm not active on hosts in cluster

    Been busy so I haven't had the time to continue testing this until now. But live migration doesn't seem to work on ISCSI lvm can't activate LV '/dev/nimble-vg/vm-109-disk-0': Cannot process volume group nimble-vg ERROR: online migrate failure - remote command failed with exit code 255...
  17. T

    [SOLVED] Shared iscsi lvm not active on hosts in cluster

    Thank you for this bbgeek17! Coming from vsphere and VMFS i was expecting kind of the same behavior. Thank you for clearing this up.
  18. T

    [SOLVED] Shared iscsi lvm not active on hosts in cluster

    Hi! I'm trying to add a shared iscsi storage to our small cluster of three hosts. But i'm stuck at what feels like the last part. I have made a LUN on our Nimble CS300 and successfully mounted the target on all three hosts as /dev/sdc In the cluster GUI the iscsi target shows up happy on all...