Hi, there are two issues about whitelist and uncompact actions.
When user didn't set whitelist, adding "/" to currentList will influence coverList in SmartConf and leads to other problems. So I changed related process.
Recover method will add lock to smallfileList in uncompact actions when HA happened. But when uncompact actions finished, the lock won't be removed. I think it is not necessary to add samllfileList lock for uncompact actions.
This patch will solve these problems, please review.
Hi, there are two issues about whitelist and uncompact actions.