Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for mountstats error due to multiline "impl_id" on FreeNAS #339

Merged
merged 2 commits into from
Dec 14, 2020

Commits on Oct 30, 2020

  1. Fix for mountstats error due to multiline "impl_id" on FreeNAS

    This commit fixes an error happening when trying to parse data from FreeNAS NFS
    mount point. "impl_id" is printed in multiple lines, which triggers "not enough
    information for NFS stats" error.
    
    Signed-off-by: Jakub Wesolowski <jakubwesolowski@posteo.net>
    JakubWes committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    428a386 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Added mountstats test for multiline "impl_id"

    Signed-off-by: Jakub Wesolowski <jakubwesolowski@posteo.net>
    JakubWes committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    104a40d View commit details
    Browse the repository at this point in the history