summaryrefslogtreecommitdiffstats
path: root/tests/utils/changelogparser.py
Commit message (Collapse)AuthorAgeFilesLines
* cluster/dht: Fix rename journal in changelogKotresh HR2018-06-241-0/+234
With patch [1], renames are journalled only on cached subvolume. The dht sends the special key on the cached subvolume so that the changelog journals the rename. With single distribute sub-volume, the key is not being set. This patch fixes the same. [1] https://review.gluster.org/10410 fixes: bz#1583018 Change-Id: Ic2e35b40535916fa506a714f257ba325e22d0961 Signed-off-by: Kotresh HR <khiremat@redhat.com>