Search results

  1. S

    PBS Verify duration on large HDD-based datastore — how to tune settings?

    Environment - PBS 4.1.1 on ZFS RAIDZ2, 14× 20TB HDD + NVMe mirror as Special Device - `special_small_blocks = 0` - Datastore: ~75TB used, 257 groups, ~11.400 snapshots, growing - Verify config: 1 reader, 4 workers, 30-day interval, chunk iteration order: inode --- Observation After a full...
  2. S

    Event-ID 1801 at Windows Servers

    Hello, this morning i see that on all our Windows Servers in both clusters: Protokollname: System Quelle: Microsoft-Windows-TPM-WMI Datum: 16.11.2025 21:00:46 Ereignis-ID: 1801 Aufgabenkategorie:Keine Ebene: Fehler Schlüsselwörter: Benutzer: SYSTEM Computer...
  3. S

    [SOLVED] Intra-Cluster Online Migration failed

    Hello, I just did an online migration of one of or DB Servers. Underlying storage is CEPH. That failed *after* migrating: 2024-08-26 09:29:59 migration status: completed 2024-08-26 09:29:59 ERROR: tunnel replied 'ERR: resume failed - VM 1153 qmp command 'query-status' failed - client closed...
  4. S

    [SOLVED] Permission Role that allows backups but denies restores ?

    Hello, Fearing ransomware attacks, I am searching for a role that allows backups but denies restores or deleting of backups – such a role does not seem to exist. It would be fine to use: DatastoreBackup "Can backup and restore owned backups" and change the owner to another API token...
  5. S

    pveum passwd - how to provide using cli ?

    Hi, We like to run something like: pveum passwd sru@pve <<passwordhash_here>> or something like: thehash="<<hash>>" pveum passwd sru@pve Is any method supported to provide a password *hash*, not a cleartext password from the cli ? Reason: we would like to create users via saltstack. Thanks...
  6. S

    Very slow performance while iterating backups

    Hi, we have some proxmox backup servers version 2.2.x with mixed discs: system discs with SSD/NVME data discs with sata 16tb drives. if i try to restore a bigger vm, i always get timeouts from the backup server while searching for the latest backups. Every first try always ends in a timeout no...
  7. S

    [SOLVED] Restore speed slow ?

    hello, For backup storage, we are using a software raid from 10 hdd, not ssd configured into zfs raidz2-0 using the gui. We see 160 MBps restore speed in the logs. As we have some multi-TB Servers to restore, i would like to ask if that can be optimized. Proxmox Virtual Environment 7.1-10...
  8. S

    [SOLVED] How to restore a vm from PBS to PVE via script ?

    Hi, Sorry but i can not work it out myself. For monthly restore tests, i like to restore a complete infrastrukture of 10..20 VMs by script. I am able to restore individual files from the snapshot in question, i.e: PBS_REPOSITORY='...' \ PBS_PASSWORD='...' \ proxmox-backup-client restore...
  9. S

    could not read subscription status: subscription information too old

    Hi, our pbs *has* a subscription until Jan 2022. in /etc/proxmox-backup is a file "subscription" from May 6th. - Whats the cause for the message and how to fix it ?
  10. S

    Manually purge left over VM ids in backup storage

    Hello, my PVE refuses to backup because an owner conflict. Turns out, the Backup server has the directories /mnt/datastore/storage-bk/vm/111 /mnt/datastore/storage-bk/vm/112 of these vms that have been deleted long ago. However, neither the Web gui nor "proxmox-backup-client snapshot list"...
  11. S

    releases in the different repositories

    Hi, i see from the release roadmap that the current version is 1.0.6-1. This matches the version in the pbs-enterprise repo. However, the pbs-no-subscription shows some 1.0.8 . Is it not a risk that a person evaluates the 1.0.8, than subscribes and switches to the pbs-enterprise repo having...
  12. S

    There seems to be a bug in the GUI when downloading encrypted parts

    If i try to download the client.log of an encrypted backup there is always a download error. Either disable the download or fix that - the later would be prefered because itemlevel restore of single files is a handy feature @ unencrypted backups.
  13. S

    Are there any agents available to backup databases like mysql/galera/percona ?

    hello, Our databases are too big for the "dump to file and backup it" approach. Any hints ?
  14. S

    Is it possible to generate "one-file" images from the deduplicated storage ?

    Hi, We are using the community subscription of VE and are evaluationg backup server without subscription. We see a big benefit of the deduplication as it not only brings down the required storage size but also shortens sync to remote times. However, "Authorities" require that we can present...
  15. S

    vzdump times out very often on zfs storage pool

    Hello, I am running vzdump from a bash shell against a zfs pool and get these messages: "could not get storage information for 'storage-2': can't use storage type 'zfspool' for backup" I need to loop up to 20 times with a 2 second wait between the iterations; somewhere in these 20 retries it...