summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src
diff options
context:
space:
mode:
authorSusant Palai <spalai@redhat.com>2019-07-16 10:31:46 +0530
committerN Balachandran <nbalacha@redhat.com>2019-07-18 10:19:17 +0000
commit41f72ac9453c24bea85709203948c41c5772edec (patch)
tree3cba3693ef3ceabe227c6c7a427e046c3fc13e24 /xlators/storage/posix/src
parent477bbe36dc2a05e00ffb137450fa18a0aba8bf6a (diff)
dht: log getxattr failure for node-uuid at "DEBUG"
There are two ways to fetch node-uuid information from dht. 1 - #define GF_XATTR_LIST_NODE_UUIDS_KEY "trusted.glusterfs.list-node-uuids" This key is used by AFR. 2 - #define GF_REBAL_FIND_LOCAL_SUBVOL "glusterfs.find-local-subvol" This key is used for non-afr volume type. We do two getxattr operations. First on the #1 key followed by on #2 if getxattr on #1 key fails. Since the parent function "dht_init_local_subvols_and_nodeuuids" logs failure, moving the log-level to DEBUG in dht_find_local_subvol_cbk. fixes: bz#1730175 Change-Id: I4d88244dc26587b111ca5b00d4c00118efdaac14 Signed-off-by: Susant Palai <spalai@redhat.com>
Diffstat (limited to 'xlators/storage/posix/src')
0 files changed, 0 insertions, 0 deletions