摘要: #!/bin/bash health_state=$(ceph -s | grep health | awk '{print $2}') inconsistent_state=$(ceph -s | grep inconsistent) damaged_pg=$(ceph health detail 阅读全文
posted @ 2022-02-10 14:24 wanghongwei-dev 阅读(102) 评论(0) 推荐(0)