You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autostart VMs on Boot is not working for me. The following error is reported by the console:
zfs error: open3: exec of zpool list -o name -H zfs-1 failed: No such file or directory at /nix/store/1138wihmibq5bndqa10cman77jgwqq65-perl-5.38.2-env/lib/perl5/site_perl/5.38.2/PVE/Tools.pm line 494.
zfs error: open3: exec of zpool list -o name -H zfs-1 failed: No such file or directory at /nix/store/1138wihmibq5bndqa10cman77jgwqq65-perl-5.38.2-env/lib/perl5/site_perl/5.38.2/PVE/Tools.pm line 494.
TASK ERROR: could not activate storage 'zfs-1', zfs error: open3: exec of zpool import -d /dev/disk/by-id/ -o cachefile=none zfs-1 failed: No such file or directory at /nix/store/1138wihmibq5bndqa10cman77jgwqq65-perl-5.38.2-env/lib/perl5/site_perl/5.38.2/PVE/Tools.pm line 494.
Looks like it's a missing dependency somewhere. When I run the following manually, I get the expected output:
zpool list -o name -H zfs-1
Could also be that the disk isn't available yet. Would need to fiddle around with it some more.
The text was updated successfully, but these errors were encountered:
Autostart VMs on Boot is not working for me. The following error is reported by the console:
Looks like it's a missing dependency somewhere. When I run the following manually, I get the expected output:
Could also be that the disk isn't available yet. Would need to fiddle around with it some more.
The text was updated successfully, but these errors were encountered: