Merge "[Ceph] Update ceph helm tests"
This commit is contained in:
commit
1b0d47bb01
@ -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')
|
||||||
|
@ -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--"
|
||||||
|
Loading…
Reference in New Issue
Block a user