Search results

  1. L

    Feature Request: Pause Verify on Tape Backup

    Hi, it would be really nice to have an option that pauses verify Jobs while Tape Backups are running. Especially on PBS System with spinning rust (yes, they exist, and they are probably the vast majority of PBS installations out there) verify jobs cause the tape backup rate to drop and a...
  2. L

    Webhook fields namespace empty

    Hi, I have setup matrix-hookshot to manage Notifications from my Clusters in a way that makes sense. Somehow I am struggling in getting all Information I need to the Messages. Besides the Message and severity I want to have the Hostname that emitted the message, and basically all Data that...
  3. L

    Problems compiling PBS v3.3.2

    Hello, since the thread patch that adresses this https://forum.proxmox.com/threads/low-zfs-read-performance-disk-tape.139494/ still didn't make it upstream I am forced to maintain my own patched Version of PBS, so I have to build my own debian packages. I usually take a clean bookworm vm for...
  4. L

    Prune Job not pruning.

    Hi, I need some clarification about the pruning behaviour of the PBS Server. I usually let the PBS Server do all the pruning to keep permission as restrictive as possible. Essentielly Datastore.Backup is the only Role I need to assign the User. I have a Datastore with 14 daily, 8 weekly and 6...
  5. L

    Community Subscription but cannot access Enterprise repos?

    Hi, I have a problem at a customers site: The keys are entered and deemed as "Status: active", but when doing an apt-get update I get: root@px1n1# apt update Hit:1 http://security.debian.org bookworm-security InRelease Hit:2 https://repos.influxdata.com/debian stable InRelease...
  6. L

    PBS log noisy when receiving chunks from proxmox-backup-client

    Hi, i just noticed that PBS logging is very noisy: Mar 31 23:07:29 pbs-ba1-2 proxmox-backup-proxy[2878]: GET /chunk Mar 31 23:07:29 pbs-ba1-2 proxmox-backup-proxy[2878]: download chunk "/mnt/datastore/datastore/px11/.chunks/4583/4583ba2fb3e7c1086442e0> Mar 31 23:07:29 pbs-ba1-2...
  7. L

    Issue with qemu-ga/fsfreeze and NFSD running in Guest

    Hi, I have a reproduceable Issue with the qemu-guest-agent and the NFS server running inside a guest VM. Each night, when snapshot backups are run, and thus fsfreeze is issues to the Guest VM, I have a nasty Kernel debug stuff in my logs: Mar 26 01:30:00 publikore-data qemu-ga: info...
  8. L

    Superloader 3 sometimes hangs

    Hi, I have noticied a weird behaviour. Sometimes my tape libary (Quantum Superloader 3 / LTO9) just hangs. On a Series of Backup jobs, it changes tapes as it should, this sometimes also works flawless for days, and then suddenly the tape changer is just not receiving the command to go to the...
  9. L

    Low ZFS read performance Disk->Tape

    hi, I need some Input for troubleshooting a performance Issue I have on a Proxmox Backup Server I run. Basically it's an off-site System that syncs with a production PBS. The Specs as follows: - Supermicro Board + Chasssis - Dual E-2680v4 Xeon (2x 14c) - 128GB RAM - 2x 480gb Seagate Nytro SSD...
  10. L

    Useless vzdump hook --script

    Hi, question to the devs: Since the inception of PBS the hook script for vzdump got a bit useless. I want to use it to extract some backup performance and success metrics and put it in my timeseries. DB. How can I retrieve things like Success, size and so on when using a proxmox backup...
  11. L

    GA Monitoring tool

    Thought i want to share this, it might be helpful for someone: In case you want to be alerted if you have a guest running without guest-agent: https://github.com/lephisto/check-ga This comes helpful if you want to make sure that backups are consistent. Sometimes a GA crashes of someone...
  12. L

    [SOLVED] Ceph snaptrim causing perforamnce impact on whole Cluster since update

    Hi, I upgraded a Cluster right all the way from Proxmox 6.2/Ceph 14.x to Proxmox 8.0/Ceph 17.x (latest). Hardware is Epyc Servers, all flash / NVME. I can rule out Hardware issues. I can reproduce the issue as well. All running fine so far, except that my whole system gehts slowed down when i...
  13. L

    PBS starting up stopped VMs on Backup

    Hi, i noticed one weird behaviour: I have a few VMs in my cluster that are stopped on purpose. HA is set to request state = stopped. Now when the PBS Backup is running is see this: INFO: starting kvm to execute backup task The VM is being booted up, which can cause some trouble. Proxmox /...
  14. L

    Doing crazy things with Proxmox+Ceph reloaded: Cross pool replication/migration

    Hi, since I have to maintain some geographic disjunct locations for Services, I was looking for a possibility to get a nearly migrate VMs across different pools with the least downtime possible. Sure, you can backup to PBS or export and import, but depending on the size of the Images you will...
  15. L

    Ceph Update: clarification on possible snaptrim() regression on ceph-14.2.10

    Hi, is there anyone who already ran into this issue: https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thread/PJO4WEZEOJUKF2FDXMWHD7O7WRL6H3JO/#PJO4WEZEOJUKF2FDXMWHD7O7WRL6H3JO might be related to: https://tracker.ceph.com/issues/44818 According to the Ceph Channel this seems to...
  16. L

    Clarification on build_incremental_map_msg

    Hello, I'm running some HC Clusters w/ Proxmox Enterprise + Ceph. All latest versions (6.2-4, Ceph 14.2.9). On one of them I have syslog messages, that come now and then, preferably when backfill or snaptrim is in progress: May 20 06:46:23 px2 ceph-osd[3802]: 2020-05-20 06:46:23.080...
  17. L

    [SOLVED] CEPH resilience: self-heal flawed?

    Hi, i'm exeriencing a strange behaviour in pve@6.1-7/ceph@14.2.6: I have a Lab setup with 5 physical Nodes, each with two OSDs. This is the Ceph Config + Crushmap: Config: [global] auth_client_required = cephx auth_cluster_required = cephx auth_service_required = cephx...
  18. L

    CEPH: outdated OSDs after minor upgrade

    Hi, i just ran into an issue after updating PVE / Ceph today: The Ceph Packages were upgraded from 14.2.4 to 14.2.4.1. Everything works, pool is healthy, just the UI is showing "outdated OSDs", because the Ceph Nodes still thing they're 14.2.4 but the OSDs are 14.2.4.1: What do I miss here...