Search results

  1. H

    [SOLVED] [LVM Storage][Snapshots] Proxmox 9 Snapshot for LVM backed drive

    For everyone having the same issue, RTFM :D You need to enable the Allow Snapshots as Volume-Chain under Datacenter -> Storage -> your storage. Once that's done, you need to migrate the Disk of the VM and set it as qcow2. You will have the option to migrate the disk to the storage of your...
  2. H

    [SOLVED] [LVM Storage][Snapshots] Proxmox 9 Snapshot for LVM backed drive

    Hello, I have updated to Proxmox 9 not long ago and I was really excited to test out the snapshot feature available with LVM and LVM-Thin backed storage. The problem is..... it's not really working. The scenario: I have a Proxmox node (running 9.0.10) with two LVM storages: lvm: LOCAL_VOL4TB...
  3. H

    IODelay > 45% after updating to 8.4.5

    The speed's 10G, it seems fine and there's no errors on the NIC itself. The backup seems to make it crash. It works fine for some time, io delay is really low - we're talking under 5%, and all of the sudden, without any obvious reason, the io delay works it's way up to 30-45%, backup read and...
  4. H

    IODelay > 45% after updating to 8.4.5

    Hey Impact, thank you for the reply. Don't know what to tell you about the hardware. It's an "old" (3-4 years old) SuperMicro server with 768 GBs of memory and 2x AMD EPYC 7302 16-Core Processor. The disk is an iSCSI mount shared across multiple hosts, this is the only one that has issues...
  5. H

    IODelay > 45% after updating to 8.4.5

    Hello, Quite a weird thing I'm facing: I've updated my PVE hosts to 8.4.5 and one of them is now having huge io delays. To get an idea, we used to have <15% io delays, now it's up to 45 - 50%, see below: Anyone got any idea how I can clear this? It's quite bad, especially when the backups...
  6. H

    [SOLVED] Display output is not active issue

    The EFI disk was corrupted somehow. Deleting it and creating a new one (without enrolling preexisting keys) did the trick.
  7. H

    [SOLVED] Display output is not active issue

    Hello, I have a VM running a Window Server (2022 if I'm not wrong) and I was told today that it's unreachable. Upon opening the console, the message "Display output is not active" is present on the console. What happened? Tried to reboot the VM, migrate it to a different host, etc. VM's config...
  8. H

    PVE Firewall rule match

    Hello, Unfortunately I haven't and I've moved on from using the firewall in PVE.
  9. H

    VM stuck randomly

    Hello, @techtomic no, I'm not running corosync nor ceph. @fiona The VM just got stuck. It seems that it's doing this when I migrate it to different hosts (I updated the cluster this morning, set the hosts - one at a time - into maintenance mode, so the VM migrated off the host and back on)...
  10. H

    VM stuck randomly

    Hello, I am running a 3 node Proxmox VE cluster, with a shared storage (iSCSI) and I've got an issue with two of the VMs: they completely freeze. The thing is, I've got clones of these VM which work just fine. So I don't think it's the OS running inside the VM. When it freezes, I can open the...
  11. H

    PVE-Firewall - logs missing

    It is, 100%. I just checked it again: I don't know, I guess I'll try a reboot of the VM and of the hosts at the next maintenance window and see if that fixes it... The funny thing: firewall works properly on this machine (it would have on the other too, if I would have enabled the firewall at...
  12. H

    PVE-Firewall - logs missing

    I completely forgot that it also needs to be enabled on the NIC! You're right! I just enabled the firewall on the NIC and it works, and this also has logs on it. The other VM's still not logging anything :(
  13. H

    PVE-Firewall - logs missing

    # iptables-save -c # Generated by iptables-save v1.8.9 on Mon May 27 10:32:59 2024 *raw :PREROUTING ACCEPT [4648464025:6981497490610] :OUTPUT ACCEPT [1357978564:5659521142023] COMMIT # Completed on Mon May 27 10:32:59 2024 # Generated by iptables-save v1.8.9 on Mon May 27 10:32:59 2024 *filter...
  14. H

    PVE-Firewall - logs missing

    @shanreich I'm pinging an IP (any IP) and it shouldn't work, but it does. I just tried to ping 1.1.1.1, 8.8.8.8, test.com, whatever. Everything work.... :(
  15. H

    PVE-Firewall - logs missing

    It seems I was talking too early. VMs that had the firewall enabled are obeying the rules but I just enabled the firewall on a VM and for some reason, it's not working. [OPTIONS] ndp: 0 enable: 1 policy_in: DROP policy_out: DROP log_level_out: debug macfilter: 0 log_level_in: debug [RULES]...
  16. H

    PVE-Firewall - logs missing

    @shanreich # systemctl status pvefw-logger pve-firewall ● pvefw-logger.service - Proxmox VE firewall logger Loaded: loaded (/lib/systemd/system/pvefw-logger.service; enabled; preset: enabled) Active: active (running) since Thu 2024-05-23 09:35:34 CEST; 1h 4min ago Process: 1403294...
  17. H

    PVE-Firewall - logs missing

    Hello, I am running a PVE 8.2.2 cluster on three nodes. I've enabled the firewall at the datacenter level, on each host and at VM level. The rules seems to be working fine. The only thing that I'm not seeing is any logs. I have even tried to enable the log_level_in and log_level_out to debug...
  18. H

    HA coverage and options

    Copy that. What about the first question? A list of non-covered HA VMs? P.S. leaving this here for further refferrence - is someone comes across this post: https://bugzilla.proxmox.com/show_bug.cgi?id=5260
  19. H

    HA coverage and options

    Hello, I searched the web for this but was unable to find anything related. What I am interested in is a way to view which VMs are not covered by HA. Is there such a list present anywhere / can we somehow put that together? Also, in our setup, we got multiple hosts running Proxmox and we have...
  20. H

    Backup to Proxmox Backup server error

    I specified since the beginning that I'm using Proxmox Backup Server. The retention is set to "keep all backups" for now so I'm sure that's not the issue. Also, I'm not giving small bits of info: We got a 3 node cluster using PVE We got a VM running PBS We backup on that PBS The backups are...