Merge "[Ceph] Update ceph helm tests"

This commit is contained in:
Zuul 2018-12-17 18:23:51 +00:00 committed by Gerrit Code Review
commit 1b0d47bb01
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/}} */}}
set -ex
function check_cluster_status() { function check_cluster_status() {
echo "#### Start: Checking Ceph cluster status ####" echo "#### Start: Checking Ceph cluster status ####"
ceph_status_output=$(ceph -s -f json | jq -r '.health') ceph_status_output=$(ceph -s -f json | jq -r '.health')

View File

@ -16,6 +16,8 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/}} */}}
set -ex
# Check OSD status # Check OSD status
function check_osd_status() { function check_osd_status() {
echo "--Start: Checking OSD status--" echo "--Start: Checking OSD status--"