osd_map_cache_bl_size 說明:OSD 常駐程式中的記憶體內 OSD 對映快取大小。 類型:32 位元整數 預設50 osd_map_cache_bl_inc_size 說明:OSD 常駐程式中的記憶體內 OSD 對映快取增量大小。 類型:32 位元整數 預設100 osd_map_message_max 說明:每個 MOSDMap 訊息容許的對映項目數上限。 類型:32 位元整數 預...
osd_max_write_size The maximum size of a write in megabytes. type: size default: 90B min: 4 osd_max_object_size The maximum size of a RADOS object in bytes. type: size default: 128Mi osd_client_message_size_cap The largest client data message allowed in memory. typ...
osd max write size OSD 一次可写入的最大值(MB) 90 512 osd client message size cap 客户端允许在内存中的最大数据(bytes) 524 288 000 2147 483 648 osd deep scrub stride 在deep scrub时允许读取字节数(bytes) 524288 131072 osd op threads OSD进程操作的线程数 2 8 osd disk threads OSD 密集型操...
默认:/var/lib/ceph/osd/$cluster-$id osd max write size 说明:最大大小(以MB为单位)写。 类型:32位整数 默认:90 osd client message size cap 说明:允许最大的客户数据信息在内存中。 类型:64位无符号整数 默认:500MB默认500 * 1024L * 1024L osd class dir 说明:RADOS类插件的类路径。 类型:串 ...
osd_max_write_size Description The maximum size of a write in megabytes. Type 32-bit Integer Default 90 osd_client_message_size_cap Description The largest client data message allowed in memory. Type 64-bit Integer Unsigned Default 500MB default.500*1024L*1024L ...
osd_max_write_size 描述 以MB 为单位的最大写入大小。 类型 32 位整数 默认 90 osd_client_message_size_cap 描述 内存中允许的最大客户端数据消息。 类型 64 位 Unsigned 整数 默认 500MB 默认。500*1024L*1024L osd_class_dir 描述 RADOS 类插件的类路径。
163 dout(20) << __func__ << ": write to clone not valid " << *m << dendl; 164 osd->reply_op_error(op, -EINVAL); 165 return; 166 } 167 168 // too big? 169 if (cct->_conf->osd_max_write_size && 170 m->get_data_len() > cct->_conf->osd_max_write_size << 20...
bluestore_cache_size_hdd = 4294967296 bluestore_cache_kv_ratio = 0.7 bluestore_cache_meta_ratio = 0.3 bluestore_cache_autotune = false bluestore_rocksdb_options = compression=kNoCompression,max_write_buffer_number=64,min_write_buffer_number_to_merge=32,recycle_log_file_num=64,compaction_style=k...
"client_max_inline_size": "4096", "client_inject_release_failure": "false", "fuse_use_invalidate_cb": "false", "fuse_allow_other": "true", "fuse_default_permissions": "true", "fuse_big_writes": "true", "fuse_atomic_o_trunc": "true", "fuse_debug": "false", "fuse_multithread...
OPTION(osd_max_write_size, OPT_INT, 90) OPTION(osd_max_pgls, OPT_U64, 1024) // max number of pgls entries to return OPTION(osd_client_message_size_cap, OPT_U64, 500*1024L*1024L) // client data allowed in-memory (in bytes) ...