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

2022-02-24 Thread Thomas Lamprecht
On 18.02.22 12:38, 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

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

2022-02-18 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. Unfortunately, the 'safe-to-destroy' API endpoint