From: Varsha Rao Date: Fri, 27 Nov 2020 08:56:05 +0000 (+0530) Subject: mgr/rook: Remove container_id in 'orch ps' X-Git-Tag: v16.1.0~351^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e6b85ee2d380f23dd64b68d6e6fea20327ecccd1;p=ceph.git mgr/rook: Remove container_id in 'orch ps' As container id is not useful. Signed-off-by: Varsha Rao --- diff --git a/src/pybind/mgr/rook/module.py b/src/pybind/mgr/rook/module.py index 7cdca3f3f6be..362319a8f694 100644 --- a/src/pybind/mgr/rook/module.py +++ b/src/pybind/mgr/rook/module.py @@ -374,7 +374,6 @@ class RookOrchestrator(MgrModule, orchestrator.Orchestrator): for p in pods: sd = orchestrator.DaemonDescription() sd.hostname = p['hostname'] - sd.container_id = p['name'] sd.daemon_type = p['labels']['app'].replace('rook-ceph-', '') status = { 'Pending': -1,