-
Notifications
You must be signed in to change notification settings - Fork 12
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
Quota warning mail sent to all users on full data storage disk #35
Comments
unfortunately that is nothing I can really detect, because the user quota is capped with that one too... |
@nickvergessen thanks for your quick answer. I see the issue... maybe a "dirty" workaround such as checking the disk space available through the OS ( |
I know this is an old issue (and I guess it is more like an enhancement request) but I'm encountering the same question ... I guess a smarter solution could be:
|
This got me really confused - but apparently for me happened the same, my storage disk filled up - but instead of everyone getting the email - random people were getting it |
Is there any progress on a fix? There are simple PHP API's for it: And perhaps compare it against the giving threshold and total free/used ratio: |
No
That makes several assumptions on the architecture of the system |
Isn't there a view in the Nextcloud admin interface that shows storage usage on the file system? |
Hello,
The disk on my server where I have the storage directory (Nextcloud "data" directory) got full and this triggered the quota warning mail to be sent to all my users. None of these users where actually using their whole quota. I think this is a mistake and this app should have not sent any quota warning mails.
I am using Nextcloud 13.0.5.
The text was updated successfully, but these errors were encountered: