Speedup: 12ceph tell 'osd.*' injectargs '--osd-max-backfills 16'ceph tell 'osd.*' injectargs ...
List OSD: 1ceph osd tree List volumes: 1cephadm shell -- ceph-volume lvm list Remove OSD: 12345export ID="6" ; \c...
1ceph orch apply osd --all-available-devices
1ceph orch daemon add osd HOSTNAME:DEVICE_PATH Hosts list: 1ceph orch host ls Example: 1ceph orch daemon add osd ceph-node...
12ceph health detail | grep "not scrubbed since" | awk '{ print $2 }' | xargs --no-run-if-empty...
Check for HEALTH_OK: 1ceph -s Start upgrade: 1ceph orch upgrade start --ceph-version 19.2.3 Monitor: 1watch -n 1 ceph orch...
1for host in /sys/class/scsi_host/*; do echo "- - -" | sudo tee $host/scan; ls /dev/sd* ; done
1for repo in $(curl -s --header "PRIVATE-TOKEN: __PRIVATE_TOKEN___" https://___GITLAB_HOSTNAME___/api/v4/groups/___...
1ceph config set mgr mgr/dashboard/standby_behaviour "redirect" 1ceph config set mgr mgr/dashboard/standby_behavio...
Status: 12ceph mgr module ls | grep dashboardceph mgr dump | grep active_name Disable and enable: 123ceph mgr module disable...