Skip to content

Conversation

@cartrius
Copy link
Contributor

@cartrius cartrius commented Aug 4, 2025

Description of changes:

  • New finch vm disk usage command to allow users to see detailed disk information (filesystem, mount-point, total size, used space, available space, usage percentage) when their VM is running

Testing done:

  • Added unit-tests for newly created finch vm disk usage

  • Ran command locally on macOS

  • I've reviewed the guidance in CONTRIBUTING.md

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Signed-off-by: Cartrius Phipps <cartrius@amazon.com>
@@ -0,0 +1,98 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copy link
Contributor

Choose a reason for hiding this comment

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

have we looked into implementing equivalent of
https://docs.docker.com/reference/cli/docker/system/df/

I think this implementation will be appropriately set there.

Copy link
Contributor

Choose a reason for hiding this comment

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

I looked into the code base and this seems a lot more complex. I think it's probably a lot more maintainable to just use CLI commands.

@Shubhranshu153 Shubhranshu153 marked this pull request as draft January 8, 2026 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants