List OSD: 1ceph osd tree List volumes: 1cephadm shell -- ceph-volume lvm list Remove OSD: 1234567export ID="11" ;...
1ceph orch apply osd --all-available-devices
1ceph orch daemon add osd HOSTNAME:DEVICE_PATH Hosts list: 1ceph orch host ls Devices list: 1ceph orch device ls Disks lis...
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...
One: 1qpdf --password=YOUR_PASSWORD --decrypt "input.pdf" "output.pdf" Many: 1find . -type f | xargs -I ...