LLNL / UnifyFS

UnifyFS: A file system for burst buffers
Other
102 stars 31 forks source link

unifyfs-ls util #736

Closed rgmiller closed 1 year ago

rgmiller commented 2 years ago

A first attempt at an ls like utility for UnifyFS

Description

Creates a new unifyfs-ls utility. In order to support this tool, this PR adds a new client-to-server RPC and two new API functions. It also adds new unit tests.

Motivation and Context

It would be very useful to have a stand-alone utility that can provide information about files in the UnifyFS filesystem.

How Has This Been Tested?

Tested by running the stand-alone tool and by running the new unit test. Test environment is an Ubuntu workstation.

Types of changes

Checklist:

rgmiller commented 2 years ago

Marked the PR as a WIP. There's a few TODO comments in the code that I'd like to discuss with reviewers.

adammoody commented 1 year ago

Thanks, @rgmiller !