Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1112862

Summary: [Doc] Documentation should use mariadb and not mysqld
Product: Red Hat OpenStack Reporter: Ryan Hallisey <rhallise>
Component: doc-Installation_and_Configuration_GuideAssignee: Martin Lopes <mlopes>
Status: CLOSED CURRENTRELEASE QA Contact: Don Domingo <ddomingo>
Severity: high Docs Contact:
Priority: high    
Version: 5.0 (RHEL 7)CC: ddomingo, mlopes, rhallise, yeylon
Target Milestone: ---Keywords: Documentation, Triaged
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-15 23:51:09 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 Ryan Hallisey 2014-06-24 20:28:15 UTC
Description of problem:

The documentation is out of date.

Instead of # service mysqld start 
it should be 
# systemctl start mariadb.service

and instead of # chkconfig mysqld on 
it should be 
# systemctl enable mariadb.service 

https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/5/html/Installation_and_Configuration_Guide/Starting_the_Database_Service.html

Comment 2 Ryan Hallisey 2014-06-25 20:31:25 UTC
Add as the RHEL 7 commands for this section

Comment 4 Ryan Hallisey 2014-06-27 12:41:53 UTC
Sorry I should have clarified a little more.  There multiple points in the Docs where commands are Rhel 6 specific and there needs a section added for Rhel 7 specific commands.

For this page, what previously existed worked for rhel6.  Can you add a section underneath it that says something like "For Rhel7 use " 

For Rhel6

# service mysqld start 

# chkconfig mysqld on 

For Rhel7

# systemctl start mariadb.service

# systemctl enable mariadb.service

Comment 7 Ryan Hallisey 2014-07-08 14:31:32 UTC
Perfect, that looks great.

Comment 11 Martin Lopes 2014-09-05 04:59:31 UTC
Ready for QE once package has been completed.

Comment 13 Martin Lopes 2014-10-16 05:36:30 UTC
*** Bug 1094547 has been marked as a duplicate of this bug. ***

Comment 14 Martin Lopes 2014-10-19 23:13:24 UTC
Setting to verified.