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 292188 Details for
Bug 429248
rgmanager restart previously stopped services
[?]
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]
make help not suck
bugzilla-429248.patch (text/plain), 3.96 KB, created by
Lon Hohberger
on 2008-01-18 19:35:57 UTC
(
hide
)
Description:
make help not suck
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2008-01-18 19:35:57 UTC
Size:
3.96 KB
patch
obsolete
>? clubufflush >? clufindhostname >? clulog >? clunfslock >? clustat >? clusvcadm >? foo.out >? root@marge >Index: clusvcadm.c >=================================================================== >RCS file: /cvs/cluster/cluster/rgmanager/src/utils/clusvcadm.c,v >retrieving revision 1.23 >diff -u -r1.23 clusvcadm.c >--- clusvcadm.c 30 Nov 2007 20:06:55 -0000 1.23 >+++ clusvcadm.c 18 Jan 2008 19:31:09 -0000 >@@ -153,34 +153,38 @@ > void > usage(char *name) > { >+printf("usage: %s [command]\n\n", name); >+ > printf("Resource Group Control Commands:\n"); >-printf(" %s -v Display version and exit\n",name); >-printf(" %s -d <group> Disable <group>\n", name); >-printf(" %s -e <group> Enable <group>\n", >- name); >-printf(" %s -e <group> -F Enable <group> according to failover\n" >- " domain rules\n", name); >-printf(" %s -e <group> -m <member> Enable <group>" >- " on <member>\n", name); >-printf(" %s -r <group> -m <member> Relocate <group> [to <member>]\n", >- name); >-printf(" %s -M <group> -m <member> Migrate <group> to <member>\n", >- name); >-printf(" (e.g. for live migration of VMs)\n"); >-printf(" %s -q Quiet operation\n", name); >-printf(" %s -R <group> Restart a group in place.\n", >- name); >-printf(" %s -s <group> Stop <group>\n", name); >-printf("\n"); >+printf(" -v Display version and exit\n"); >+printf(" -d <group> Disable <group>. This stops a group\n" >+ " until an administrator enables it again,\n" >+ " the cluster loses and regains quorum, or\n" >+ " an administrator-defined event script\n" >+ " explicitly enables it again.\n"); >+printf(" -e <group> Enable <group>\n"); >+printf(" -e <group> -F Enable <group> according to failover\n" >+ " domain rules (deprecated; always the\n" >+ " case when using central processing)\n"); >+printf(" -e <group> -m <member> Enable <group> on <member>\n"); >+printf(" -r <group> -m <member> Relocate <group> [to <member>]\n" >+ " Stops a group and starts it on another" >+ " cluster member.\n"); >+printf(" -M <group> -m <member> Migrate <group> to <member>\n"); >+printf(" (e.g. for live migration of VMs)\n"); >+printf(" -q Quiet operation\n"); >+printf(" -R <group> Restart a group in place.\n"); >+printf(" -s <group> Stop <group>. This temporarily stops\n" >+ " a group. After the next group or\n" >+ " or cluster member transition, the group\n" >+ " will be restarted (if possible).\n"); > printf("Resource Group Locking (for cluster Shutdown / Debugging):\n"); >-printf(" %s -l Lock local resource group manager.\n" >- " This prevents resource groups from\n" >- " starting on the local node.\n", >- name); >-printf(" %s -S Show lock state\n", name); >-printf(" %s -u Unlock local resource group manager.\n" >- " This allows resource groups to start\n" >- " on the local node.\n", name); >+printf(" -l Lock local resource group managers.\n" >+ " This prevents resource groups from\n" >+ " starting.\n"); >+printf(" -S Show lock state\n"); >+printf(" -u Unlock resource group managers.\n" >+ " This allows resource groups to start.\n"); > } > >
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 429248
: 292188