Hi: I have this ceph status: ----------------------------------------------------------------------------- cluster: id: 039bf268-b5a6-11e9-bbb7-d06726ca4a78 health: HEALTH_WARN noout flag(s) set 1 osds down Reduced data availability: 191 pgs inactive, 2 pgs down, 35 pgs incomplete, 290 pgs stale 5 pgs not deep-scrubbed in time 7 pgs not scrubbed in time 327 slow ops, oldest one blocked for 233398 sec, daemons [osd.12,osd.36,osd.5] have slow ops. services: mon: 1 daemons, quorum fond-beagle (age 23h) mgr: fond-beagle(active, since 7h) osd: 48 osds: 45 up (since 95s), 46 in (since 8h); 4 remapped pgs flags noout data: pools: 7 pools, 2305 pgs objects: 350.37k objects, 1.5 TiB usage: 3.0 TiB used, 38 TiB / 41 TiB avail pgs: 6.681% pgs unknown 1.605% pgs not active 1835 active+clean 279 stale+active+clean 154 unknown 22 incomplete 10 stale+incomplete 2 down 2 remapped+incomplete 1 stale+remapped+incomplete -------------------------------------------------------------------------------------------- How can i fix all of unknown, incomplete, remmaped+incomplete, etc... i dont care if i need remove PGs
Hi, I have not tried, but maybe this will help with the unknown PGs, if you don’t care any data loss. ceph osd force-create-pg <pgid> 在 2020年10月30日,10:46,Ing. Luis Felipe Domínguez Vega <luis.dominguez@desoft.cu> 写道: Hi: I have this ceph status: ----------------------------------------------------------------------------- cluster: id: 039bf268-b5a6-11e9-bbb7-d06726ca4a78 health: HEALTH_WARN noout flag(s) set 1 osds down Reduced data availability: 191 pgs inactive, 2 pgs down, 35 pgs incomplete, 290 pgs stale 5 pgs not deep-scrubbed in time 7 pgs not scrubbed in time 327 slow ops, oldest one blocked for 233398 sec, daemons [osd.12,osd.36,osd.5] have slow ops. services: mon: 1 daemons, quorum fond-beagle (age 23h) mgr: fond-beagle(active, since 7h) osd: 48 osds: 45 up (since 95s), 46 in (since 8h); 4 remapped pgs flags noout data: pools: 7 pools, 2305 pgs objects: 350.37k objects, 1.5 TiB usage: 3.0 TiB used, 38 TiB / 41 TiB avail pgs: 6.681% pgs unknown 1.605% pgs not active 1835 active+clean 279 stale+active+clean 154 unknown 22 incomplete 10 stale+incomplete 2 down 2 remapped+incomplete 1 stale+remapped+incomplete -------------------------------------------------------------------------------------------- How can i fix all of unknown, incomplete, remmaped+incomplete, etc... i dont care if i need remove PGs _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Great and thanks, i fixed all unknowns with the command, now left the incomplete, down, etc. El 2020-10-29 23:57, 胡 玮文 escribió:
Hi,
I have not tried, but maybe this will help with the unknown PGs, if you don’t care any data loss.
ceph osd force-create-pg <pgid>
在 2020年10月30日,10:46,Ing. Luis Felipe Domínguez Vega <luis.dominguez@desoft.cu> 写道:
Hi:
I have this ceph status: ----------------------------------------------------------------------------- cluster: id: 039bf268-b5a6-11e9-bbb7-d06726ca4a78 health: HEALTH_WARN noout flag(s) set 1 osds down Reduced data availability: 191 pgs inactive, 2 pgs down, 35 pgs incomplete, 290 pgs stale 5 pgs not deep-scrubbed in time 7 pgs not scrubbed in time 327 slow ops, oldest one blocked for 233398 sec, daemons [osd.12,osd.36,osd.5] have slow ops.
services: mon: 1 daemons, quorum fond-beagle (age 23h) mgr: fond-beagle(active, since 7h) osd: 48 osds: 45 up (since 95s), 46 in (since 8h); 4 remapped pgs flags noout
data: pools: 7 pools, 2305 pgs objects: 350.37k objects, 1.5 TiB usage: 3.0 TiB used, 38 TiB / 41 TiB avail pgs: 6.681% pgs unknown 1.605% pgs not active 1835 active+clean 279 stale+active+clean 154 unknown 22 incomplete 10 stale+incomplete 2 down 2 remapped+incomplete 1 stale+remapped+incomplete --------------------------------------------------------------------------------------------
How can i fix all of unknown, incomplete, remmaped+incomplete, etc... i dont care if i need remove PGs _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
On 30/10/2020 05:20, Ing. Luis Felipe Domínguez Vega wrote:
Great and thanks, i fixed all unknowns with the command, now left the incomplete, down, etc.
Start with a query: $ ceph pg <pgid> query That will tell you why it's down and incomplete. The force-create-pg has probably corrupted and destroyed data in your cluster. PGs should recover themselves if all OSDs are back. If not then something is very wrong and you need to find the root-cause. PGs not becoming clean is only the result of a underlying problem. Wido
El 2020-10-29 23:57, 胡 玮文 escribió:
Hi,
I have not tried, but maybe this will help with the unknown PGs, if you don’t care any data loss.
ceph osd force-create-pg <pgid>
在 2020年10月30日,10:46,Ing. Luis Felipe Domínguez Vega <luis.dominguez@desoft.cu> 写道:
Hi:
I have this ceph status: -----------------------------------------------------------------------------
cluster: id: 039bf268-b5a6-11e9-bbb7-d06726ca4a78 health: HEALTH_WARN noout flag(s) set 1 osds down Reduced data availability: 191 pgs inactive, 2 pgs down, 35 pgs incomplete, 290 pgs stale 5 pgs not deep-scrubbed in time 7 pgs not scrubbed in time 327 slow ops, oldest one blocked for 233398 sec, daemons [osd.12,osd.36,osd.5] have slow ops.
services: mon: 1 daemons, quorum fond-beagle (age 23h) mgr: fond-beagle(active, since 7h) osd: 48 osds: 45 up (since 95s), 46 in (since 8h); 4 remapped pgs flags noout
data: pools: 7 pools, 2305 pgs objects: 350.37k objects, 1.5 TiB usage: 3.0 TiB used, 38 TiB / 41 TiB avail pgs: 6.681% pgs unknown 1.605% pgs not active 1835 active+clean 279 stale+active+clean 154 unknown 22 incomplete 10 stale+incomplete 2 down 2 remapped+incomplete 1 stale+remapped+incomplete --------------------------------------------------------------------------------------------
How can i fix all of unknown, incomplete, remmaped+incomplete, etc... i dont care if i need remove PGs _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
This line is telling: 1 osds down This is likely the cause of everything else. Why is one of your OSDs down? Thank you, Dominic L. Hilsbos, MBA Director - Information Technology Perform Air International, Inc. DHilsbos@PerformAir.com www.PerformAir.com -----Original Message----- From: Ing. Luis Felipe Domínguez Vega [mailto:luis.dominguez@desoft.cu] Sent: Thursday, October 29, 2020 7:46 PM To: Ceph Users Subject: [ceph-users] Fix PGs states Hi: I have this ceph status: ----------------------------------------------------------------------------- cluster: id: 039bf268-b5a6-11e9-bbb7-d06726ca4a78 health: HEALTH_WARN noout flag(s) set 1 osds down Reduced data availability: 191 pgs inactive, 2 pgs down, 35 pgs incomplete, 290 pgs stale 5 pgs not deep-scrubbed in time 7 pgs not scrubbed in time 327 slow ops, oldest one blocked for 233398 sec, daemons [osd.12,osd.36,osd.5] have slow ops. services: mon: 1 daemons, quorum fond-beagle (age 23h) mgr: fond-beagle(active, since 7h) osd: 48 osds: 45 up (since 95s), 46 in (since 8h); 4 remapped pgs flags noout data: pools: 7 pools, 2305 pgs objects: 350.37k objects, 1.5 TiB usage: 3.0 TiB used, 38 TiB / 41 TiB avail pgs: 6.681% pgs unknown 1.605% pgs not active 1835 active+clean 279 stale+active+clean 154 unknown 22 incomplete 10 stale+incomplete 2 down 2 remapped+incomplete 1 stale+remapped+incomplete -------------------------------------------------------------------------------------------- How can i fix all of unknown, incomplete, remmaped+incomplete, etc... i dont care if i need remove PGs _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
https://pastebin.ubuntu.com/p/tHSpzWp8Cx/ El 2020-10-30 11:47, DHilsbos@performair.com escribió:
This line is telling: 1 osds down This is likely the cause of everything else.
Why is one of your OSDs down?
Thank you,
Dominic L. Hilsbos, MBA Director - Information Technology Perform Air International, Inc. DHilsbos@PerformAir.com www.PerformAir.com
-----Original Message----- From: Ing. Luis Felipe Domínguez Vega [mailto:luis.dominguez@desoft.cu] Sent: Thursday, October 29, 2020 7:46 PM To: Ceph Users Subject: [ceph-users] Fix PGs states
Hi:
I have this ceph status: ----------------------------------------------------------------------------- cluster: id: 039bf268-b5a6-11e9-bbb7-d06726ca4a78 health: HEALTH_WARN noout flag(s) set 1 osds down Reduced data availability: 191 pgs inactive, 2 pgs down, 35 pgs incomplete, 290 pgs stale 5 pgs not deep-scrubbed in time 7 pgs not scrubbed in time 327 slow ops, oldest one blocked for 233398 sec, daemons [osd.12,osd.36,osd.5] have slow ops.
services: mon: 1 daemons, quorum fond-beagle (age 23h) mgr: fond-beagle(active, since 7h) osd: 48 osds: 45 up (since 95s), 46 in (since 8h); 4 remapped pgs flags noout
data: pools: 7 pools, 2305 pgs objects: 350.37k objects, 1.5 TiB usage: 3.0 TiB used, 38 TiB / 41 TiB avail pgs: 6.681% pgs unknown 1.605% pgs not active 1835 active+clean 279 stale+active+clean 154 unknown 22 incomplete 10 stale+incomplete 2 down 2 remapped+incomplete 1 stale+remapped+incomplete --------------------------------------------------------------------------------------------
How can i fix all of unknown, incomplete, remmaped+incomplete, etc... i dont care if i need remove PGs _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
To me it looks like a snapshot is not found which seems plausible because you already encountered missing rbd chunks. Since you said it's just a test cluster the easiest way would probably be to delete the affected pools ans recreate them when the cluster is healthy again. With the current situation it's almost impossible to say which rbd images will be corrupted and which can be rescued. Is that an option to delete the pools? Zitat von "Ing. Luis Felipe Domínguez Vega" <luis.dominguez@desoft.cu>:
https://pastebin.ubuntu.com/p/tHSpzWp8Cx/
El 2020-10-30 11:47, DHilsbos@performair.com escribió:
This line is telling: 1 osds down This is likely the cause of everything else.
Why is one of your OSDs down?
Thank you,
Dominic L. Hilsbos, MBA Director - Information Technology Perform Air International, Inc. DHilsbos@PerformAir.com www.PerformAir.com
-----Original Message----- From: Ing. Luis Felipe Domínguez Vega [mailto:luis.dominguez@desoft.cu] Sent: Thursday, October 29, 2020 7:46 PM To: Ceph Users Subject: [ceph-users] Fix PGs states
Hi:
I have this ceph status: ----------------------------------------------------------------------------- cluster: id: 039bf268-b5a6-11e9-bbb7-d06726ca4a78 health: HEALTH_WARN noout flag(s) set 1 osds down Reduced data availability: 191 pgs inactive, 2 pgs down, 35 pgs incomplete, 290 pgs stale 5 pgs not deep-scrubbed in time 7 pgs not scrubbed in time 327 slow ops, oldest one blocked for 233398 sec, daemons [osd.12,osd.36,osd.5] have slow ops.
services: mon: 1 daemons, quorum fond-beagle (age 23h) mgr: fond-beagle(active, since 7h) osd: 48 osds: 45 up (since 95s), 46 in (since 8h); 4 remapped pgs flags noout
data: pools: 7 pools, 2305 pgs objects: 350.37k objects, 1.5 TiB usage: 3.0 TiB used, 38 TiB / 41 TiB avail pgs: 6.681% pgs unknown 1.605% pgs not active 1835 active+clean 279 stale+active+clean 154 unknown 22 incomplete 10 stale+incomplete 2 down 2 remapped+incomplete 1 stale+remapped+incomplete --------------------------------------------------------------------------------------------
How can i fix all of unknown, incomplete, remmaped+incomplete, etc... i dont care if i need remove PGs _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Yes, thanks to all, the decisition was, remove all and start from 0 and not use EC pools, use only Replicated and not distribute over DCs. El 2020-10-31 14:08, Eugen Block escribió:
To me it looks like a snapshot is not found which seems plausible because you already encountered missing rbd chunks. Since you said it's just a test cluster the easiest way would probably be to delete the affected pools ans recreate them when the cluster is healthy again. With the current situation it's almost impossible to say which rbd images will be corrupted and which can be rescued. Is that an option to delete the pools?
Zitat von "Ing. Luis Felipe Domínguez Vega" <luis.dominguez@desoft.cu>:
https://pastebin.ubuntu.com/p/tHSpzWp8Cx/
El 2020-10-30 11:47, DHilsbos@performair.com escribió:
This line is telling: 1 osds down This is likely the cause of everything else.
Why is one of your OSDs down?
Thank you,
Dominic L. Hilsbos, MBA Director - Information Technology Perform Air International, Inc. DHilsbos@PerformAir.com www.PerformAir.com
-----Original Message----- From: Ing. Luis Felipe Domínguez Vega [mailto:luis.dominguez@desoft.cu] Sent: Thursday, October 29, 2020 7:46 PM To: Ceph Users Subject: [ceph-users] Fix PGs states
Hi:
I have this ceph status: ----------------------------------------------------------------------------- cluster: id: 039bf268-b5a6-11e9-bbb7-d06726ca4a78 health: HEALTH_WARN noout flag(s) set 1 osds down Reduced data availability: 191 pgs inactive, 2 pgs down, 35 pgs incomplete, 290 pgs stale 5 pgs not deep-scrubbed in time 7 pgs not scrubbed in time 327 slow ops, oldest one blocked for 233398 sec, daemons [osd.12,osd.36,osd.5] have slow ops.
services: mon: 1 daemons, quorum fond-beagle (age 23h) mgr: fond-beagle(active, since 7h) osd: 48 osds: 45 up (since 95s), 46 in (since 8h); 4 remapped pgs flags noout
data: pools: 7 pools, 2305 pgs objects: 350.37k objects, 1.5 TiB usage: 3.0 TiB used, 38 TiB / 41 TiB avail pgs: 6.681% pgs unknown 1.605% pgs not active 1835 active+clean 279 stale+active+clean 154 unknown 22 incomplete 10 stale+incomplete 2 down 2 remapped+incomplete 1 stale+remapped+incomplete --------------------------------------------------------------------------------------------
How can i fix all of unknown, incomplete, remmaped+incomplete, etc... i dont care if i need remove PGs _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
_______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
There's nothing wrong with EC pools or multiple datacenters, you just need the right configuration to cover the specific requirements ;-) Zitat von "Ing. Luis Felipe Domínguez Vega" <luis.dominguez@desoft.cu>:
Yes, thanks to all, the decisition was, remove all and start from 0 and not use EC pools, use only Replicated and not distribute over DCs.
El 2020-10-31 14:08, Eugen Block escribió:
To me it looks like a snapshot is not found which seems plausible because you already encountered missing rbd chunks. Since you said it's just a test cluster the easiest way would probably be to delete the affected pools ans recreate them when the cluster is healthy again. With the current situation it's almost impossible to say which rbd images will be corrupted and which can be rescued. Is that an option to delete the pools?
Zitat von "Ing. Luis Felipe Domínguez Vega" <luis.dominguez@desoft.cu>:
https://pastebin.ubuntu.com/p/tHSpzWp8Cx/
El 2020-10-30 11:47, DHilsbos@performair.com escribió:
This line is telling: 1 osds down This is likely the cause of everything else.
Why is one of your OSDs down?
Thank you,
Dominic L. Hilsbos, MBA Director - Information Technology Perform Air International, Inc. DHilsbos@PerformAir.com www.PerformAir.com
-----Original Message----- From: Ing. Luis Felipe Domínguez Vega [mailto:luis.dominguez@desoft.cu] Sent: Thursday, October 29, 2020 7:46 PM To: Ceph Users Subject: [ceph-users] Fix PGs states
Hi:
I have this ceph status: ----------------------------------------------------------------------------- cluster: id: 039bf268-b5a6-11e9-bbb7-d06726ca4a78 health: HEALTH_WARN noout flag(s) set 1 osds down Reduced data availability: 191 pgs inactive, 2 pgs down, 35 pgs incomplete, 290 pgs stale 5 pgs not deep-scrubbed in time 7 pgs not scrubbed in time 327 slow ops, oldest one blocked for 233398 sec, daemons [osd.12,osd.36,osd.5] have slow ops.
services: mon: 1 daemons, quorum fond-beagle (age 23h) mgr: fond-beagle(active, since 7h) osd: 48 osds: 45 up (since 95s), 46 in (since 8h); 4 remapped pgs flags noout
data: pools: 7 pools, 2305 pgs objects: 350.37k objects, 1.5 TiB usage: 3.0 TiB used, 38 TiB / 41 TiB avail pgs: 6.681% pgs unknown 1.605% pgs not active 1835 active+clean 279 stale+active+clean 154 unknown 22 incomplete 10 stale+incomplete 2 down 2 remapped+incomplete 1 stale+remapped+incomplete --------------------------------------------------------------------------------------------
How can i fix all of unknown, incomplete, remmaped+incomplete, etc... i dont care if i need remove PGs _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
_______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Of course yes yes jejeje, the thing is that my housing provider has problems with the black fibber that connects the DCs, so i prefer use only 1 DC and replicated PGs El 2020-11-02 03:13, Eugen Block escribió:
There's nothing wrong with EC pools or multiple datacenters, you just need the right configuration to cover the specific requirements ;-)
Zitat von "Ing. Luis Felipe Domínguez Vega" <luis.dominguez@desoft.cu>:
Yes, thanks to all, the decisition was, remove all and start from 0 and not use EC pools, use only Replicated and not distribute over DCs.
El 2020-10-31 14:08, Eugen Block escribió:
To me it looks like a snapshot is not found which seems plausible because you already encountered missing rbd chunks. Since you said it's just a test cluster the easiest way would probably be to delete the affected pools ans recreate them when the cluster is healthy again. With the current situation it's almost impossible to say which rbd images will be corrupted and which can be rescued. Is that an option to delete the pools?
Zitat von "Ing. Luis Felipe Domínguez Vega" <luis.dominguez@desoft.cu>:
https://pastebin.ubuntu.com/p/tHSpzWp8Cx/
El 2020-10-30 11:47, DHilsbos@performair.com escribió:
This line is telling: 1 osds down This is likely the cause of everything else.
Why is one of your OSDs down?
Thank you,
Dominic L. Hilsbos, MBA Director - Information Technology Perform Air International, Inc. DHilsbos@PerformAir.com www.PerformAir.com
-----Original Message----- From: Ing. Luis Felipe Domínguez Vega [mailto:luis.dominguez@desoft.cu] Sent: Thursday, October 29, 2020 7:46 PM To: Ceph Users Subject: [ceph-users] Fix PGs states
Hi:
I have this ceph status: ----------------------------------------------------------------------------- cluster: id: 039bf268-b5a6-11e9-bbb7-d06726ca4a78 health: HEALTH_WARN noout flag(s) set 1 osds down Reduced data availability: 191 pgs inactive, 2 pgs down, 35 pgs incomplete, 290 pgs stale 5 pgs not deep-scrubbed in time 7 pgs not scrubbed in time 327 slow ops, oldest one blocked for 233398 sec, daemons [osd.12,osd.36,osd.5] have slow ops.
services: mon: 1 daemons, quorum fond-beagle (age 23h) mgr: fond-beagle(active, since 7h) osd: 48 osds: 45 up (since 95s), 46 in (since 8h); 4 remapped pgs flags noout
data: pools: 7 pools, 2305 pgs objects: 350.37k objects, 1.5 TiB usage: 3.0 TiB used, 38 TiB / 41 TiB avail pgs: 6.681% pgs unknown 1.605% pgs not active 1835 active+clean 279 stale+active+clean 154 unknown 22 incomplete 10 stale+incomplete 2 down 2 remapped+incomplete 1 stale+remapped+incomplete --------------------------------------------------------------------------------------------
How can i fix all of unknown, incomplete, remmaped+incomplete, etc... i dont care if i need remove PGs _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
_______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (5)
-
DHilsbos@performair.com
-
Eugen Block
-
Ing. Luis Felipe Domínguez Vega
-
Wido den Hollander
-
胡 玮文