Hope someone can shed some light in this proxmox newbie problem...
I am playing around with Proxmox to get familiar with, this means sometime breaking things or deleting and starting over again... One of these tests was to create a ZFS pool then delete it, then I created it again, with the same name "wdblue-zfs".
But now, on reboot, Proxmox halts for some time on an error:
I removed / created teh ZFS pool via the webUI and I understand that when doing this I should also run some commands related with the zfs cache or to remove some starting service tied to the ZFs pool i just deteked? I followed a few guides but I can't seem to get this fixed
I could always just re-install Proxmox but I really wanted to understand why this happens so that if I encounter the problem in the future, or want to destroy/create a ZFS i know how to do it properly. Plus i have a few VMs and a CT which is running already as "final version"
Thanks in advance to anyone that can help,
I am playing around with Proxmox to get familiar with, this means sometime breaking things or deleting and starting over again... One of these tests was to create a ZFS pool then delete it, then I created it again, with the same name "wdblue-zfs".
But now, on reboot, Proxmox halts for some time on an error:
Code:
Nov 14 17:14:28 pve systemd[1]: Starting Import ZFS pools by cache file...
Nov 14 17:14:28 pve systemd[1]: Condition check resulted in Import ZFS pools by device scanning being skipped.
Nov 14 17:14:28 pve systemd[1]: Starting Import ZFS pool wdblue\x2dzfs...
Nov 14 17:14:28 pve zpool[625]: cannot import 'wdblue-zfs': pool already exists
Nov 14 17:14:28 pve systemd[1]: zfs-import@wdblue\x2dzfs.service: Main process exited, code=exited, status=1/FAILURE
Nov 14 17:14:28 pve systemd[1]: zfs-import@wdblue\x2dzfs.service: Failed with result 'exit-code'.
Nov 14 17:14:28 pve systemd[1]: Failed to start Import ZFS pool wdblue\x2dzfs.
Nov 14 17:14:28 pve kernel: zd16: p1 p2
Nov 14 17:14:28 pve systemd[1]: Finished Import ZFS pools by cache file.
Nov 14 17:14:28 pve systemd[1]: Reached target ZFS pool import target.
Nov 14 17:14:28 pve systemd[1]: Starting Mount ZFS filesystems...
Nov 14 17:14:28 pve systemd[1]: Starting Wait for ZFS Volume (zvol) links in /dev...
Nov 14 17:14:28 pve systemd[1]: Finished Mount ZFS filesystems.
Nov 14 17:14:28 pve zvol_wait[1068]: Testing 3 zvol links
Nov 14 17:14:28 pve zvol_wait[1068]: All zvol links are now present.
Nov 14 17:14:28 pve systemd[1]: Finished Wait for ZFS Volume (zvol) links in /dev.
Nov 14 17:14:28 pve systemd[1]: Reached target ZFS volumes are ready.
Nov 14 17:14:58 pve systemd[1]: systemd-fsckd.service: Succeeded.
Nov 14 17:15:57 pve systemd[1]: dev-disk-by\x2duuid-d6dad002\x2daa72\x2d47fa\x2d8263\x2d5329e9a1614b.device: Job dev-disk-by\x2duuid-d6dad002\x2daa72\x2d47fa\x2d8263\x2d5329e9a1614b.device/start timed out.
Nov 14 17:15:57 pve systemd[1]: Timed out waiting for device /dev/disk/by-uuid/d6dad002-aa72-47fa-8263-5329e9a1614b.
Nov 14 17:15:57 pve systemd[1]: Dependency failed for Mount storage 'wdblue-usb' under /mnt/pve.
Nov 14 17:15:57 pve systemd[1]: mnt-pve-wdblue\x2dusb.mount: Job mnt-pve-wdblue\x2dusb.mount/start failed with result 'dependency'.
Nov 14 17:15:57 pve systemd[1]: dev-disk-by\x2duuid-d6dad002\x2daa72\x2d47fa\x2d8263\x2d5329e9a1614b.device: Job dev-disk-by\x2duuid-d6dad002\x2daa72\x2d47fa\x2d8263\x2d5329e9a1614b.device/start failed with result 'timeout'.
Nov 14 17:15:57 pve systemd[1]: Reached target Local File Systems.
Nov 14 17:15:57 pve systemd[1]: Starting Load AppArmor profiles...
Nov 14 17:15:57 pve systemd[1]: Starting Set console font and keymap...
I removed / created teh ZFS pool via the webUI and I understand that when doing this I should also run some commands related with the zfs cache or to remove some starting service tied to the ZFs pool i just deteked? I followed a few guides but I can't seem to get this fixed
I could always just re-install Proxmox but I really wanted to understand why this happens so that if I encounter the problem in the future, or want to destroy/create a ZFS i know how to do it properly. Plus i have a few VMs and a CT which is running already as "final version"
Thanks in advance to anyone that can help,