diff options
| -rw-r--r-- | xlators/storage/posix/src/posix.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 44aeca356ba..04b5f9bbce7 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -2590,6 +2590,10 @@ posix_getxattr (call_frame_t *frame, xlator_t *this,                                                       "supported (try remounting"                                                       " brick with 'user_xattr' "                                                       "flag)"); +                        } else if (op_errno == ENOATTR) { +                                gf_log (this->name, GF_LOG_DEBUG, +                                        "No such attribute:%s for file %s", +                                        key, real_path);                          } else {                                  gf_log (this->name, GF_LOG_ERROR,                                          "getxattr failed on %s: %s (%s)",  | 
