]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: add an InitContainer class
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 7 Jun 2023 13:46:07 +0000 (09:46 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 9 Aug 2023 17:48:07 +0000 (13:48 -0400)
commit8391d370cd535a8f3675395115e8275d2f75b9be
treedd19a5784b8e3655968de8a10d09bdd77360327c
parentfd4bf1e235fe586296da9dd65e8f45c8880cfb48
cephadm: add an InitContainer class

Add a new InitContainer class that is similar to CephContainer but
will not assume certain defaults and is expected to run for a "short"
period before exiting. These init containers will be used to preform
tasks before a long running container is started.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadm.py