]> git.proxmox.com Git - ceph.git/blame - ceph/qa/workunits/ceph-tests/ceph-admin-commands.sh
bump version to 18.2.2-pve1
[ceph.git] / ceph / qa / workunits / ceph-tests / ceph-admin-commands.sh
CommitLineData
f64942e4 1#!/bin/sh -ex
7c673cae 2
7c673cae 3ceph -s
7c673cae 4rados lspools
7c673cae 5rbd ls
f64942e4 6# check that the monitors work
7c673cae
FG
7ceph osd set nodown
8ceph osd unset nodown
9
10exit 0