Skip to content
New issue

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

Total number of bytes quota not updated following the removal of data objects with single quote in the name #113

Open
2 tasks
korydraughn opened this issue Apr 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@korydraughn
Copy link
Collaborator

  • main
  • 4-3-stable

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.

$ 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant