JustinKyleJames

Results 13 issues of 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...

bug

- [ ] main - [ ] 4-3-stable - [ ] 4-2-stable --- ## Bug Report Replicas remain in intermediate state when resource plugin close operation returns an error. ###...

bug

- [ ] main - [ ] 4-3-stable --- For the unixfilesystem detached mode processing, don't make const stringview by reference in is_host_in_host_list method.

enhancement
refactor

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

documentation

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

enhancement
consortium-member

- [ ] 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):...

build/tools

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

bug