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

Fixes ERL-343 parsing 'df' output by os_mon:disksup on POSIX and SUSv3 systems #1502

Merged
merged 1 commit into from
Jul 11, 2017

Conversation

kvakvs
Copy link
Contributor

@kvakvs kvakvs commented Jul 5, 2017

os_mon:disksup parser for df output is rewritten to take remaining data after last column as the mount path.

POSIX fix includes solaris, linux, dragonfly, freebsd, openbsd, netbsd, sunos and SUSv3 fix covers OSX (Darwin).

Missing sample outputs for other systems like: irix and win32, possibly problem does not exist on Win32

@kvakvs kvakvs changed the title Fixes ERL-343 parsing 'df' output on POSIX and SUSv3 systems Fixes ERL-343 parsing 'df' output by os_mon:disksup on POSIX and SUSv3 systems Jul 5, 2017
@garazdawi garazdawi added fix team:VM Assigned to OTP team VM labels Jul 5, 2017
@garazdawi garazdawi self-assigned this Jul 5, 2017
@garazdawi garazdawi added the testing currently being tested, tag is used by OTP internal CI label Jul 7, 2017
@garazdawi garazdawi merged commit 818f5ea into erlang:master Jul 11, 2017
Copy link

@ourway ourway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested it. Works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants