Search results

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