irods icon indicating copy to clipboard operation
irods copied to clipboard

Open Source Data Management Software

Results 586 irods issues
Sort by recently updated
recently updated
newest added

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

## Enhancement This would give developers a way to query info about tickets. Possible additions include the following: ```cpp using ticket_id_type = std::int64_t; class ticket_info { ticket_id_type ticket_id; std::string ticket_string;...

enhancement

## Enhancement These functions would return true if there is a ticket that matches the given ticket string or id. ```cpp bool exists(RxComm _comm, const std::string_view _ticket); bool exists(admin_tag _admin,...

enhancement

I still need to add doxygen documentation to the 4.3 logger

iRODS v4.3.0 OS: Rocky8 davdods v1.5.0 (librods v4.2.11) Hello, I am not sure if I am doing anything wrong, but If I set up my `core.py` as below ``` def...

- [x] main - [ ] 4-3-stable --- ## Feature The tickets API can be difficult to use correctly and doesn't help the developer avoid mistakes. The API needs to...

enhancement

Adding support to trigging the configuration reload to the control plane enables easier use in clusters or multiple instance setups. The current command doesn't support any options other than the...

Prevents a rodsadmin from downgrading either themselves or any other rodsadmin in the local zone.

The configuration reload feature doesn't cover any use cases with multiple instances. Given that, it is desirable to add this to `irods-grid` so that it may be invoked across the...

## Bug Report ### iRODS Version, OS and Version iRODS 4.2.6 and CentOS Linux release 7.9.2009 (Core). ### What did you try to do? Our iRODS catalog verification script (https://github.com/KTH-PDC/irods-extras/blob/master/irods-reporting/verify_irods_path.py)...

bug
consortium-member