Author |
|
solkmaaker Senior Member
Joined: 28 June 2020
Online Status: Offline Posts: 163
|
Posted: 22 September 2020 at 12:26pm | IP Logged
|
|
|
Afterlogic Aurora Corporate
8.5.0-build-a4
Tenant space limit: 0
User space limit: 100
Corporate space limit 1000
User uploads 3.7MB file and gets warning:
Please note that you have almost reached space limit.
Limit bar shows that user uses 4% of 100MB
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 22 September 2020 at 11:43pm | IP Logged
|
|
|
We've just released version 8.5.1, can you please confirm if the issue occurs for you there? I couldn't reproduce it with the latest version. Thanks.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
solkmaaker Senior Member
Joined: 28 June 2020
Online Status: Offline Posts: 163
|
Posted: 23 September 2020 at 5:40am | IP Logged
|
|
|
Did an upgrade, run into issues when upgrading DAV:
Code:
Detected MySQL.
Upgrading 'propertystorage'
No data in table. Going to re-create the table.
Renaming propertystorage -> propertystorage_old7673 and creating new table.
Migrating vcardurl
Can't migrate vcardurlDone.
Upgrade to 3.0 schema completed.
|
|
|
Should i do something about that?
Also DAV upgrade script complains that: Can't find user with UUID about users that have been deleted. Is there still something left in DB?
But the original issue remains, user still gets warning in same condition (4% of used space). When he deletes that file and uploads small file (couple of KB), then warning does not appear. But from some threshold it appears, and user gets it every time he goes to files tab.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 September 2020 at 6:31am | IP Logged
|
|
|
Quote:
Migrating vcardurl
Can't migrate vcardurl |
|
|
That part looks suspicious, we'd need debug logs of Aurora recorded during migration, to tell what exactly is causing it.
Quote:
Also DAV upgrade script complains that: Can't find user with UUID about users that have been deleted. Is there still something left in DB? |
|
|
Nothing to worry about, DAV cleans up principal entries which no longer have a matching user account.
Quote:
But the original issue remains, user still gets warning in same condition (4% of used space). |
|
|
Problem is, I couldn't reproduce such an issue. Would it be possible for you to deploy a blank install of v8.5.1 next to your existing setup and confirm whether this occurs for a new account created? To correct an issue, we'll need a full pattern for reproducing it. Thanks.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
solkmaaker Senior Member
Joined: 28 June 2020
Online Status: Offline Posts: 163
|
Posted: 23 September 2020 at 7:02am | IP Logged
|
|
|
Ok, i'll try clean install on 8.5.1 and i'll see what's on debug log while migrating.
Takes a bit time,i'll get back to you with this.
|
Back to Top |
|
|
solkmaaker Senior Member
Joined: 28 June 2020
Online Status: Offline Posts: 163
|
Posted: 23 September 2020 at 1:26pm | IP Logged
|
|
|
Did clean install and there was no problem, but i managed to trace what's wrong.
Problem was in file data/settings/modules/CoreWebclient.config.json
QuotaWarningPerc
By default it comes with 0
Mine was set to 99
Did not find anything on this in documentation, so i assumed this is users used percentage of file space when warning is displayed.
So, is it other way?
I mean, is this percentage of free space left?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 24 September 2020 at 12:00am | IP Logged
|
|
|
Oh I see, thank you. I've checked with the developers, they confirmed that the value means threshold percentage of free space. So you would need to specify 1 there, rather than 99.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
solkmaaker Senior Member
Joined: 28 June 2020
Online Status: Offline Posts: 163
|
Posted: 24 September 2020 at 1:51am | IP Logged
|
|
|
Ok
Thank you Igor for answer
|
Back to Top |
|
|