@Ranjini, Have verified the chapter 2 i.e Conceptual information on Orchestrator CLI . Section content looks good however In sec 2.2, we need to remove last two lines from the stateless service content. Please remove the lines marked below "*" Stateless service of Orchestrators A stateless service is a service that does not need information of the state to be available. For example, to start an rgw service, additional information is not needed to start or run the service. The rgw service does not create information about this state in order to provide the functionality. Regardless of when the rgw service starts, the state is the same. *************************************************************************************************************************** These services are easy to manage as they do not require the state of the system to start, stop, or pause the service. You can configure the following services as a stateless service: MDS, RGW, NFS, RBD-MIRROR, and iSCSI. **************************************************************************************************************************** Reason to remove them - these services are stateless by their own nature, your configuration is not going to change that, you cannot deploy a MDS as stateless or statefull.. because MDS is stateless, no matter what was the way you deployed it. (ansible, cephadm, rook...) .
@Ranjini,Looks good. I moved to Verified.