Search results

  1. M

    [SOLVED] How to use startall-onboot-delay

    From this page i would say you have to call sth. like this from the node: pvenode config set --startall-onboot-delay 10
  2. M

    [SOLVED] Second ZFS pool failed to import on boot

    I enabled zfs-import for my datapool and deactivated cache for the pool with zpool set cachefile=none datapool. Now after a reboot no error occurs. But i really do not understand what the problem is/was. This solution just changes the behavior to search for pools (in my understanding) I will...
  3. M

    [SOLVED] Second ZFS pool failed to import on boot

    Thanks for your reply. Here is the output: systemctl status zfs-import.service zfs-import-cache.service ● zfs-import.service Loaded: masked (Reason: Unit zfs-import.service is masked.) Active: inactive (dead) ● zfs-import-cache.service - Import ZFS pools by cache file Loaded...
  4. M

    [SOLVED] Second ZFS pool failed to import on boot

    Hello, i have 2 zfs pools on my machine (PVE 7.1): rpool (Mirror SSD) datapool (Mirror HDD) Everytime i boot up my machine, i get an error, the import of datapool failed. A view in the syslog shows everytime the same enty: Jan 3 13:31:29 pve systemd[1]: Starting Import ZFS pool datapool...