Search results

  1. S

    ZFS deduplication for VM data

    Hello, I aim to enable ZFS dedup for my Nextcloud VM, as my users tend to duplicate a lot of data (not high data volumes, but ratio of about 1.4). The VM is stored on a ZFS pool that currently does not have dedup enabled and all Nextcloud data is stored in a single VM disk image. Now, would it...
  2. S

    Chunks file deleted after server restart

    Hello, I have my PBS installed alongside Proxmox host. Backups been working great, but after a maintenance restart, the Chunks file seem to have dissapeared. The backups are/were stored on a ZFS-dataset, which is still there and the pool is reported as healthy, no problems at all. The dataset...
  3. S

    [SOLVED] Can not manage nodes in cluster from GUI

    Hello, I run Proxmox on a two-node cluster, with a third to be added soon. I recently noticed that I am having problems accessing both nodes from one or the other. If I am in GUI of node A, I can only enter the shell of node B, everything else timeout (for example Disk configuration) - and vice...
  4. S

    [SOLVED] Weird behaviour Linux Bridge + Bond

    Hello, I've setup a Linux Bond + Bridge according to the following config: auto lo iface lo inet loopback auto enp8s0f1 iface enp8s0f1 inet static address 192.168.100.10/24 gateway 192.168.100.1 mtu 9000 auto eno1 iface eno1 inet static address 172.16.1.1/29...