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

os_mon - include HAMMER2-FS in df(1) for DragonFly #8704

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

mneumann
Copy link
Contributor

@mneumann mneumann commented Aug 8, 2024

HAMMER2 is the default file-system on DragonFly.

Running:

/bin/df -k -t ufs,hammer /

results in empty output (on my DragonFly system), while running:

/bin/df -k -t ufs,hammer,hammer2 /

results in:

Filesystem     1K-blocks     Used     Avail Capacity  Mounted on
dev/da0s1d     697244672 68285248 628959424    10%    /

HAMMER2 is the default file-system on DragonFly.

Running:

    /bin/df -k -t ufs,hammer /

results in empty output (on my DragonFly system), while running:

    /bin/df -k -t ufs,hammer,hammer2 /

results in:

    Filesystem     1K-blocks     Used     Avail Capacity  Mounted on
    dev/da0s1d     697244672 68285248 628959424    10%    /
@CLAassistant
Copy link

CLAassistant commented Aug 8, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

github-actions bot commented Aug 8, 2024

CT Test Results

  2 files   15 suites   5m 25s ⏱️
113 tests 110 ✅ 3 💤 0 ❌
133 runs  130 ✅ 3 💤 0 ❌

Results for commit e2ef371.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@rickard-green rickard-green added the team:VM Assigned to OTP team VM label Aug 12, 2024
@jhogberg jhogberg self-assigned this Aug 19, 2024
@jhogberg jhogberg added the testing currently being tested, tag is used by OTP internal CI label Aug 19, 2024
@jhogberg jhogberg merged commit 8d5ffdc into erlang:master Aug 26, 2024
17 checks passed
@jhogberg
Copy link
Contributor

Merged, thanks for the PR! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

4 participants