You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We attempted to integrate SaunaFS as an archive solution with the logging tool using the NFS Ganesha Client. However, we encountered several issues that led us to abandon SaunaFS in favor of a traditional storage solution.
Issues Identified
Capacity Mismatch
The capacity values displayed in the CGI interface differed from those shown in the terminal.
Mounting Failure
The SaunaFS storage did not mount automatically to the logging tool when using the mount command.
Behavior at Full Capacity
Once SaunaFS reached full capacity, logging tool continued to write empty buckets instead of ceasing logging operations.
Alternative Solution Implemented
Due to these issues, we opted to use a traditional storage approach by deploying a VM and utilizing NFS Ganesha (FSAL_VFS) to export a VFS-based filesystem. Instead of exporting SaunaFS, we exported a local folder via NFS Ganesha.
Results of Alternative Solution
Logging tool correctly stopped writing logs when storage reached full capacity (no empty buckets were written).
The storage mounted automatically when using the mount command.
Capacity values were accurately reflected.
Conclusion
The alternative solution resolved all issues we encountered with SaunaFS. To consider SaunaFS in the future, the following improvements would be necessary:
Ensure consistency in capacity reporting between CGI and terminal.
Implement correct behavior when storage reaches full capacity, preventing unnecessary writes of empty buckets.
The text was updated successfully, but these errors were encountered:
Overview
We attempted to integrate SaunaFS as an archive solution with the logging tool using the NFS Ganesha Client. However, we encountered several issues that led us to abandon SaunaFS in favor of a traditional storage solution.
Issues Identified
Capacity Mismatch
Mounting Failure
mount
command.Behavior at Full Capacity
Alternative Solution Implemented
Due to these issues, we opted to use a traditional storage approach by deploying a VM and utilizing NFS Ganesha (
FSAL_VFS
) to export a VFS-based filesystem. Instead of exporting SaunaFS, we exported a local folder via NFS Ganesha.Results of Alternative Solution
mount
command.Conclusion
The alternative solution resolved all issues we encountered with SaunaFS. To consider SaunaFS in the future, the following improvements would be necessary:
The text was updated successfully, but these errors were encountered: