Hello OMV Community,
I'm encountering an issue with a consistently degrading ZFS pool located at /srv/Wharf/. This pool, built with SSDs, is used primarily for user home directories and Docker storage. To address this, I have created a new replacement pool at /srv/fast/, also built with SSDs.
Currently, I'm using the following command to copy data from the old pool to the new one:
However, I'm unsure how to seamlessly transition the active mount from /srv/Wharf/ to /srv/fast/ without causing significant downtime. I suspect one potential approach could involve:
- Stopping Docker (e.g., using docker kill $(docker ps -q)).
- Unmounting the degraded ZFS pool at /srv/Wharf/ (I'm uncertain of the correct procedure for unmounting a ZFS pool).
- Changing the mount point of /srv/fast/ to **/srv/Wharf/** (again, not sure how to modify the mount point for a ZFS pool).
- Changing the mount point of /srv/Wharf/ to /srv/WharfOLD/ (again, not sure how to modify the mount point for a ZFS pool).
- Rebooting the system.
I would greatly appreciate any guidance or best practices on how to perform this transition smoothly. Any help on the proper commands or configuration changes needed to achieve this would be very valuable.
Thank you in advance for your support!
ajaja