Search results

  1. S

    ZFS suddenly broken, mount issues after being stable for months

    The settings don't work to resolve the problem. I added that setting after getting this issue... but it doesn't appear to solve the problem. See the last 3 entries have the mkdir 0 and is_mountpoint 1 set. root@constellation:~# more /etc/pve/storage.cfg dir: local path /var/lib/vz...
  2. S

    ZFS suddenly broken, mount issues after being stable for months

    Yea, so somehow, proxmox is creating directories under /storage/share and /storage/vmstorage/. For some reason, it didn't do that ever, then all of a sudden... started to do it. I don't know if an update changed something, but the array seems to be fine. The only real mistake I know I made...
  3. S

    ZFS suddenly broken, mount issues after being stable for months

    Yes, it is very possible that an update was applied that upgraded the system. I tend to keep my system up to date on a regular basis, so if anything I was only a minor update, not a major upgrade in versions. Did you solve your issue? If so, what was the issue and how did you solve it?
  4. S

    ZFS suddenly broken, mount issues after being stable for months

    After a reboot, I noticed several of my LXC containers wouldn't start, after digging in, I noticed that my single ZFS pool wasn't loading. After a lot of forum searching, I've tried to resolve it by adding a few flags (is_mountpoint=1 and mkdir=0 on the items within the mounted zfs pool) in my...