Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

Bug 1666589

Summary: container guide - osd service name convention needs modification
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Vasishta <vashastr>
Component: DocumentationAssignee: Bara Ancincova <bancinco>
Status: CLOSED CURRENTRELEASE QA Contact: Vasishta <vashastr>
Severity: high Docs Contact:
Priority: high    
Version: 3.2CC: anharris, bancinco, kdreyer, shan, tchandra, ukurundw, vashastr
Target Milestone: z2   
Target Release: 3.2   
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: 2019-05-13 15:29:27 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:
Embargoed:
Bug Depends On:    
Bug Blocks: 1685931    

Description Vasishta 2019-01-16 06:17:26 UTC
Description of problem:

As part of fix for Bug 1544836 all containerized OSDs deployed using ceph-volume (osd_scenario - lvm) will have respective OSD-IDs in service name as similar to non-containerized scenario unlike to OSDs deployed using ceph-disk for which OSD service names will be having device names.

Because of this change we need to do a small modification in container guide chapter 3.1 and 3.2 where we mention -

<ID> is either -

* The device name that the ceph-osd daemon uses 
* The short host name where the ceph-mon or ceph-rgw daemons are running 

This should convey -

<ID> is either -

* The device name that the ceph-osd daemon uses if osd_scenario is collocated or non-collocated, OSD ID if osd_scenario is lvm
* The short host name where the ceph-mon or ceph-rgw daemons are running 


Examples like -

systemctl restart ceph-osd@sdb - in 3.1 
and
journalctl -u ceph-osd@sdb - in 3.2


can also be modified accordingly like -

systemctl restart ceph-osd@<osd-id> - in 3.1 
and
journalctl -u ceph-osd@<osd-id> - in 3.2

Comment 5 Sébastien Han 2019-03-07 08:31:03 UTC
site.yml for non-container and site-docler.yml to deploy container.
Thanks.