bind mount size

  1. B

    ZFS Mount showing less size than actual zpool size

    Hello, I have a very peculiar case of which I did not find any solution elswhere. I have a Proxmox VE 8.2.4 running on my homelab server. I have a 256 SSD as my boot drive and one 620GB HDD for some of my data drive. The HDD is configured as a zfs pool (ID: WdcZfs) with the entire 620GB for its...
  2. M

    ZFS usable size in container limited to 9GB

    Hello, I have a fresh installation of PVE 8.1.4 with a ZFS pool: #> zpool status pool: storage state: ONLINE scan: scrub repaired 0B in 00:03:56 with 0 errors on Sun Jan 14 00:27:57 2024 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0...
  3. M

    Restoring LXC with shared bind mount

    I have a container with a bind mount which is not included in the backups. When I try to restore the container, I get this error: The size of the disk in the GUI is listed as 32.99TB so, would I change my config line from mp0: btank:subvol-115-disk-0,mp=/tank to mp0...
  4. M

    PCT without bind size in config and backups

    Hi there, Here is my scenario maybe you can suggest a better method or solution. First, I use multiple LXCs, and each has a bind mount to a single volume so that they can share data. this was done by adding mp0: btank:subvol-115-disk-0,mp=/tank to each container's config. One issue is that the...
  5. J

    LXC bind mount size

    Hello, I've created a 300G volume (then formated and mounted) on the PVE host, and then (bind) mounted to a couple of lxc containers that need to share files between them. Directory is available on both containers, but despite the size of the volume, containers always see 100G available I'd...