-
Notifications
You must be signed in to change notification settings - Fork 213
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
Use ListBlob for hns accounts #1555
base: blobfuse/2.4.1
Are you sure you want to change the base?
Conversation
@ashruti-msft Please add unit testing, |
@ashruti-msft As we will use blobfuse for Datalake,
Do we have to consider this comment for any check? |
No the behaviour described by this comment remains the same. Its related to getting atttributes for directories in FNs and HNs accounts. For FNS accounts while doing getattr we call the list function instead of getProperties to support virtual dir with no marker blob. For virtual dir with no makrer blob getproperties would have failed with 404. |
…storage-fuse into ashruti/dfslisttest
…age-fuse into ashruti/dfslisttest
…age-fuse into ashruti/dfslisttest
…ge-fuse into ashruti/dfslisttest
6ced3d0
to
c67bdf8
Compare
✅ What
Using listblob api for listing for datalake accounts as in one call we get all the properties especially owner, group, permissions, resource type.
🤔 Why
It will decrease the calls made in the previous case which was list + getproperties call to now one list call
👩🔬 How to validate if applicable
Properties for directories received