Bug 1252259

Summary: [Docs] [Director] Update section 6.3.6 to include Ceph customization requirements
Product: Red Hat OpenStack Reporter: jliberma <jliberma>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0 (Kilo)CC: adahms, mburns, mcornea, morazi, rhel-osp-director-maint, yeylon
Target Milestone: z1Keywords: Documentation, ZStream
Target Release: 7.0 (Kilo)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-12 04:15:37 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:

Description jliberma@redhat.com 2015-08-11 05:39:00 UTC
Description of problem:

Existing product docs should mention the following limitations of customizing Ceph OSDs using hiera:

1. OSPd will not create partitions on the journal disk. Partitions must be manually created by user before installing Ceph storage servers.
2. OSPd will only create Ceph OSDs and journals on partitions with GPT disklabels. These must also be configured prior to hiera customization.

Example: parted /dev/sdb1 mklabel gpt

Version-Release number of selected component (if applicable):

python-rdomanager-oscplugin-0.0.8-44.el7ost.noarch

Additional info:

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/7/html/Director_Installation_and_Usage/sect-Advanced-Scenario_3_Using_the_CLI_to_Create_an_Advanced_Overcloud_with_Ceph_Nodes.html#sect-Advanced-Configuring_Ceph_Storage

Comment 3 Andrew Dahms 2015-08-24 11:20:07 UTC
Assigning to Dan for review.

Comment 5 Dan Macpherson 2015-09-09 01:55:31 UTC
This has not been pushed live:

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/7/html/Director_Installation_and_Usage/sect-Advanced-Scenario_3_Using_the_CLI_to_Create_an_Advanced_Overcloud_with_Ceph_Nodes.html#sect-Advanced-Configuring_Ceph_Storage

There is now a note at the end of this section that reads:

== Important ==
The director does not create partitions on the journal disk. Manually create the journal partitions before installing Ceph storage servers.
The Ceph Storage OSDs and journals partitions require GPT disk labels, which you also configure prior to customization. For example, use the following command on the potential Ceph Storage host to create a GPT disk label for a disk or partition:

# parted [device] mklabel gpt

Jacob, how does this suit your request? Are there any further changes you need to the Ceph config?

Comment 6 Dan Macpherson 2015-10-12 04:15:37 UTC
No further feedback for a month. Closing this bug.