mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Import Fails Due To Free Space for Hardlink #7116
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#7116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CarlitoGil on GitHub (Jan 31, 2023).
Is there an existing issue for this?
Current Behavior
Using
Hardlink instead of Copythe import fails due to "not enough free space" on the same volume.Expected Behavior
In situations where a hardlink would be used, lack of free space should not fail the import.
Steps To Reproduce
No response
Environment
What branch are you running?
Develop
Trace Logs?
2023-01-30 16:39:17.8|Warn|FreeSpaceSpecification|Not enough free space (6415007744) to import: D:\Downloads\Torrents\.GRABBED\Movies\Placido.1961.1080p.BluRay.REMUX.AVC.DTS-HD.MA.5.1-Vim.mkv (18053353049)AB#4823
@Qstick commented on GitHub (Feb 5, 2023):
Use this to workaround that
@CarlitoGil commented on GitHub (Feb 5, 2023):
That's supposed to be under
Settings>Media Management>Importing?@Qstick commented on GitHub (May 7, 2023):
Yes, however it may be OS dependent now that I think about it.
@bakerboy448 commented on GitHub (May 9, 2023):
Correct - that skip is not an option on windows for some reason
github.com/Radarr/Radarr@a1e622a363/frontend/src/Settings/MediaManagement/MediaManagement.js (L132-L148)Equivalent workaround may be to 0 out the free space remaining?
@freyca commented on GitHub (Dec 20, 2024):
Same on linux.
I've tested it out and although hardlink option is enabled (and working) it fails to import.
App should not check for free space if hardlink option is enabled and source and destination partition is the same
@bakerboy448 commented on GitHub (Dec 20, 2024):
Related upstream - https://github.com/Sonarr/Sonarr/issues/6260