You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading a read-only file via python client gives
irods.exception.CAT_NO_ACCESS_PERMISSION: failed to set access time for [file]
due to storage tiering trying to update the access time.
See irods/python-irodsclient#320
for details.
If the access time is not updated, the logic for tiering won't work correctly.
The issue will probably also exist when using iget (and iget may be masking the error).
The text was updated successfully, but these errors were encountered:
Downloading a read-only file via python client gives
irods.exception.CAT_NO_ACCESS_PERMISSION: failed to set access time for [file]
due to storage tiering trying to update the access time.
See irods/python-irodsclient#320
for details.
If the access time is not updated, the logic for tiering won't work correctly.
The issue will probably also exist when using iget (and iget may be masking the error).
The text was updated successfully, but these errors were encountered: