Tony Hutter

Results 33 issues of Tony Hutter

### Motivation and Context Fixes: #7132 #7366 ### Description Users were seeing floods of `config_sync` events when autoexpand was enabled. This happened because all "disk status change" udev events invoke...

Component: ZED

In light of the https://github.com/LLNL/UnifyFS/pull/425, I wanted to offer an alternative idea for a UnifyFS shell. I'd like to propose building busybox (https://en.wikipedia.org/wiki/BusyBox) against UnifyFS and using that as our...

question

### System information Type | Version/Name --- | --- Operating System | TOSS (RHEL 7) OS Version | 7.5 Architecture | x86_64 UnifyFS Version | dev ### Describe the problem...

### System information Type | Version/Name --- | --- Operating System | all OS Version | all Architecture | all UnifyFS Version | all ### Describe the problem you're observing...

question

### Describe the problem you're observing Lets you have two nodes writing 100MB to a file at non-overlapping offsets. Node 1 finishes writing and does a laminate while node 2...

question

Currently, UnifyFS requires you to fsync() your extents before laminating the file: ``` fp = fopen("checkpoint1.chk") write(fp, ) … fsync(fp) fclose(fp) chmod("checkpoint1.chk", 0444) /* laminate */ ``` Should a laminate...

question

### System information Type | Version/Name --- | --- Operating System | Fedora OS Version | 30 Architecture | x86-64 UnifyCR Version | dev ### Describe the problem you're observing...

@kathrynmohror and @adammoody have identified some additional things we should test/verify with SCR: - Test using AXL with pthreads to transfer checkpoints. Does it work correctly? Do we need to...

We should consider adding compression in SCR. We mention wanting to do it in https://computing.llnl.gov/projects/scalable-checkpoint-restart-for-mpi and in src/scr_io.c: ```C /* TODO: could perhaps use O_DIRECT here as an optimization */...

Just wanted to capture something discussed in the SCR meeting today: @adammoody mentioned that it would be nice if we could begin copying a checkpoint at the end of a...