We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discovered during testing of PR #110.
Notice after the removal of the data object, irods::logical_quotas::total_size_in_bytes still shows 80 bytes. It should be 0 after the removal.
irods::logical_quotas::total_size_in_bytes
$ imeta ls -C . AVUs defined for collection /tempZone/home/kory: attribute: irods::logical_quotas::total_size_in_bytes value: 0 units: ---- attribute: irods::logical_quotas::total_number_of_data_objects value: 0 units: $ iput test.re "just testin'" $ imeta ls -C . AVUs defined for collection /tempZone/home/kory: attribute: irods::logical_quotas::total_size_in_bytes value: 80 units: ---- attribute: irods::logical_quotas::total_number_of_data_objects value: 1 units: $ irm -f "just testin'" $ imeta ls -C . AVUs defined for collection /tempZone/home/kory: attribute: irods::logical_quotas::total_size_in_bytes value: 80 units: ---- attribute: irods::logical_quotas::total_number_of_data_objects value: 0 units:
Originally discussed here: #94 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Discovered during testing of PR #110.
Notice after the removal of the data object,
irods::logical_quotas::total_size_in_bytes
still shows 80 bytes. It should be 0 after the removal.Originally discussed here: #94 (comment)
The text was updated successfully, but these errors were encountered: