Bug 1375981

Summary: Admin Guide - package install command needs to be added for online repo based ubuntu node
Product: Red Hat Ceph Storage Reporter: Vasishta <vashastr>
Component: DocumentationAssignee: Aron Gunn <agunn>
Status: CLOSED CURRENTRELEASE QA Contact: Vasishta <vashastr>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.3.3CC: agunn, asriram, flucifre, hnallurv, kdreyer, vashastr
Target Milestone: rcKeywords: Reopened
Target Release: 1.3.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-30 17:19:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Vasishta 2016-09-14 12:00:55 UTC
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:

Comment 5 Vasishta 2016-09-15 06:09:18 UTC
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

Comment 6 Federico Lucifredi 2016-09-15 11:00:31 UTC
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.

Comment 7 Vasishta 2016-09-15 11:47:38 UTC
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

Comment 11 Vasishta 2016-09-19 07:36:41 UTC
Thanks Aron.