Search results

  1. Dunuin

    Offsite backup store via PBS - no tapes

    You could use it as another Datastore and make use of a local sync job to copy data between datastores. And then use the maintainance mode when the drive isn't in use. But no, external disks or drive rotation isn't implemented yet. The common way to have offsite backups would be to get another...
  2. Dunuin

    [SOLVED] Official way to backup proxmox VE itself?

    It's even better to run two PVE nodes and have one pihole running on each of them. That way not only the storage is redundant but the whole server. ;) See for example here: https://forum.proxmox.com/threads/pi-hole-lxc-with-gravity-sync.109881/#post-645646 Add a SBC as a qdevice for a cluster...
  3. Dunuin

    OMV VM - best practice to handle drives (OpenMediaVault)

    You usually don't want to fill a ZFS pool more than 80%. The overhead is more about performance and SSD wear.
  4. Dunuin

    Homelab cluster - disk setup best practice guide, ZFS

    That "Block Size: 16k" is the volblocksize (meanwhile changed defaults from 8K to 16K) and only effects VMs. LXCs will use the recordsize which has to be set via CLI.
  5. Dunuin

    10-11% I/O delay

    Yes that's normal. HDDs are terribly slow. Like 1/500 to 1/25000 of the IOPS performance a good NVMe SSD could handle. Once you hit HDDs with random reads/writes (what you usually will do when using them as a VM storage) the IO delay will go up and your system performance down.
  6. Dunuin

    storage server

    And for good performance, lots of small files and users, reasonable resilvering time with such big and slow drives you probably want a striped mirror for those HDDs.
  7. Dunuin

    account for PBS cluster join

    You might also want to have a look at the ransomware protection section: https://pbs.proxmox.com/docs/storage.html#ransomware-protection-recovery So using a PBS user on your PVE with limited privileges that isn't allowed to delete/prune backups and is only able to do backups and restores. So a...
  8. Dunuin

    How do I stop ZFS automounting a snapshot dataset after reboot ?

    Maybe "zfs set canmount=noauto SomePool/SomeDataset"?: https://openzfs.github.io/openzfs-docs/man/master/7/zfsprops.7.html#canmount
  9. Dunuin

    Proxmox VE monitoring

    It moved here: https://github.com/ismvru/zbx-tmplt-pve
  10. Dunuin

    [SOLVED] Unbekannte Partition

    Ich hab da ein echtes Passthrough. Also PCI Passthrough vom ganzen HBA. Dann weiß a PVE auch nichts von den Datendisks und versucht sie auch garnicht erst zu sichern. ;) Du hast dann wohl nur "Disk Passthrough" was nicht die echten Disks durchreicht (dein TrueNAS arbeitet da genaugenommen mit...
  11. Dunuin

    [SOLVED] Unbekannte Partition

    Ach das meinst du. Ich dachte Snapshots innerhalb on TrueNAS auf dem ZFS Pool aus deinen durchgereichten Disks. Hast du TrueNAS auch auf die durchgereichten Disks installiert oder auf eine virtuelle Disk und dann die durchgereichten Disks nur für den Pool mit den Daten? So mache ich das hier und...
  12. Dunuin

    Proxmox increase ZFS pool

    And keep in mind that you are using QLC consumer SSDs. Terrible choice for a ZFS pool. My PVE already killed multiple of those. ;) What I would do is destroying that pool, use both as LVM-Thin without raid as single disk and make sure to have proper backups (like getting a dedicated server for...
  13. Dunuin

    [SOLVED] Unbekannte Partition

    Sollte Snapshots nicht ausschließen wenn du wirklich passthrough meinst. Hast du ein USB Stick dran oder hat das Board vielleicht ne eMMC verlötet?
  14. Dunuin

    Multi Datacenter Management

    We already got stage 1+2+3. See the "qm remote-migrate" command: https://pve.proxmox.com/pve-docs/qm.1.html Whats missing is stage 0 ;)
  15. Dunuin

    Joining the cluster, lvm-thin is lost

    Also see the part of the manual that mentions to only join EMPTY nodes:
  16. Dunuin

    pbs Capacity size issues

    Nothing built-in. You could destroy that datastore and recreate it. Or set the time 24 hours + 5 minutes into the future, run the GC and set the time back. But not sure if the latter one might get you into some troubles later (like if that isn't your only datastore and GC will prune wrong chunks...
  17. Dunuin

    ProxMox VM Festplattenspeicher vergrößern, wie?

    Die ISOs, die man für die Installation gebraucht hat, sollte man eigentlich am besten direkt nach der Installation wieder entfernen. Sonst kannst du es später haben, dass da deine VM nicht mehr starten will, wenn du mal die ISO vom Storage gelöscht oder die VM migriert/wiederhergestellt hast. Da...
  18. Dunuin

    ProxMox VM Festplattenspeicher vergrößern, wie?

    Das "Proxmox"-Team sieht es nicht gerne, wenn man es "ProxMox" schreibt. ;) Dein Debian braucht keine GUI für gparted. Gparted gibt es als bootfähige ISO. Die kannst du in der VM booten und dann hast du dein gparted mit GUI. Ist sowieso besser wenn dein Debian nicht gebootet/eingehängt ist...
  19. Dunuin

    Unterstützung für Hook Skript wie bei PVE

    DynDNS ist keine Option wegen den wechselnden IPs? Hier wechseln die IPs ja auch, aber dann baut der Wireguard-Client halt den Tunnel zur neuen IP neu auf, sobald die DynDNS aktualisiert wurde.
  20. Dunuin

    Cleaning up failed backups

    I don't think PVE will remove failed backups on its own, like it won't delete failed ISO uploads.