This worked for me:
rm /etc/zfs/zpool.cache
Reboot -- though restarting zed may be enough. The reboot may take a minute longer than usual. If your pool(s) fails to import, this will import it and recreate the cache using updated values:
zpool import -a
It looks like this is changed with the cpupower tool:
cpupower frequency-set -g SCHEDULER
# Examples
cpupower frequency-set -g performance
cpupower frequency-set -g schedutil
ZFS 2.0.5 contains bugfixes for issues that hang ZFS threads and prevent send/receive from functioning (until the next reboot). Particularly (from the changelog):
Do not hash unlinked inodes #9741 #11223 #11648 #12210
It was released on June 23, 2021 and we're eager to get this change on to our...
We've noticed that in recent versions of Proxmox, that /proc/swaps is wrong. It boils down to this inside the container:
# free -m
total used free shared buff/cache available
Mem: 64738 118 64610 7 8 64619...
I have removed "Solved" from the title as the only solution is to manually install and maintain a 4.18+ kernel which isn't feasible / desirable for most users.
LnxBil is right, snapshots make a terrible situation a non-issue through rollback. I consider this tool mandatory on all ZFS systems:
https://github.com/zfsonlinux/zfs-auto-snapshot
If you have snapshots and end up with a system that won't boot, you can use a ZFS enabled rescue CD to do the...
When it hits the Grub boot screen, hit 'e'dit. Then remove "quiet" from the kernel options and continue on with the boot. I don't remember the exact key to boot the modified options, but instructions will be on the bottom of the screen when you're editing. That should hopefully give you more...
Although we have Oracle support, we know we're running an unsupported configuration so we focus on MetaLink articles. The biggest gotcha so far has been been that even with all IO set to ASYNCH, Oracle Automatic Diagnostic Repository (ADR) still does Direct IO (which ZFS doesn't support). The...
It could be a few things.
1) Original Debian install likely wasn't based on ZFS 0.7.12 (latest). After cutting over to the new PVE kernel a ZFS upgrade process will run for 1+ hours in the background impacting performance. If you want to watch for it, hit 'K' (capital) in htop to show kernel...
With sync=disabled, writes are buffered to RAM and flushed every 5 seconds in the background (non-blocking unless it takes longer than 5s to flush). With sync=standard, writes must be flushed to disk anytime software issues a sync request and sync operations block until the disk has acknowledged...
If AppArmor doesn't work you can boot back into an your current kernel and it will be fine. I suspect you won't be able to take libapparmor and apparmor (the package that contains apparmor_parser) from Ubuntu's repos without breaking a bunch of dependencies.
If you decide to try the Ubuntu...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.