Search results

  1. O

    IO Performance auf VMs auf Ceph ist extrem schlecht

    Hy Falk! Sorry, hab vergessen zu erwähnen, dass ich mich auf die von dir verwendeten Mikrotik CRS504 beziehe. Laut unsrem Netzwerkexperten ist's bei Miktorik nicht leider nicht möglich. Hätte es gerne aktiv gehabt bei unsrem Cluster sg Roland
  2. O

    IO Performance auf VMs auf Ceph ist extrem schlecht

    @Falk, darf ich fragen, ob du bei deinem Setup MLAG mit LACP L3+4 aktiv hast? Laut meinem Kollegen ist LACP L3+4 bei Mlag über 2 Switche nicht möglich. Danke & sg Roland
  3. O

    PBS 3.3.0 Dly Update Status "unknown"

    Hy Sorry die späte antwort, ich werde mal die News bei den Updates im Auge behalten.
  4. O

    PBS 3.3.0 Dly Update Status "unknown"

    Funktionieren tut zum Glück alles, unser Monitoring springt leider darauf an Kannst du abschätzen bis wann der Patch ausgeliefert wird?
  5. O

    PBS 3.3.0 Dly Update Status "unknown"

    Guten Morgen! Wir haben bereits 2 PBS auf Version 3.3 hochgezogen. Seitdem erhalten wir auf beiden Systemen beim Dly Update Check Task den Staus unknown. Das Log selbst (Task Viewer) ist leer, ebenfalls wenn man dieses downloaden möchte. Als Notification haben wir noch die frührere Methode via...
  6. O

    Proxmox Backup Server 3.3 released!

    Thanks a lot! Removeable Disks are great! How is it possible to create removable datastore via cli? I not able to regornize the correct parameter thanks!
  7. O

    proxmox-backup-client Parameter "--include-dev"

    Hallo Denke um sich weniger Sorgen machen zu müssen reicht der Parameter: --all-file-systems
  8. O

    proxmox-backup-client Parameter "--include-dev"

    Hallo Forum! Hat jemand etwas Erfahrung bez Backup mit proxmox-backup-client und Files am CephFS Filesystem? Ich möchte gerne ein Ordner sichern der sich in Pfad: "/mnt/pve/<cephFS-Filesytem>/backupme" befindet In Link [0] steht, dass für mountpoints der param "--include-dev" mitangegeben...
  9. O

    inaccessible boot device nach Migration

    Guten Morgen! Könnte sein, dass dein Windows die IDE/SATA Treiber nicht oder zu spät lädt. Prüfe bitte den Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LSI_SAS\Start, er muss auf 0 stehen Tut er das nicht nach einem Backup den Wert auf 0 stellen und neu testen sg Roland
  10. O

    Update package database -> TASK ERROR: worker panicked: unknown type.

    Hy Lukas! Sorry, my mistake! I thought I saw this error also on pve, but it was a backup error. Thanks for making a fix br Roland
  11. O

    Update package database -> TASK ERROR: worker panicked: unknown type.

    Hello! Think since update PVE8, PBS3 we get error "worker panicked: unknown" from dly update check on PVE and PBS. We are using the "old way" sendmail to send mails to root@pam . There was no time to check the new notification module :-( . Journal reports "panicked at 'context for...
  12. O

    Fault tolerance of the pool may be compromised

    Hy, Wir haben dies dem Kunden mehrfach mitgeteilt, er technisch nicht der schlechteste sagt die Raidcontroller von Dell können im HBA betrieben werden ohne dass der Cache aktiv ist. Sie laufen im HBA Mode. Danke für den Hinweis. Zfs und Commands prüfe ich wenn ich retour bin Sg
  13. O

    Fault tolerance of the pool may be compromised

    Hy thanks for response. It happend again after a systemcrash, think one Ram Module has a malfunction. Pool was created by Proxmox Gui, will try to check how it was created. Please give me some time, currently I'm on vacation kr Roland
  14. O

    Fault tolerance of the pool may be compromised

    Habe die Disks wie folgt nacheinander wieder eingehängt. Abschließend werde ich noch ein Verify starten zpool labelclear -f /dev/sdX1 zpool replace zfs01 <ID laut zpool Status> /dev/sdX zpool status -> resilver abwarten sg Roland
  15. O

    Fault tolerance of the pool may be compromised

    Guten Morgen! Wir haben ein PBS welches leider mittels Raidcontroller im HBA Mode betrieben wird. (Wurde vom Kunden trotz Warnung so gewünscht). Mittels 15 Stück 4TB SSD-Disks wurde ein ZFS RaidZ2 erstellt. Vor 2 Tagen hat das System neu gestartet. 2 Disks (sdr, sds) wurden vermutlich beim...
  16. O

    Support for sync to "removable" backup disks

    Sometime we also notice a delay while unmounting. Think it's not very important by our customers, because we will wait for a successfully unmount and will send a notification after that. (So far i will find time to try my phyton knowledge) kr Roland
  17. O

    Support for sync to "removable" backup disks

    Our test runs on version 3.1-5 and usb disks formated with zfs this are my commands, runs since the hotfix is puplished nice. but currently no time to write a script with errorhandling /sbin/zfs mount usb4t /sbin/proxmox-backup-manager datastore update usb4t --delete maintenance-mode...
  18. O

    Copy bakups to external device on PBS

    I'm juggling with this commands, looks great but time is waste to write a pretty script StorageName from usb is usb300 zfs mount usb300 proxmox-backup-manager datastore update usb300 --delete maintenance-mode proxmox-backup-manager prune-job run usb300 proxmox-backup-manager garbage-collection...