Docker will not start


Go to solution Solved by trurl,

Recommended Posts

This post is a follow-up to the previous issue. The original post in this thread, was corrupt cache drive that needed reformatted but as we went through the journey, there was other things that needed fixed.
During the resolution process, I realized that I hadn't set up some settings optimally for my use cases, as highlight by help from others in this post and discord.

Issue: Docker wouldn't start, cache free space was below threshold ( put cache in read-only mode )

Why: my cache drive was full, all downloads went to the cache drive and I did not have array as secondary storage set up

Resolution: I did a series of changes over time based off of learning and feedback from the mods in this forum. The list of changes is listed below

 

  • Reformatted the corrupt cache drive.
  • Updated the share where the Sab downloads go to the following settings ( see figure 2 )
    • Primary storage: cache
    • secondary storage: arrary
    • mover action: cache >> array
      • I set the above the way I did so the new downloads will hit the cache drive and the drive speed will not be the bottleneck for downloading, I don't need the files to live there long term though, hence the mover action to the array.
  • The share that has appdata, I did the same as the above, except for mover action. I want the app data to live on the cache, but if it accidently fills up I don't want to see all the containers crash ( see figure 3 )
    • same as above except mover action is different
    • mover action: arary >> cache 
  • One of the other mistake adding to the issue, for the sabnzb container, I hard coded the path for the cache vs user.  ( see figure 1 )
    • what I had was /mnt/cache  vs having /mnt/user 
    • at the time, I had it this way, because I did not have the shares configured correctly to handle this for me. when the cache drive went into read only mode, everything started having issues. 
       
  • Figure 1 - image.thumb.png.733b99a90c0af0e1362a4478b2a0f686.png
  • Figure 2 - image.thumb.png.643f606670eefc8f5c03225144f5435f.png
  • Figure 3image.thumb.png.6904c05e95fcf0693baf0ce16a51e570.png
Edited by ninjaneer68
Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.