Project

General

Profile

Feature #44404

Updated by Kiefer Chang about 4 years ago

Display Placement in the Services table. 
 The Placement column was introduced in this PR: https://github.com/ceph/ceph/pull/33667 

 Example output in CLI: 
 <pre> 
 NAME       RUNNING    REFRESHED    IMAGE NAME                                        IMAGE ID        SPEC       PLACEMENT   
 crash          1/1    77s ago      docker.io/ceph/daemon-base:latest-master-devel    7a8f71d9429a    -          -           
 mds.foo        1/1    77s ago      docker.io/ceph/daemon-base:latest-master-devel    7a8f71d9429a    present    count=1    
 </pre>

Back