August 26, 20241 yr I recently switch from image to directory for dockers binaries, and today I wanted to move this directory to a different disk. - I disabled docker service - Used the browser file manager to move the binaries folder to a new drive - Updated the docker directory field with the new path - Started docker Only to get the following in my syslog: Aug 27 01:29:27 Algarheim rc.docker: PostgreSQL_Immich: Error response from daemon: error creating zfs mount: mount dockers/b4a9c54da4bcb37602736cae0ed3ccf67b8eacdf9af413eb9b67c4377a8e0fc7:/var/lib/docker/zfs/graph/b4a9c54da4bcb37602736cae0ed3ccf67b8eacdf9af413eb9b67c4377a8e0fc7: no such file or directory Aug 27 01:29:27 Algarheim rc.docker: Error: failed to start containers: PostgreSQL_Immich Aug 27 01:29:27 Algarheim rc.docker: immich: Error response from daemon: error creating zfs mount: mount dockers/cf5a190a69eb40fdf7e399223a083481920ed5f593faff03ed37ad50bfa85025:/var/lib/docker/zfs/graph/cf5a190a69eb40fdf7e399223a083481920ed5f593faff03ed37ad50bfa85025: no such file or directory Aug 27 01:29:27 Algarheim rc.docker: Error: failed to start containers: immich Aug 27 01:29:27 Algarheim rc.docker: mosquitto: Error response from daemon: error creating zfs mount: mount dockers/792caabe3e2806522d8e077d92f1bf61fd4d0cc89b3f6dada7a5cef4dcc35e1e:/var/lib/docker/zfs/graph/792caabe3e2806522d8e077d92f1bf61fd4d0cc89b3f6dada7a5cef4dcc35e1e: no such file or directory Aug 27 01:29:27 Algarheim rc.docker: Error: failed to start containers: mosquitto Aug 27 01:29:27 Algarheim rc.docker: MariaDB-Official: Error response from daemon: error creating zfs mount: mount dockers/009c98737f6609d55762ec5b27ae08e33de6828baf0cfb76be4ab4f0af176a9d:/var/lib/docker/zfs/graph/009c98737f6609d55762ec5b27ae08e33de6828baf0cfb76be4ab4f0af176a9d: no such file or directory Aug 27 01:29:27 Algarheim rc.docker: Error: failed to start containers: MariaDB-Official Aug 27 01:29:27 Algarheim rc.docker: homeassistant: Error response from daemon: error creating zfs mount: mount dockers/fdfc78fb4d41ca9896717082937712e9c471924e8c95b73ffb703ddc67aea3ed:/var/lib/docker/zfs/graph/fdfc78fb4d41ca9896717082937712e9c471924e8c95b73ffb703ddc67aea3ed: no such file or directory Aug 27 01:29:27 Algarheim rc.docker: Error: failed to start containers: homeassistant Aug 27 01:29:28 Algarheim rc.docker: PhotoPrism: Error response from daemon: error creating zfs mount: mount dockers/dfdc7fd4529f593adc9d3b38d2d2a1aa1d653b6453609f9f84565915175db695:/var/lib/docker/zfs/graph/dfdc7fd4529f593adc9d3b38d2d2a1aa1d653b6453609f9f84565915175db695: no such file or directory Aug 27 01:29:28 Algarheim rc.docker: Error: failed to start containers: PhotoPrism Aug 27 01:29:28 Algarheim rc.docker: nextcloud: Error response from daemon: error creating zfs mount: mount dockers/4e8eda93860de0484f0577e4750f465f053ca2673c1ef86078825173287321cb:/var/lib/docker/zfs/graph/4e8eda93860de0484f0577e4750f465f053ca2673c1ef86078825173287321cb: no such file or directory Aug 27 01:29:28 Algarheim rc.docker: Error: failed to start containers: nextcloud Aug 27 01:29:28 Algarheim rc.docker: Appdaemon: Error response from daemon: error creating zfs mount: mount dockers/35f459b40e343b19d0244470751aea1d2b4d9eb3a0b3067580a9ef18561d9768:/var/lib/docker/zfs/graph/35f459b40e343b19d0244470751aea1d2b4d9eb3a0b3067580a9ef18561d9768: no such file or directory Should I not be able to do what I am doing? Regards, Thomas
August 27, 20241 yr Community Expert Solution Nope, you have to wipe it and recreate on the new drive. Image is easy to move, folder can't be moved as it makes use of filesystem featrues that won't survive a simple copy. Also it seems the drive you want it on is zfs, folder on zfs drives is known to be problematic and break often/cause server crashes. Switch back to image if you want your Docker system on a zfs drive. Edited August 27, 20241 yr by Kilrah
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.