Speedup: 12ceph tell 'osd.*' injectargs '--osd-max-backfills 16'ceph tell 'osd.*' injectargs ...
List services: 1cephadm shell ceph orch host add NODE_NAME IP_ADDRESS Example: 1cephadm shell ceph orch host add ceph-4 10.1...
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/___...
123456789101112131415161718192021222324252627282930network: version: 2 renderer: networkd ethernets: if1: dhcp...