Recent content by hac3ru

  1. H

    Firewall log levels

    Ok, different idea. Use something like alloy / loki to push the logs into and then show them in the VM logs based on the VM name / something? I don't expect this to be up and running in a minute, I do realize it's going to take time and effort, I'm trying to come up with ideas to make that VM...
  2. H

    Firewall log levels

    While I do understand the headache, the current implementation is of little to no use. If one has multiple hosts, with tens/hundreds of VMs on each host, logs become impossible to read. Maybe one way of doing this is to add a flag / something to the logfile and based on that, the logs would be...
  3. H

    Firewall log levels

    This is a linux bridge.
  4. H

    Firewall log levels

    Hey @shanreich, found out what's actually going on. Logging seems to work, but it's on the host that's hosting the VM. So, the scenario: 1. Create a VM 2. Turn the firewall on 3. Assign a security group that has at least one rule with logging enabled (debug was used here) I would expect the...
  5. H

    Firewall log levels

    Nothing? No one knows how logging works? :D Help me out with some info.
  6. H

    Firewall log levels

    Hello, I have enabled the firewall at the DC, Host and VM level. Then, I've set the default policy on the VM to Drop, both in and outgoing traffic. With loglevel set to debug and no rules, nothing goes through and the traffic is logged. Now, from the datacenter level, I created some security...
  7. H

    [Backups] hang

    Hello, I have an issue that seems to have started after updating to PBS 4.1.0. Backups randomly fail with no apparent reason. PVE Backup logs: INFO: starting new backup job: vzdump --pool CICD --fleecing 0 --mode snapshot --storage PBE_Long_Term --mailnotification always --mailto <email>...
  8. H

    [SOLVED] [Cloud-Init] Drive missing

    Found the issue. Cloud-init needs to be SCSI. There seems to be a known bug (https://forum.proxmox.com/threads/cicustom-cloud-init-stopped-working.164297/#post-759392) about this.
  9. H

    [SOLVED] [Cloud-Init] Drive missing

    Hello, I have a VM that had a cloud-init. I had to move the storage of that cloud-init so I shutdown the VM, removed the cloud-init drive, added a new cloud-init drive on the correct storage and started up the VM. The thing is ..... cloud init fails. And the `/dev/sr0` or `/cdrom` fail to mount...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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.