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

fix: storage check for mounted disks #4647

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Conversation

kevmiota
Copy link

This fixes the storage check and purge logic for servers where multiple mounted disks are used.
Currently, the df command is run on the root path. However, in some cases there might be a different disk attached to the path where docker stores it's data.

Changes

  • The remote commands were adapted for the getDiskUsage and storageCheck inside the Server Model (app/Models/Server.php)

Issues

image

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

Successfully merging this pull request may close these issues.

1 participant