Hide Forgot
Description of problem: In Section 6.1.2.1. Install Ceph of Admin guide for 1.3, package install command needs to be added for online repo based Ubuntu node as its supported from 1.3.2. Command - ceph-deploy install --mon <ceph-node> [<ceph-node>] Example - ceph-deploy install --mon node5 node6 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Hi Aron, If you refer the RHEL subsection just above in Doc, command and examples have been given for both Repo based and ISO based installation. Moreover if we follow present doc for ubuntu repo based installation, executing first command would be a wrong step. So I request you to re-consider this issue and I'm opening this bug. Thanks, Vasishta
The missing bit is that now we have an Ubuntu repository at rhcs.download.redhat.com, and the re-based install command would use that source instead of the ISO.
Hi Aron, Can you please do similar correction in Section - 6.3.2.1. Install Ceph -(For new OSD addition) of same doc ? ceph-deploy install --osd <ceph-node> [<ceph-node>] Example - ceph-deploy install --osd node5 node6 Regards, Vasishta
Thanks Aron.