JustinKyleJames
JustinKyleJames
Shouldn't the end range for the following be params->startByte + params->byteCount - 1? I am getting an error because of an attempt to write one byte beyond the file. https://github.com/bji/libs3/blob/287e4bee6fd430ffb52604049de80a27a77ff6b4/src/request.c#L404-L406
Adding detached mode for unixfilesystem resources. Notes: 1. Right now, all servers in the zone would have to have a mount at the same location, as the location of the...
- [ ] mian - [ ] 4-3-stable - [ ] 4-2-stable --- ## Bug Report When the stage-to-cache operation returns an error, the replica is still created in cache...
- [ ] main - [ ] 4-3-stable - [ ] 4-2-stable --- ## Bug Report Replicas remain in intermediate state when resource plugin close operation returns an error. ###...
- [ ] main - [ ] 4-3-stable --- For the unixfilesystem detached mode processing, don't make const stringview by reference in is_host_in_host_list method.
All unixfilesystem tests were run and passed.
- [ ] main *4-3-stable branch does not yet exist for irods_docs repository --- We need to add documentation around the detached mode setting for unixfilesystem resources. Here are some...
- [x] main - [x] 4-3-stable ------- ## Feature Add detached mode to UFS. This will be similar to what is done for the cacheless S3 plugin. Any resource server...
- [ ] main - [ ] 4-3-stable --- When linking my unit tests using irods_resource_plugin-unixfilesystem in the IRODS_TEST_LINK_LIBRARIES, I get the following error: ``` CMake Error at unit_tests/CMakeLists.txt:87 (target_link_libraries):...
One of our partners had a very large tar file in the /etc/irods directory. This caused izonereport to hang and ultimately fail. Once the file was moved out of that...