Search results

  1. N

    NFS container feature option?

    I have a privileged container that I installed nfs-common and mounted NFS shares via the /etc/fstab. It seems to be working fine. Today I noticed this NFS feature under options. what is this for?
  2. N

    Can't create container in ZFS storage pool

    my boot drive is a mirrored btrfs filesystem. Additionally, I manually created created a raidz2 ZFS pool from the command line, which I can see in the Proxmox web GUI interface. How can I tell Proxmox that I can use this ZFS pool for VMor LXC storage? I can choose to create new LXC containers...
  3. N

    [SOLVED] Join Cluster failed IP not found on local node

    Hello, I created a cluster on PVE1, and I'm trying to join PVE2 to it. PVE1: eno1 (Ethernet connected to gigabit switch) enp4s0f0 (fiber directly connected to PVE2) vmbr0 192.168.2.10/24 (port eno1) vmbr1 10.100.0.2/29 (port enp4s0f0) PVE2: eno1 (Ethernet connected to gigabit switch) enp4s0f1...
  4. N

    Replacing a drive that was set with pct set

    Hello, In my /etc/fstab I have a physical hard disk mounted as /data that I am giving direct access to a container. Originally I used the command: pct set 100 -mp0 mp=/data,/data Now I would like to replace the drive. What changes do I need to make? I'm guessing that all I have to do is...
  5. N

    [SOLVED] NFS Server on Proxmox Host

    I'm trying to share a directory on the proxmox server via NFS to other clients on the network and to virtual machine clients on Proxmox. drive to be shared /dev/sdb1 mounted on /data in /etc/fstab: /data /srv/nfs4/data none bind 0 0 in /etc/exports: /srv/nfs4...