Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more granular control of target minimum free space #16

Closed
Corionis opened this issue May 1, 2021 · 1 comment
Closed

Add more granular control of target minimum free space #16

Corionis opened this issue May 1, 2021 · 1 comment
Assignees
Labels
enhancement Planned enhancement

Comments

@Corionis
Copy link
Owner

Corionis commented May 1, 2021

The current implementation of minimum free space is based on the library. However, a library can span multiple storage devices.

Consider changing targets handling for a better approach.

One idea is to add a Devices section something like:

"devices": [
    {
        "device": "/home/plex/Plex/Media/hd01",
        "minimum": 50GB
    },
    {
        "device": "/home/plex/Plex/Media/hd02",
        "minimum": 100GB
    }
]
@Corionis Corionis added the enhancement Planned enhancement label May 1, 2021
Corionis added a commit that referenced this issue Jun 27, 2021
@Corionis Corionis self-assigned this Jun 29, 2021
@Corionis
Copy link
Owner Author

Completed for version 3.00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Planned enhancement
Projects
None yet
Development

No branches or pull requests

1 participant