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
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.
The text was updated successfully, but these errors were encountered:
Today if one uses
isUnderNsQuota
you will see either the set of everything or nothing depending on whether you asked foreq:true
oreq:false
. This is because, by creation, the root directory,/
, has a namespace quota ofLong.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.The text was updated successfully, but these errors were encountered: