概述
第一版
#!/bin/bash
ceph_version=`ceph -v | awk '\{\{print \$3\}\}'`
if [[ ${ceph_version} =~ '10.' ]]; then
pg_sta
2022-05-19