Radarr: [Bug, Aphrodite] Renaming files on cloud mounts result in downloading and reuploading files

Created on 22 Dec 2019  路  4Comments  路  Source: Radarr/Radarr

Describe the bug
Renaming files on cloud mounts result in downloading and re-uploading files.

To Reproduce

ExecStart=/usr/bin/mergerfs \
  -o category.create=ff,async_read=false,cache.files=partial \
  -o dropcacheonclose=true,use_ino,minfreespace=0 \
  -o xattr=nosys,statfs_ignore=ro,allow_other,umask=002,noatime,nonempty \
  /mnt/local=RW:/mnt/remote=NC:/mnt/remote2=NC:/mnt/movies=NC /mnt/unionfs
ExecStop=/bin/fusermount -u /mnt/unionfs

According to mergerfs wiki, NC will exclude those paths from create policies (you can't create but you can change / delete).

Sonarr does not have this issue, it renames without downloading and re-uploading so this is a Radarr specific problem.

Steps to reproduce the behavior:

  1. Go to a movie
  2. Click on 'Preview Rename'
  3. Click on 'Organize'
  4. Watch the file download via ncdu /mnt/local/Media and then reupload.

Expected behavior
File to be renamed by not downloading the file.

bug v3

All 4 comments

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.99. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

To provide further clarification, this is how I have my path mappings set.

firefox_tbcuPjle9R

EDIT: Radarr devs have confirmed this bug is a result of switching to dotnetcore.

See #3999

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HitsvilleUK picture HitsvilleUK  路  3Comments

codaamok picture codaamok  路  3Comments

DaveidWeba picture DaveidWeba  路  3Comments

alpinewinter picture alpinewinter  路  3Comments

plexecutor picture plexecutor  路  3Comments