Recent content by SRU

  1. S

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

    Thanks to both of you. @VictorSTS Will do, that might give me some insight. @UdoB That is a very valueable hint that i will definitely try with the remaining PBS tats needs to be deployed. For other readers: I had success in cutting down sync and verification job times using the following...
  2. 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...
  3. S

    Event-ID 1801 at Windows Servers

    thanks to both of you.
  4. 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...
  5. S

    [SOLVED] Intra-Cluster Online Migration failed

    Root Cause: VM's CPU has been configured to 'Host' but src and dst Nodes CPUs differ: root@pve-5-2-rz:~ # head /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 25 model : 17 model name : AMD EPYC 9454P 48-Core Processor stepping : 1...
  6. 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...
  7. S

    Remote migration of cold VM - EERROR: no export formats for 'VM-pool:vm-9999-disk-0' - check storage plugin support!

    My two cents: Running 2 Clusters on 7.4-18, identical hardware, storage ceph on both; online migration works (as far as tested), offline migration gives "no export formats for 'Storage". we are doing offline migration using a pipe: vzdump "$vmid" --compress 0 --mode stop --stdout |ssh...
  8. S

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

    I basically wanted to implement the guidelines that azure publish and will re-think if that is sufficient. Thanks, Stefan
  9. 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...
  10. S

    proxmox-kernel-helper v. pve-kernel-helper

    Thanks for the reply.I tried to fix the below: # apt list --upgradable Listing... Done proxmox-ve/stable 7.4-1 all [upgradable from: 7.2-1] pve-kernel-helper/stable 7.3-8 all [upgradable from: 7.2-13] # apt-get --with-new-pkgs upgrade proxmox-ve pve-kernel-helper ... Some packages could not be...
  11. S

    proxmox-kernel-helper v. pve-kernel-helper

    t.lamprecht How would i upgrade safely to the proxmox-kernel-helper as i am currently using pve-kernel-helper ? apt remove pve-kernel-helper && apt install proxmox-kernel-helper ? I do not like to loose the node...
  12. S

    freezing of virtual Windows Clients on boot

    We have that in two different organizations of our group, server2019 and server 2022 affected, problem also in the newest PVE version. We think it might have to do with windows fast boot (because a reboot does not fix it but a poweroff / start does). We are in the task of switching fast boot...
  13. S

    freezing of virtual Windows Clients on boot

    Same here. Windows server 2019,2022 and win10 VMs show the "spinning icon" (non-spinning here) after the reboot that follows a windows update. Rebooting restores exactly this state. machine must be stopped and will boot fine right after the next start. we are on a fairly new pve version.
  14. S

    pveum passwd - how to provide using cli ?

    Dominik, Thank you very much for the fast reply !