]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: return nonzero exit code when applying spec fails in bootstrap 47665/head
authorAdam King <adking@redhat.com>
Wed, 17 Aug 2022 20:54:54 +0000 (16:54 -0400)
committerAdam King <adking@redhat.com>
Wed, 17 Aug 2022 20:54:54 +0000 (16:54 -0400)
commitbe17f1d4b30e19aa6039fa5d6a694129cb5f3583
tree5074564841ddc1f2ff6aefa5316d9f07430fcf88
parent370d960f4130e51c927eb22da842c1702c8e5e81
cephadm: return nonzero exit code when applying spec fails in bootstrap

This is mostly useful for testing automation, but right now if applying the
spec provided with --apply-spec fails, the return code remains zero. We don't
want to error out entirely in that case as we still want to print the remaining
output (e.g. the dashboard password). Continuing onward and then returning a
nonzero code could provide a balance where we still give all the output but
still have something to make it easier for those writing automation around bootstrap.

Fixes: https://tracker.ceph.com/issues/57173
Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadm