Hi,
[I also tried this post in german forum, but maybe there are some more guys here in english]
I had a strange situation with my PVE. All virtual machines were running but a login with browser was not possible. So I did a restart with POWER OFF and the i got some failures on shell. I don't remeber the exact error but it seems something like ZFS Pool.
I found this thread https://forum.proxmox.com/threads/second-zfs-pool-failed-to-import-on-boot.102409/ an tried the command:
After trying to enable zfs-pool
with POOLNAME "zpool" I think a new symlink was set.
After rebooting the server nothings works and I get a lot of FAIL.
Anybody an idea to get my system running again?
Did I make a mistake with setting POOLNAME = zpool? What's the correct POOLNAME?
Thanks and best regards
[I also tried this post in german forum, but maybe there are some more guys here in english]
I had a strange situation with my PVE. All virtual machines were running but a login with browser was not possible. So I did a restart with POWER OFF and the i got some failures on shell. I don't remeber the exact error but it seems something like ZFS Pool.
I found this thread https://forum.proxmox.com/threads/second-zfs-pool-failed-to-import-on-boot.102409/ an tried the command:
Code:
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: loaded (/lib/systemd/system/zfs-import-cache.service; enabled; vendor preset: enabled)
Active: active (exited) since Mon 2022-01-03 13:31:29 CET; 1h 26min ago
Docs: man:zpool(8)
Main PID: 1641 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 76969)
Memory: 0B
CPU: 0
CGroup: /system.slice/zfs-import-cache.service
Jan 03 13:31:28 pve systemd[1]: Starting Import ZFS pools by cache file...
Jan 03 13:31:29 pve systemd[1]: Finished Import ZFS pools by cache file.
After trying to enable zfs-pool
Code:
systemctl enable zfs-import@POOLNAME
After rebooting the server nothings works and I get a lot of FAIL.
Anybody an idea to get my system running again?
Did I make a mistake with setting POOLNAME = zpool? What's the correct POOLNAME?
Thanks and best regards