Bug 1589154
Summary: | Configuring OSD with ceph-volume documented in wrong place | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Mike Hackett <mhackett> |
Component: | Documentation | Assignee: | Aron Gunn <agunn> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ramakrishnan Periyasamy <rperiyas> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 3.0 | CC: | agunn, dfuller, hnallurv, jharriga, kdreyer, mhackett |
Target Milestone: | rc | ||
Target Release: | 3.1 | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-08-26 06:55:05 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: | 1581350, 1602919 |
Description
Mike Hackett
2018-06-08 13:48:21 UTC
Also, this documentation needs to be expanded to guide users on how to use ceph-volume from ceph-ansible. Worth noting that the current RHCS 3 Release Notes contain reference to the Block Device Guide as well Support for deploying logical volumes as OSDs A new utility, ceph-volume, is now supported. The utility enables deployment of logical volumes as OSDs on Red Hat Enterprise Linux. For details, see the Using the ceph-volume Utility to Deploy OSDs chapter in the Block Device Guide for Red Hat Ceph Storage Hi Aron, The document looks good for manual installation but ansible installation steps are missing, would request to add the steps. Some ansible steps: 1. update in /etc/ansible/hosts file in OSD section. [osds] OSD_Host_1 osd_scenario="lvm" lvm_volumes="[{'data': 'data_lv', 'data_vg': 'example_vg', 'journal': 'journal_lv', 'journal_vg': 'example_vg'}]" OSD_Host_2 osd_scenario="lvm" lvm_volumes="[{'data': 'data_lv','data_vg': 'example_vg', 'journal': '/dev/sdb1'}]" Note: Prior running playbook make sure lvm's and partitions are available in the respective OSD nodes. 2. command to run ansible playbook ansible-playbook site.yml --limit osds Moving the bug to verified state. |