LarsR
July 2, 2026, 8:04am
4
Then your best option would propably be to follow this guide and adjust it slightly. It as written before the included migration feature was available.
Sometimes you would like to move your apps from one pool to another…
There is currently no way to do this in the GUI.
The below recipe worked for me.
(replace “originalpool” and “otherpool” with the original pool’s name, and the new pools name, respectively)
unset your app pool
check your ix-apps datasets with sudo zfs list | grep ix-apps
if you have any ix-apps datasets on your newpool, then delete it with sudo zfs destroy -r newpool/ix-apps (note, this assumes that you do NOT want the …