Hyogi Sim

Results 8 issues of Hyogi Sim

### System information Summit ### Describe the problem you're observing The `unifyfsd` bootstrapping (i.e., establishing connections between peers) often fails when a large number of compute nodes are used, e.g.,...

### System information Summit ### Describe the problem you're observing When an application fails to call `unifyfs_unmount`, the UnifyFS server daemon encounters a segmentation fault during its cleanup process. Maybe,...

This week, I've been working on the new metadata implementation (I will just call margotree) which will replace our current mdhim. And, it looks like we need to establish our...

enhancement
question

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...

enhancement
WIP

For generating global file identifier (gfid), unifyfs uses a full pathname including the mountpoint. This work fine when the file system is mounted under a consistent mountpoint (e.g., /unifyfs) across...

In UnifyCR, the directory operations are only handled locally, which may cause a inconsistent status to applications. In specific, the following directory operations are expected to be implemented: * `opendir(3)`...

It is not easy to check the UnifyCR runtime status without using debugging tools and skills. it would be convenient to provide a utility program that provides: 1. current daemon...

enhancement

- System: ubuntu-focal (5.4.0-109-generic) - rocm-5.2.1 - GPU: MI250X I am trying to set the memory clock frequency using `rocm-smi`, and it fails with the `RSMI_STATUS_PERMISSION` error. The performance level...

Under Investigation