Re: [pve-devel] [PATCH manager] ui: osd: warn if removal could be problematic

2022-02-04 Thread Thomas Lamprecht
On 04.02.22 10:50, Aaron Lauterer wrote: > If an OSD is removed during the wrong conditions, it could lead to > blocked IO or worst case data loss. > > Check against global flags that limit the capabilities of Ceph to heal > itself (norebalance, norecover, noout) and if there are degraded > object

Re: [pve-devel] [PATCH manager] ui: osd: warn if removal could be problematic

2022-02-04 Thread Alwin Antreich via pve-devel
--- Begin Message --- February 4, 2022 10:50 AM, "Aaron Lauterer" wrote: > If an OSD is removed during the wrong conditions, it could lead to > blocked IO or worst case data loss. > > Check against global flags that limit the capabilities of Ceph to heal > itself (norebalance, norecover, noout)

[pve-devel] [PATCH manager] ui: osd: warn if removal could be problematic

2022-02-04 Thread Aaron Lauterer
If an OSD is removed during the wrong conditions, it could lead to blocked IO or worst case data loss. Check against global flags that limit the capabilities of Ceph to heal itself (norebalance, norecover, noout) and if there are degraded objects. Signed-off-by: Aaron Lauterer --- Those are the