Closed spilla-quinten closed 7 months ago
Try if you reproduce with latest version, and if you do, please provide an inventory file we can use to reproduce.
@trasher I plan to upgrade in the next couple of days, in the meantime I can confirm that the following SQL statements have solved the immediate issue:
alter table glpi_items_disks modify column totalsize bigint unsigned;
alter table glpi_items_disks modify column freesize bigint unsigned;
After executing those 2 SQL statements I no longer have the errors in the sql-errors.log
file, and the GLPI web interface correctly show the EFS mount with a total size of 8192 TB.
OK, so that's not been changed in latest releases.
Code of Conduct
Is there an existing issue for this?
Version
10.0.12
Bug description
I have some virtual machines in AWS EC2 running Debian 11 and 12 with an EFS mount, the OS sees the disk as 8.0 EB:
Each time the glpi agent sends inventory data, I have the following error in the sql-errors.log:
Relevant log output
No response
Page URL
No response
Steps To reproduce
df -h
sql-errors.log
file in the glpi server for errors such asOut of range value for column 'totalsize' at row 1
Your GLPI setup information
Anything else?
No response