microsoft / SCXcore

System Center Cross Platform Provider for Operations Manager
Microsoft Public License
36 stars 31 forks source link

File system's memory related parameter is different from Linux command DF #173

Closed deepakjain111 closed 3 years ago

deepakjain111 commented 3 years ago

SCX provider does not handle reserve memory at file system level same as Linux command 'df' handles, which causes difference in memory related parameters in SCX_FileSystemStatisticalInformation enumeration query. This PR takes care of that issue.