]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
src/pybind/mgr/cephadm/serve.py: add nvmeof to REQUIRES_POST_ACTIONS
authorAlexander Indenbaum <aindenba@redhat.com>
Mon, 12 Aug 2024 15:14:17 +0000 (15:14 +0000)
committerAlexander Indenbaum <aindenba@redhat.com>
Thu, 20 Nov 2025 08:55:27 +0000 (10:55 +0200)
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
src/pybind/mgr/cephadm/serve.py

index b61cd7a192ab6b6b027c11b65c1be8f879dbbc9b..9f4296207c12ec61c6d34e1ce33773cac655606d 100644 (file)
@@ -40,7 +40,7 @@ if TYPE_CHECKING:
 
 logger = logging.getLogger(__name__)
 
-REQUIRES_POST_ACTIONS = ['grafana', 'iscsi', 'prometheus', 'alertmanager', 'rgw']
+REQUIRES_POST_ACTIONS = ['grafana', 'iscsi', 'prometheus', 'alertmanager', 'rgw', 'nvmeof']
 
 
 class CephadmServe: