Thanks - that's what I ended up having to do. I still feel like I must be doing something wrong, but in case anyone else runs into this:
I configured the following in /etc/rc.local (setup guide):
#!/bin/bash
sleep 15
zfs mount -O -a
for container in $(lxc-ls); do
pct start $container
done...
Thanks @RobFantini - unfortunately the same issue occurs on boot.
My configuration:
root@hfx1:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
images 15.3G 884G 104K /images
images/subvol-100-disk-0 15.2G 10.8G 15.2G...
TL;DR I need to run "fs mount -O -a" to start my containers after a reboot, and I don't know why.
---------------------
I'm brand new to Proxmox and to ZFS, so I apologize in advance if I'm missing something obvious here. But I've run out of forum & Google searches and seem to have hit a brick...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.