ZFS on Linux: Difference between revisions

Jump to navigation Jump to search
Created page with "=== Troubleshooting === * Currently, grub-probe often cannot return pool name. Until this [https://lists.gnu.org/archive/html/grub-devel/2020-12/msg00239.html patch] is merge..."
 
No edit summary
 
Line 4: Line 4:
manually set root pool name in <code>/etc/grub.d/10_linux</code> to get around of the problem.
manually set root pool name in <code>/etc/grub.d/10_linux</code> to get around of the problem.
* Incomplete send/receive can cause ZFS systems to show permanent data errors. Run <code>zfs scrub</code> twice to remove the errors.
* Incomplete send/receive can cause ZFS systems to show permanent data errors. Run <code>zfs scrub</code> twice to remove the errors.
* When having kernel module errors, check if the booted kernel is the latest - often it is because /boot was not loaded correctly during package update.