Errors after moving container manager: Drive btrfs failed to remove root file system #121
-
|
I was able to successfully move Container Manager to a new volume using the script. Most containers were able to run without an issue. A few of them have an error message along the lines below. Any idea how to resolve this?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Do you have backups of the json or yml files for the affected containers? I've grown to hate container manager or docker as it causes 80% of the issues people report having with syno_ap_mover. Does the following command return anything? |
Beta Was this translation helpful? Give feedback.
-
|
You could try removing dangling docker images: or even removing dangling and unused docker images: Then delete the affected containers and their images, and recreate them from your backups. |
Beta Was this translation helpful? Give feedback.
@007revad sorry for the delay. The command you recommended didn't work. I was able to remove it after force deleting the sub volume mentioned. Once I did, I could then delete it in container manager.
sudo rm -rf /volume2/@docker/btrfs/subvolumes/replaceWithSubVolumeNameThank you for your help anyways!