diff --git a/ceph-client/Chart.yaml b/ceph-client/Chart.yaml index e9941c152..c55d08b56 100644 --- a/ceph-client/Chart.yaml +++ b/ceph-client/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph Client name: ceph-client -version: 0.1.4 +version: 0.1.5 home: https://github.com/ceph/ceph-client ... diff --git a/ceph-client/templates/bin/_helm-tests.sh.tpl b/ceph-client/templates/bin/_helm-tests.sh.tpl index a12c9b71d..abbe137a8 100755 --- a/ceph-client/templates/bin/_helm-tests.sh.tpl +++ b/ceph-client/templates/bin/_helm-tests.sh.tpl @@ -249,7 +249,7 @@ function pool_failuredomain_validation() { function check_pgs() { pgs_transitioning=false - ceph --cluster ${CLUSTER} pg dump_stuck -f json-pretty > ${stuck_pgs_file} + ceph --cluster ${CLUSTER} pg dump_stuck inactive -f json-pretty > ${stuck_pgs_file} # Check if there are any stuck PGs, which could indicate a serious problem # if it does not resolve itself soon.