I'm trying to replace my FreeNAS system with Proxmox. The plan is to leave the NAS duties on FreeNAS for now, and migrate all the FreeNAS jails' services over to pve. So far I'm in discovery mode. I installed a fresh LXC from the ubuntu template. I mounted the NFS share for my media library at the host level, and then a bind mount point to see that mount inside the LXC container. I plan on using docker containers inside the LXC for each of the services. I noticed at this point that pve only used about 60 GB of the SSD I installed on. The rest is allocated to LVM-thin, which has no obvious functionality in the GUI.
How can I make use of this space for the docker containers' persistent storage?
EDIT: Updated layout. Comments?
Overall layout:
- FreeNAS for media share
- 2 pve hosts running a turnkey-core LXC container (HP ProDesk 600 G4, 16GB, 6core, 250 GB)
- each LXC is running multiple docker containers for the various services I use
- the hosts both NFS mount my media share from FreeNAS, and pass through to containers as volume binds
How can I make use of this space for the docker containers' persistent storage?
EDIT: Updated layout. Comments?
Overall layout:
- FreeNAS for media share
- 2 pve hosts running a turnkey-core LXC container (HP ProDesk 600 G4, 16GB, 6core, 250 GB)
- each LXC is running multiple docker containers for the various services I use
- the hosts both NFS mount my media share from FreeNAS, and pass through to containers as volume binds
Last edited: