Search results

  1. I

    Change zfs boot pool name

    I went with using vanilla LVM. Then I shrank the partition to make room for a new partition, that I can use for a ZFS pool. Whose name - oh boy can you believe it - I can choose. This all could be so easy if they let you set the name ...
  2. I

    Change zfs boot pool name

    Or they can let me pick the name of the pool during installation, because I know what my plans with this machine are.
  3. I

    Change zfs boot pool name

    Same situation as RealPjotr. And it's really annoying. Proxmox forces me to use 'rpool' as zpool name on the single disk system, while my big server doesn't use the system disk, but other storage with a different zpool name for ZFS.
  4. I

    Mount sshfs in container using fstab

    Hi, I am trying to mount a remote filesystem in a container. Doing it manually using the cmd sudo sshfs -o allow_other,default_permissions,IdentityFile=/home/admin/id_ed25519 -p 2222 user@remote.com:/home/user /home/admin/remote works fine. But when I try to do the same using /etc/fstab with...
  5. I

    Mullvad VPN Daemon issues

    For now I ended up setting up vanilla wireguard for Mullvad. Works fine so far and is suprisingly easy
  6. I

    Mullvad VPN Daemon issues

    Outing myself here as a victim of the same problem.
  7. I

    LXC Container: Use dhcp, but ignore default route?

    Ok ignore what I said. Removing the default gateway obviously won't work, since the vpn traffic also has to leave the machine in the end. So I am probably looking for a suitable iptables ruleset now
  8. I

    LXC Container: Use dhcp, but ignore default route?

    Hi, i want to setup a container, which uses VPN and only VPN to access the internet. For that I want to remove the default route from the network config, so that if the VPN is down, it doesn't have any way to access the internet. VPN works, but I am struggling with the default route. What is...
  9. I

    Proxmox ZFS pool: recurring disk access

    Hi, I recently have set up a new Proxmox installation. The installation itself together with all VMs/containers are running from a SSD. Aditionally I have a ZFS mirror managed by Proxmox acting as a network storage. And for some reason the disks produce a disk access noise every 5 seconds. I...
  10. I

    Proxmox - set up a network-shared ZFS dataset

    Thanks, looks interesting, i will check it out!
  11. I

    Proxmox - set up a network-shared ZFS dataset

    Until now I was running a virtual Openmediavault and passing through the hard disks. But this got too annoying, so I decided to use Proxmox directly as file server. My plan was to set up a ZFS storage and share it via network. But I struggle to configure it properly and I cannot find any...