UnifyFS icon indicating copy to clipboard operation
UnifyFS copied to clipboard

The first implementation of unifyfs-shell utility.

Open sandrain opened this issue 5 years ago • 3 comments

Currently, this is not going to be too useful because ls command is not available. We can add more useful features as the client API becomes available.

Description

An implementation of the unifyfs-shell utility program, which allows interactive shell-like interface to explore the unifyfs file system.

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Performance enhancement (non-breaking change which improves efficiency)
  • [ ] Code cleanup (non-breaking change which makes code smaller or more readable)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] Documentation (a change to man pages or other documentation)

sandrain avatar Jan 08 '20 16:01 sandrain

I will fix the issues and push again. Thanks.

sandrain avatar Jan 08 '20 17:01 sandrain

I've opened an issue for an alternate proposal that would use busybox as our UnifyFS shell here: https://github.com/LLNL/UnifyFS/issues/426. Please post any comments about it in that issue, as I don't want to spam this pull request with busybox-related comments.

tonyhutter avatar Jan 08 '20 18:01 tonyhutter

Marking this WIP until we decide if the busybox option (issue #426) is viable

MichaelBrim avatar Jan 23 '20 13:01 MichaelBrim

We decided to move in a different direction with this, since LD_PRELOAD and busybox works to some degree.

adammoody avatar Nov 07 '22 20:11 adammoody