| Summary: | Examples missing from Domain management tool | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Sahina Bose <sabose> |
| Component: | doc-Console_Administration_Guide | Assignee: | Laura Bailey <lbailey> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Sachin <sashinde> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.1 | CC: | asriram, asrivast, divya, mzywusko, nlevinki, rhinduja, rhs-bugs, rwheeler, sabose, sankarshan, sashinde, shtripat, storage-doc |
| Target Milestone: | --- | Keywords: | Documentation, ZStream |
| Target Release: | RHGS 3.1.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-29 14:23:22 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 1311847 | ||
|
Description
Sahina Bose
2016-04-26 09:41:10 UTC
Sahina, I've added the examples as you discussed with Anjana. Can you take a look to be sure that they all still apply? http://jenkinscat.gsslab.pnq.redhat.com:8080/view/Gluster/job/doc-Red_Hat_Gluster_Storage-3.1-Console_Administration_Guide-en-US%20(html-single)/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index.html#sect-Domain_Management_Tool Please change all references to "Red Hat Enterprise Virtualization Manager" to "Red Hat Gluster Storage Console" like in "In this example, the rhsc-manage-domains command is used to add the IdM domain directory.demo.redhat.com to the Red Hat Enterprise Virtualization Manager configuration" Otherwise the examples are relevant Thanks for the catch Sahina, I caught the command change but forgot about this. :) I've corrected all instances of RHEV-M in these sections to RHGS-C instead. Since that was the only issue, setting this to ON_QA. See the link in comment 2 for review. A.1.1. Syntax
-------------
Syntax needs to be changed.
engine-manage-domains <action> [options]
A.1.1. Syntax
-------------
All the options need t ostart with "--" insted of "-"
Ex:
--domain=DOMAIN
--user=USER
A.1.1. Syntax
-------------
Remove following option as it not available
-interactive
Specifies that the domain user's password is to be provided interactively. This option or the - passwordFile option must be used to provide the password for use with the add action.
A.1.1. Syntax
--------------
Change
-passwordFile=FILE
Specifies that the domain user's password is on the first line of the provided file. This option or the -interactive option must be used to provide the password for use with the add action.
to
--password-file=PASS_FILE
A file containing the password (if it's not set, the password will be read interactively).
Example A.3. rhsc-manage-domains Edit Action
--------------------------------------------
Command needs to be changed to
rhsc-manage-domains edit --domain=directory.demo.redhat.com --user=admin
Thanks for the quick update. One last change is required. A.1.1. Syntax ------------- In option section change the following parameters The -domain parameter --> The --domain parameter The -user parameter --> The --user parameter -passwordFile=FILE --> --password-file=FILE --configFile=FILE --> --config-file=FILE The -configFile parameter --> The --config-file parameter Rest looks good to me. -Sachin PLease change -password-file=FILE to --password-file=FILE Rest is fine. Thanks Sachin Link in the comment 10 correctly reflects --password-file=FILE. Moving this bug to verified state. |