os/filestore: add xattr config family to tracked key

So we can track these option change dynamically and react properly.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
This commit is contained in:
xie xingguo 2016-05-19 15:47:48 +08:00
parent c6567d7e27
commit 9ab21ae8fa

View File

@ -5447,6 +5447,18 @@ out:
const char** FileStore::get_tracked_conf_keys() const
{
static const char* KEYS[] = {
"filestore_max_inline_xattr_size",
"filestore_max_inline_xattr_size_xfs",
"filestore_max_inline_xattr_size_btrfs",
"filestore_max_inline_xattr_size_other",
"filestore_max_inline_xattrs",
"filestore_max_inline_xattrs_xfs",
"filestore_max_inline_xattrs_btrfs",
"filestore_max_inline_xattrs_other",
"filestore_max_xattr_value_size",
"filestore_max_xattr_value_size_xfs",
"filestore_max_xattr_value_size_btrfs",
"filestore_max_xattr_value_size_other",
"filestore_min_sync_interval",
"filestore_max_sync_interval",
"filestore_queue_max_ops",