StorageGRID Gateway node is in unknown state
Applies to
StorageGRID
Issue
- StoragrGRID node is reporting to be in unknown state from the dashboard.
- To confirm the issue is related to this specific scenario we need to check
mysql-err.log
for the bellow error loops:
2024-07-25 9:50:00 8 [ERROR] InnoDB: Cannot create file './mi/tempwritetree.ibd'2024-07-25 9:50:01 8 [ERROR] InnoDB: Operating system error number 17 in a file operation.2024-07-25 9:50:01 8 [ERROR] InnoDB: Error number 17 means 'File exists'2024-07-25 9:50:01 8 [Note] InnoDB: Some operating system error numbers are described at https://mariadb.com/kb/en/library/operating-system-error-codes/2024-07-25 9:50:01 8 [Note] InnoDB:
The file './mi/tempwritetree.ibd' already exists though the corresponding table did not exist in the InnoDB data dictionary. You can resolve the problem by removing the file.