mirror of
https://github.com/ceph/ceph
synced 2025-03-20 09:16:59 +00:00
Merge pull request #33018 from mgfritch/cephadm-docker-disabled
qa/workunits/cephadm/test_cephadm.sh: skip docker when service is disabled Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
22da7813ef
@ -105,7 +105,7 @@ $SUDO $CEPHADM_BIN --image $IMAGE_MIMIC version \
|
||||
$SUDO $CEPHADM_BIN --image $IMAGE_MASTER version | grep 'ceph version'
|
||||
|
||||
# try force docker; this won't work if docker isn't installed
|
||||
which docker && ( $CEPHADM --docker version | grep 'ceph version' )
|
||||
systemctl status docker && ( $CEPHADM --docker version | grep 'ceph version' )
|
||||
|
||||
## test shell before bootstrap, when crash dir isn't (yet) present on this host
|
||||
$CEPHADM shell --fsid $FSID -- ceph -v | grep 'ceph version'
|
||||
|
Loading…
Reference in New Issue
Block a user