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

Ignore the namespace quota on root directory #195

Closed
pjeli opened this issue Feb 28, 2019 · 0 comments
Closed

Ignore the namespace quota on root directory #195

pjeli opened this issue Feb 28, 2019 · 0 comments
Labels
enhancement New feature or request tests Tests need to be changed or added
Milestone

Comments

@pjeli
Copy link
Collaborator

pjeli commented Feb 28, 2019

Today if one uses isUnderNsQuota you will see either the set of everything or nothing depending on whether you asked for eq:true or eq:false. This is because, by creation, the root directory, /, has a namespace quota of Long.MAX_VALUE and so therefore everything underneath it counts as being "under a namespace quota".

By default we should ignore the namespace quota on / as this is not likely what folks care about and instead provide a parameter if folks really want to NOT ignore it.

@pjeli pjeli added enhancement New feature or request tests Tests need to be changed or added labels Feb 28, 2019
@pjeli pjeli added this to the 1.6.1 Release milestone Feb 28, 2019
pjeli added a commit to pjeli/NNAnalytics that referenced this issue Mar 5, 2019
@pjeli pjeli closed this as completed in #202 Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests Tests need to be changed or added
Projects
None yet
Development

No branches or pull requests

1 participant