mirror of
https://github.com/ceph/ceph
synced 2025-03-07 00:40:00 +00:00
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:
parent
c6567d7e27
commit
9ab21ae8fa
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user