mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
doc/rados: edit troubleshooting-pg.rst
s/placement group/pool/ in a sentence that, prior to this change, was confusing. Suitable for backports prior to Reef. Signed-off-by: Zac Dover <zac.dover@proton.me>
This commit is contained in:
parent
ab39b2b23c
commit
97512a3e3c
@ -405,11 +405,11 @@ Can't Write Data
|
||||
================
|
||||
|
||||
If the cluster is up, but some OSDs are down and you cannot write data, make
|
||||
sure that you have the minimum number of OSDs running for the placement group.
|
||||
If you don't have the minimum number of OSDs running, Ceph will not allow you
|
||||
to write data because there is no guarantee that Ceph can replicate your data.
|
||||
See ``osd_pool_default_min_size`` in the :ref:`Pool, PG, and CRUSH Config
|
||||
Reference <rados_config_pool_pg_crush_ref>` for details.
|
||||
sure that you have the minimum number of OSDs running in the pool. If you don't
|
||||
have the minimum number of OSDs running in the pool, Ceph will not allow you to
|
||||
write data to it because there is no guarantee that Ceph can replicate your
|
||||
data. See ``osd_pool_default_min_size`` in the :ref:`Pool, PG, and CRUSH
|
||||
Config Reference <rados_config_pool_pg_crush_ref>` for details.
|
||||
|
||||
|
||||
PGs Inconsistent
|
||||
|
Loading…
Reference in New Issue
Block a user