# Finishing Steps in LXC when using Proxmox

<p class="callout info">Only applies when using LXC on Proxmox.</p>

## Make ZFS Pool available in LXC

### On Host, LXC must be shutdown

```bash
nano /etc/pve/lxc/100.conf
# add this line, edit poolname if necessary:
mp0: mp=/poolname,/poolname
# mp=/poolname is the mountpoint in LXC
# ,/poolname is from host
```