MonkeyCanCode commented on code in PR #3587: URL: https://github.com/apache/polaris/pull/3587#discussion_r2736710349
########## getting-started/ceph/README.md: ########## @@ -47,56 +47,12 @@ Note: this example pulls the `apache/polaris:latest` image, but assumes the imag cp .env.example .env ``` -### 2. Start monitor and manager +### 2. Start the docker compose group by running the following command: ```shell -docker compose up -d mon1 mgr +docker compose up -d ``` -### 3. Start OSD -```shell -docker compose up -d osd1 -``` - -### 4. Start RGW -```shell -docker compose up -d rgw1 -``` -#### Check status -```shell -docker exec --interactive --tty ceph-mon1-1 ceph -s Review Comment: The content doesn't appear to be very useful but I will update it to be kept as a validation step before running the Spark example. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
