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
Handling EPREM when extended attributes feature is not supported in the FS.
Expected behavior and suggestion (the numbers are adjusted to the title before)
We might want to add this key in the list. Therefore, we will need to change the stat that we use, currently in fs_napi we use the open system call inside for the extended attributes, but we may consider changing it so we can stat without open, we can also consider changing the context so the list objects will be by root.
We need to discuss if we want to ignore those errors as they can appear in FS cross protocol.
We need to think if we can somehow make the calls concurrent.
Steps to reproduce
list object in NSFS.
More information - Screenshots / Logs / Other output
none
The text was updated successfully, but these errors were encountered:
Environment info
Actual behavior
EACCES
onstat
this entry is ignored. In other words, the list would not contain this key (as added in PR NC | Multi Protocol Access | List object with conflicting ownership #8751).ELOOP
orENAMETOOLONG
onstat
this entry is ignored. In other words, the list would not contain this key.stat
is called in a serial way.More general
stat
and think if we want to change the call tostat_if_exists
.EPREM
when extended attributes feature is not supported in the FS.Expected behavior and suggestion (the numbers are adjusted to the title before)
stat
that we use, currently infs_napi
we use theopen
system call inside for the extended attributes, but we may consider changing it so we canstat
withoutopen
, we can also consider changing the context so the list objects will be by root.Steps to reproduce
More information - Screenshots / Logs / Other output
none
The text was updated successfully, but these errors were encountered: