Create the host paths you wish to use. Consult your existing app config (the list of iX Volumes) for what an app needs. The only notable requirement is user apps and group apps must own the folder.
Stop the app you’re going to modify (if not modifying an app, it can continue to run while you make changes)
Move existing app data into new host paths, e.g. rsync -a /mnt/.ix-apps/app_mounts/paperless-ngx/consume /mnt/pool0/data/apps/paperless-ngx/ If you’re not sure where your existing ix-Volume is, look in the user_config.yaml file for ix_volumes under the section for the app you’re modifying.
One issue I’ve had in testing 25.04 is that those moved datasets weren’t mounted–I was able to mount each of them manually, not sure yet if that problem will repeat on the next reboot.
One issue I’ve had in testing 25.04 is that those moved datasets weren’t mounted–I was able to mount each of them manually, not sure yet if that problem will repeat on the next reboot.
I had this problem as well in 24.10, after some digging around, it seems that those datasets have canmount set to noauto (and I assume they are mounted by the apps system). Running zfs inherit -rS <dataset> resets that value back to the default that’s set on the parent dataset (on) and that seems to have done the trick.