Codeman20400
Members
-
Joined
-
Last visited
Solutions
-
Codeman20400's post in Crash after updating from 6.9.2>6.11.5 was marked as the answerI was able to get all of the dockers to start, including Plex. seems the issue was a V1 space cache on the unassigned drive
https://forums.unraid.net/topic/131232-unraid-os-version-6115-available/?do=findComment&comment=1194660
ran the command to clear it on the UD, and the Plex docker started normally, finally.
(With the array stopped:
btrfs check --clear-space-cache v2 /dev/sdX1
If this is an old pool that might have v1 space cache also run:
btrfs check --clear-space-cache v1 /dev/sdX1
It won't hurt if there's no v1 cache)