diff options
author | Sanoj Unnikrishnan <sunnikri@redhat.com> | 2018-02-23 15:26:20 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2018-03-28 04:07:12 +0000 |
commit | 04ede2e1635d664ea18e266544bffc569ae69bb8 (patch) | |
tree | 32a8846a0614421f40c22ddc9af88c638a2cb2bb /libglusterfs/src/libglusterfs.sym | |
parent | 7d95a6ff7182e67be8a49f59dbedb892da4a6ae8 (diff) |
Quota: heal directory on newly added bricks when quota limit is reached
Problem: if a lookup is done on a newly added brick for a path on which limit
has been reached, the lookup fails to heal the directory tree due to quota.
Solution: Tag the lookup as an internal fop and ignore it in quota.
Since marking internal fop does not usually give enough contextual information.
Introducing new flags to pass the contextual info.
Adding dict_check_flag and dict_set_flag to aid flag operations.
A flag is a single bit in a bit array (currently limited to 256 bits).
Change-Id: Ifb6a68bcaffedd425dd0f01f7db24edd5394c095
fixes: bz#1505355
BUG: 1505355
Signed-off-by: Sanoj Unnikrishnan <sunnikri@redhat.com>
Diffstat (limited to 'libglusterfs/src/libglusterfs.sym')
-rw-r--r-- | libglusterfs/src/libglusterfs.sym | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/libglusterfs.sym b/libglusterfs/src/libglusterfs.sym index 6340bc8a3a2..1d21cfa8465 100644 --- a/libglusterfs/src/libglusterfs.sym +++ b/libglusterfs/src/libglusterfs.sym @@ -411,6 +411,9 @@ dict_set_static_ptr dict_set_str dict_set_uint32 dict_set_uint64 +dict_set_flag +dict_clear_flag +dict_check_flag dict_unref dict_unserialize drop_token |