Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 602174 Details for
Bug 845653
Glusterd init script returns 1 when service start is executed on running a glusterd service.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Change return code from 1 to 0
glusterd-start-fix.diff (text/plain), 402 bytes, created by
Ben Turner
on 2012-08-03 18:13:13 UTC
(
hide
)
Description:
Change return code from 1 to 0
Filename:
MIME Type:
Creator:
Ben Turner
Created:
2012-08-03 18:13:13 UTC
Size:
402 bytes
patch
obsolete
>--- /etc/rc.d/init.d/glusterd 2012-07-24 11:06:36.000000000 +0000 >+++ /etc/rc.d/glusterd-start-fix 2012-08-03 17:52:00.881425648 +0000 >@@ -24,7 +24,7 @@ start() > status=$? > if [ $status -eq 0 ]; then > echo "glusterd service is already running with pid $PID" >- exit 1 >+ exit 0 > else > echo -n $"Starting $BASE:" > daemon $GLUSTERD
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 845653
: 602174