M mikev1963 Renowned Member Sep 29, 2012 2 0 66 Jan 25, 2024 #1 Im now to cepth and just setup my first cluster. I am getting the following warning. HEALTH_WARN: noout flag(s) set What do I need to do to remove this Waring. I am running REEF within Proxomx 8.1.3 and Cepth ? Thanks Mike
Im now to cepth and just setup my first cluster. I am getting the following warning. HEALTH_WARN: noout flag(s) set What do I need to do to remove this Waring. I am running REEF within Proxomx 8.1.3 and Cepth ? Thanks Mike
tom Proxmox Staff Member Staff member Aug 29, 2006 15,943 1,233 273 Jan 25, 2024 #2 You can "Manage Global Flags" just via GUI. See screenshot.
M mikev1963 Renowned Member Sep 29, 2012 2 0 66 Jan 25, 2024 #3 thank you very much. I appreciate all your support
T tomtom13 Renowned Member Dec 28, 2016 110 14 83 43 Jan 30, 2025 #4 What if somebody would like to NOT get the warning with "noout" flag being set ? IF anybody's interested, you can get similar functionality without warning through: Code: ceph config set mon mon_osd_down_out_interval 0 ceph config set mon mon_warn_on_osd_down_out_interval_zero false Last edited: Feb 2, 2025 Reactions: Berke
What if somebody would like to NOT get the warning with "noout" flag being set ? IF anybody's interested, you can get similar functionality without warning through: Code: ceph config set mon mon_osd_down_out_interval 0 ceph config set mon mon_warn_on_osd_down_out_interval_zero false