Kubernetes/存储/Ceph/Ceph常用配置文件参数解释.md
offends 7a2f41e7d6
All checks were successful
continuous-integration/drone Build is passing
synchronization
2024-08-07 18:54:39 +08:00

9 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

> 本文作者:丁辉
# Ceph常用配置文件参数解释
| 参数名称 | 作用描述 |
| ------------------------------ | ------------------------------------------------------------ |
| `osd_pool_default_size` | 设置对象存储池Object Storage Pool的默认副本数量。该值定义了在Ceph集群中存储对象的默认副本数即数据在集群中的冗余程度。增加副本数量可以提高数据的可靠性和容错性但也会占用更多的存储空间。 |
| `osd max object name len` | 设置对象名称的最大长度。Ceph中的对象Object可以通过名称进行标识该参数指定了对象名称的最大长度限制。对象名称的长度不能超过该值否则可能会导致错误或无法创建对象。 |
| `osd max object namespace len` | 设置对象命名空间的最大长度。Ceph中的对象存储在命名空间Namespace该参数指定了对象命名空间的最大长度限制。对象命名空间的长度不能超过该值否则可能会导致错误或无法创建对象。 |