Search results

  1. F

    [SOLVED] ZFS pool data loss after power outage

    I updated the /lib/systemd/system/zfs-mount.service file to mount these datasets on startup. The zfs-mount service wasn't mounting these non-empty directories. From ExecStart=/sbin/zfs mount -a To ExecStart=/sbin/zfs mount -O -a
  2. F

    [SOLVED] ZFS pool data loss after power outage

    I had rebooted and realized they didn't mount automatically when the server came back up. I set the is_mountpoint option to my storageIDs that were setup as Directories. Does that option get added to the /etc/pve/storage.cfg file? journalctl | grep mount returns Feb 20 19:34:47 frozencreek...
  3. F

    [SOLVED] ZFS pool data loss after power outage

    I ran the scrub zpool scrub MountainPool and completed after about 4hrs without any errors. # zpool status pool: MountainPool state: ONLINE scan: scrub repaired 0B in 0 days 03:29:23 with 0 errors on Sun Feb 20 18:42:32 2022 config: NAME STATE READ...
  4. F

    [SOLVED] ZFS pool data loss after power outage

    I'm still fairly new to running a proxmox server and just hit a major issue. Recently my proxmox server suffered a sudden power loss and when it came back online, all data in a directory was lost. Strangely, not all directories were affected because my VMs and containers were unaffected and...