Bug 1269714

Summary: ceph-deploy bugs with non-default cluster name
Product: [Fedora] Fedora Reporter: Artemy Kapitula, Mail.Ru Cloud Solutions <dalt74>
Component: ceph-deployAssignee: Federico Simoncelli <fsimonce>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 22CC: branto, fsimonce, ktdreyer, trhoden
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-19 18:55:42 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:
Attachments:
Description Flags
ceph-deploy patch to fix issue none

Description Artemy Kapitula, Mail.Ru Cloud Solutions 2015-10-08 03:51:06 UTC
Created attachment 1080841 [details]
ceph-deploy patch to fix issue

Description of problem:

ceph-deploy had a problems operating MDS on RH/Fedora systems due incorrect calls to init-scripts

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

ceph-deploy-1.5.23-1

How reproducible:

Always

Steps to Reproduce:
1. ceph-deploy --cluster demo new <monhost>
2. ceph-deploy --cluster demo mon create-initial
3. ceph-deploy --cluster demo mds create <mdshost>

Actual results:

mds created but not started.
Error message tells ceph-deploy tries to call "service ceph start mds.<mdshost>"

Expected results:

mds created and started similar to mon with "... mon create-inital".
ceph-deploy must call "service ceph --cluster demo start mds.<mdshost>"

Comment 1 Fedora End Of Life 2016-07-19 18:55:42 UTC
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.