Skip to content

Fix DiskStatistics on OpenBSD

Michael Hofmann requested to merge (removed):fix-disk-stats-openbsd into master

DiskStatistics in internal/service/server uses unix.Statfs to determine available storage space. Since the fields of unix.Statfs_t on OpenBSD have different names than on other Unices, a platform-specific implementation is necessary.

Merge request reports