[Ceph] Update ceph helm tests

- Ensure the helm tests are logging all commands and variables

Change-Id: I4f4c553a3fbb4d77e9d1ab41c1c0c763c963cfd3
This commit is contained in:
Matthew Heler 2018-12-14 16:34:46 -06:00
parent ef0f26988f
commit de69c68365
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.
*/}}
set -ex
function check_cluster_status() {
echo "#### Start: Checking Ceph cluster status ####"
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.
*/}}
set -ex
# Check OSD status
function check_osd_status() {
echo "--Start: Checking OSD status--"