summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-1702299.t
Commit message (Collapse)AuthorAgeFilesLines
* dht: Custom xattrs are not healed in case of add-brickroot2019-05-081-0/+67
Problem: If any custom xattrs are set on the directory before add a brick, xattrs are not healed on the directory after adding a brick. Solution: xattr are not healed because dht_selfheal_dir_mkdir_lookup_cbk checks the value of MDS and if MDS value is not negative selfheal code path does not take reference of MDS xattrs.Change the condition to take reference of MDS xattr so that custom xattrs are populated on newly added brick Updates: bz#1702299 Change-Id: Id14beedb98cce6928055f294e1594b22132e811c Signed-off-by: Mohit Agrawal <moagrawal@redhat.com>