Jump to content

Entire folder directories become unresponsive


Recommended Posts

Just now, Rysz said:

 

Ok, that rules out the theory of a full rootfs ramdisk. Did you test your RAM sticks with memtest in the meantime?

 

Yes and there was no error for almost 24 hours

Link to comment
Posted (edited)
7 minutes ago, thatja said:

I am 99.9% sure its to do with mergerfs though, it only happened when scanning in a very large Music library which is mounted with mergerfs

 

Well you can try: killall -9 mergerfs

And see if that unfreezes your server.

 

I really don't see how it can be mergerFS though, when there's zero indication in the logs (apart from garbage collection, which actually says that mergerFS is still operating normally at that point) and tons of users are using it without any problems... unless something in your configuration causes this (which I don't think either, because it works 90% of the time).

 

Edited by Rysz
Link to comment
5 minutes ago, Rysz said:

 

Well you can try: killall -9 mergerfs

And see if that unfreezes your server.

 

I really don't see how it can be mergerFS though, when there's zero indication in the logs (apart from garbage collection, which actually says that mergerFS is still operating normally at that point) and tons of users are using it without any problems... unless something in your configuration causes this (which I don't think either, because it works 90% of the time).

 

 

Yeah, and why would the entire /mnt become unaccessible? I wonder if @JorgeB can shed any light on this.

Link to comment

Not without something in the logs, I've never seen this before, I suspect something that you are using is causing this, and still think it would be worth re-testing without mergefs, I don't see anything pointing directly to it, but it's still something that should be ruled out.

Link to comment
Just now, JorgeB said:

Not without something in the logs, I've never seen this before, I suspect something that you are using is causing this, and still think it would be worth re-testing without mergefs, I don't see anything pointing directly to it, but it's still something that should be ruled out.

The problem with this is my setup doesn't work without mergerfs so it wouldn't be a good test

Link to comment
  • 1 month later...

Have you tried replacing the rclone mounts with local mounts?  Like add a drive or two or three.  Mount the drives and run mergerfs off of the local drives?  This eliminates rclone as a possible issue but allow you to successfully run mergerfs, except you won't have any content/files since it's local with empty hard drives.  Hope this makes sense.

Link to comment
  • 1 month later...
On 5/31/2024 at 9:29 PM, Rysz said:

 

Well you can try: killall -9 mergerfs

And see if that unfreezes your server.

 

I really don't see how it can be mergerFS though, when there's zero indication in the logs (apart from garbage collection, which actually says that mergerFS is still operating normally at that point) and tons of users are using it without any problems... unless something in your configuration causes this (which I don't think either, because it works 90% of the time).

 

 

I understand you are the maintainer for mergerfs for UNRAID? Apologies if not.

 

I am still getting this issue, though nearly not as much as I was before, however I am wondering if there is a way I can improve the performance of my setup and, I acknowledge ahead of time that my setup is rather niche and unique in a sense that its not something you would come across often. Because of this I'll give you a small rundown of what's what.

 

/mnt/user/plexdata/ - This is my share for my Array on UNRAID (local)

 

/mnt/nvmedl/plexified/mounts/moviesrc - This is my movies source that is a combination of folders on Google Drive mounted via Rclone

 

/mnt/nvmedl/plexified/mounts/google/Data - This is my main Google Drive folder that is mounted via Rclone and where most of my files are located.

 

/mnt/nvmedl/plexified/mounts/secret/ - This is the end product with all 3 of the above merged together using Mergefs. The command I am using for this is;

 

mergerfs -o defaults,allow_other,statfs_ignore=nc,use_ino,category.create=ff,fsname=mergerFS /mnt/user/plexdata/:/mnt/nvmedl/plexified/mounts/moviesrc=NC:/mnt/nvmedl/plexified/mounts/google/Data=NC /mnt/nvmedl/plexified/mounts/secret/

 

and my Rclone mount is:

 

rclone mount --config=/mnt/nvme/plexified/mounts/rclone/rclone.conf --allow-other --no-traverse --vfs-cache-mode full --cache-dir /mnt/nvmedl/plexified/mounts/googlecache/ --vfs-cache-max-size 250G --dir-cache-time 96h --vfs-fast-fingerprint --vfs-refresh --drive-impersonate [email protected] googledecrypted: /mnt/nvmedl/plexified/mounts/google/

 

I then use Sonarr which via instructions from Mergerfs to import all new files to the Array folder, and my config in Sonarr docker to forward the folder in a way that my Plex server can read from an old bare metal install as below: (Plex also has this same container/host path setup)

 

image.png.ab2f920c2a61a763cffa9cb14cdd0df6.png

 

Now, Sonarr and Radarr also use this location, and I use this to manage my files however I have noticed that importing is rather slow to do, I am wondering if there is anything in my setup that could be improved that would make my import performance faster, and I also wonder if this is what contributes to the way my server hangs and then ultimately crashes.

 

Any input is very greatly appreciated and I look forward to reading your reply.

Edited by thatja
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.

×
×
  • Create New...