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 674083 Details for
Bug 892656
Double logging when using syslog
[?]
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]
Proposed patch
cinderpatch.diff (text/plain), 1.69 KB, created by
robert.vanleeuwen
on 2013-01-07 14:12:16 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
robert.vanleeuwen
Created:
2013-01-07 14:12:16 UTC
Size:
1.69 KB
patch
obsolete
>diff --git a/openstack-cinder-api b/openstack-cinder-api >index 01045eb..4edc2e2 100755 >--- a/openstack-cinder-api >+++ b/openstack-cinder-api >@@ -39,7 +39,7 @@ start() { > [ -x $exec ] || exit 5 > [ -f $config ] || exit 6 > echo -n $"Starting $prog: " >- daemon --user cinder --pidfile $pidfile "$exec --config-file $config --logfile $logfile &>/dev/null & echo \$! > $pidfile" >+ daemon --user cinder --pidfile $pidfile "$exec --config-file $config &>/dev/null & echo \$! > $pidfile" > retval=$? > echo > [ $retval -eq 0 ] && touch $lockfile >diff --git a/openstack-cinder-scheduler b/openstack-cinder-scheduler >index 637a0bb..967a6be 100755 >--- a/openstack-cinder-scheduler >+++ b/openstack-cinder-scheduler >@@ -31,7 +31,7 @@ start() { > [ -x $exec ] || exit 5 > [ -f $config ] || exit 6 > echo -n $"Starting $prog: " >- daemon --user cinder --pidfile $pidfile "$exec --config-file $config --logfile $logfile &>/dev/null & echo \$! > $pidfile" >+ daemon --user cinder --pidfile $pidfile "$exec --config-file $config &>/dev/null & echo \$! > $pidfile" > retval=$? > echo > [ $retval -eq 0 ] && touch $lockfile >diff --git a/openstack-cinder-volume b/openstack-cinder-volume >index 1ca1a8e..2794e29 100755 >--- a/openstack-cinder-volume >+++ b/openstack-cinder-volume >@@ -39,7 +39,7 @@ start() { > [ -x $exec ] || exit 5 > [ -f $config ] || exit 6 > echo -n $"Starting $prog: " >- daemon --user cinder --pidfile $pidfile "$exec --config-file $config --logfile $logfile &>/dev/null & echo \$! > $pidfile" >+ daemon --user cinder --pidfile $pidfile "$exec --config-file $config &>/dev/null & echo \$! > $pidfile" > retval=$? > echo > [ $retval -eq 0 ] && touch $lockfile
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 892656
: 674083