You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
232 B
14 lines
232 B
6 years ago
|
# See under proxmox docs.
|
||
|
|
||
|
# If a pg shows bad health, ala:
|
||
|
Possible data damage: 1 pg inconsistent
|
||
|
|
||
|
pg 3.f1 is active+clean+inconsistent, acting [5,2,8]
|
||
|
|
||
|
# Run:
|
||
|
ceph pg repair [pg with problem]
|
||
|
|
||
|
# For example:
|
||
|
ceph pg repair 3.f1
|
||
|
|