Search results

  1. 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...
  2. 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
  3. 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...
  4. 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...
  5. O

    inaccessible boot device nach Migration

    musste interessanterweise gestern ein 2k12 (en) migrieren die installation der virtio 0.1.240 via installer schlug fehl ein manuelle installiern der treiber via gerätemanager funktionierte problemlos balloon und qemu guest musste noch manuell installiert werden sg
  6. O

    inaccessible boot device nach Migration

    Probier mal in den VM Settings unter Hardware: Machine q35 Version 5.1 sg Roland
  7. O

    Support for sync to "removable" backup disks

    for your info, patch is in "no subscription repo"
  8. O

    Copy bakups to external device on PBS

    for your info patch is in "no subscription repo"
  9. O

    Copy bakups to external device on PBS

    Think you might like this feature request. https://bugzilla.proxmox.com/show_bug.cgi?id=3156
  10. O

    Support for sync to "removable" backup disks

    sorry for the misunderstanding I meant, leave your consideration in bugtracker, so all devs can see that this feature is important for many users
  11. O

    Support for sync to "removable" backup disks

    Think unlock datastore in offline mode is currently in progress. Last activity in dev mailing list last week More info see here, maybe you explain why this feature is important to you https://bugzilla.proxmox.com/show_bug.cgi?id=3156
  12. O

    [SOLVED] Restore PBS self after SMART Error

    Hy chris I installed an fresh 2.3 and did an update to 2.4.x After an zfs import I restored via copy/paste the following files On PVE and second PBS i changed the finterprint Files: * verification * datastore *acl *user *prune * remote Datastore, prune,gc,verify restored successfully. Also...
  13. O

    [SOLVED] Restore PBS self after SMART Error

    Hy We have one PBS Version 2.4-6 installed on an single nvme via LVM. Smart Errors detected, think files also corrupted. Now I want to change disk and reinstall the PBS. Because of an sync from an other PBS, I want to restore the pbs as same as possible. Backup from PBS exists, tar czf...
  14. O

    PBS mit USB Disk (unmount .lock Problem)

    Denke auch ein ordentliches Backup sollte ECC und Enterprise SSD haben, sind ja nicht mehr so teuer. Bez Cloud werde ich mal testen beginnen Danke für dein Feedback sg Roland
  15. O

    PBS mit USB Disk (unmount .lock Problem)

    Mit der Cloud steht noch auf meiner Todo Liste, habe aber noch keine Erfahrung bez Datenmenge und Backup/Restore Zeiten.Hast du gute Erfahrungen mit PBS und Cloud? Kenne bis jetzt nur das Apfelcast Video bez PBS u Hetzner https://www.youtube.com/watch?v=27mRYO3_GLI
  16. O

    PBS mit USB Disk (unmount .lock Problem)

    Guten Morgen! Gedacht ist das auch als Schutz gegen Brand, zb ist ein kl Tischlerunternehmen dabei. Vom PBS können wir fast alle überzeugen, auch die Lizenzkosten sind für sie OK, finde ich auch da das Produkt doch super ist. Fein wäre noch die Möglichkeit zum Anschließen einer USB Disk welche...
  17. O

    PBS mit USB Disk (unmount .lock Problem)

    Hallo Ich darf mal das Thema PBS und Offlinebackup auf USB Disk aufflammen lassen. Kleinere Umgebungen eine Möglichkeit zu bieten Offlinebackups zu erstellen. [1] zeigt Links, dass das Feature kommen wird, leider steht kein Datum fest bis wann damit zu rechnen ist. [2] zeigt eine Möglichkeit...
  18. O

    [SOLVED] Replikation einer großen VM

    Hallo habe es nun mit einem "zfs set refreservation=none zfs02/vm-200-disk-1" lösen können. Denke es ist für diesen Fall ausreichend Danke für eure Unterstützung
  19. O

    [SOLVED] Replikation einer großen VM

    hmm dann sollte ich vermutlich noch die refreservation auf non (also eine "thin disk" setzen zfs set refreservation=none zfs02/vm-200-disk-1 Oder eben ein Thin Pool auf den selben Disks erstellen, Thin setzen und die Disk verschieben zfs create -o mountpoint=/zfs01/thin zfs01/thin Danke für...
  20. O

    [SOLVED] Replikation einer großen VM

    hy @fabian wenn ich richtig raus höre, dann würdest du Thin auf den Pools aktivieren, auch wenn die eigentliche Disk dann nicht Thin ist ist es der Snapshot Korrekt? @news Ich denke sowas könnte man auch wie folgt lösen: Neuen mountpoint erstellen und ein Refquota erstellen, Vorteil nur der...