UnifyFS
UnifyFS copied to clipboard
The first implementation of unifyfs-shell utility.
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)
I will fix the issues and push again. Thanks.
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.
Marking this WIP until we decide if the busybox option (issue #426) is viable
We decided to move in a different direction with this, since LD_PRELOAD and busybox works to some degree.