1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-05 15:48:40 +01:00
Files
srijan-sivakumar 5348292bf0 quota_fsck.py fails with UnicodeDecodeError
Issue: While decoding the byte characters the quota_fsck
script stumbled across a corner case wherein the file names
given by the getfattr dump will cause the decoding to UTF-8
to fail with UnicodeDecodeError.

Code Change:
On looking through the quota_fsck.py script, it seems like
the file path is actually not needed when decoding for the
xattr parsing, hence the code change reflects that. Also,
removed a comparison which previously existed to skip the
file names as that won't be required now.

Fixes: #1487
Change-Id: I8a13ab07be6c9cfafae996f17764fbb4a285bd8c
Signed-off-by: srijan-sivakumar <ssivakum@redhat.com>
2020-09-16 09:01:53 +05:30
..
2018-09-03 09:14:44 +00:00
2011-08-10 10:57:19 -07:00
2018-09-12 17:52:45 +05:30
2018-09-03 09:14:44 +00:00
2012-09-13 13:19:37 -07:00
2011-08-10 10:57:19 -07:00