Bug 1397556

Summary: Correction to section 5.10.1
Product: Red Hat Enterprise Linux 7 Reporter: Stephen Gilson <sgilson>
Component: doc-Networking_GuideAssignee: Mirek Jahoda <mjahoda>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.3CC: rhel-docs, sgilson
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-24 15:58:04 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:

Description Stephen Gilson 2016-11-22 19:31:41 UTC
Document URL: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html-single/Networking_Guide/index.html#sec-Configure_Network_Teaming_Using_nmcli

Section Number and Name: 5.10.1: Configure Network Teaming Using nmcli

Describe the issue: 

Customer reported an error in the guidance and command-line example in section 5.10.1. 

The error is in the second paragraph and the following CLI example:

Current text:

To create a new team interface, with name team-ServerA, issue a command as follows:
~]$ nmcli connection add type team ifname team-ServerA
Connection 'team-ServerA' (b954c62f-5fdd-4339-97b0-40efac734c50) successfully added.


Correction requested: 

To create a new team interface, with name ServerA, issue a command as follows:
~]$ nmcli connection add type team ifname ServerA

==

Please also include mention that the interface type is prepended to the requested interface name. Thanks.

Comment 2 Mirek Jahoda 2016-11-23 16:12:14 UTC
  Hi Stephen,

I need a little bit more detailed information:
1. Who is the customer?
2. Who is the contact person?
3. Is there a support case for this?
Thank you.

Kind regards,
Mirek

Comment 3 Stephen Gilson 2016-11-29 18:13:19 UTC
Contact is Fernanda Ames in RH Support.
Customer is: linxuhua
The support ticket (not sure if it's SFDC or something else) is 115430.

Comment 4 Mirek Jahoda 2016-12-02 14:04:31 UTC
I've fixed the error in the command line and I've also corrected the paragraph before the mentioned command line [1]. I can't include the suggested "mention that the interface type is prepended to the requested interface name", because the interface type is not prepended to the interface "name", but to the interface "id" (see the command output in the bottom of the same section). In other words, as soon as I will be able to publish an async release of the Networking Guide on the Customer Portal, we should close this bug as "solved". Thanks lrintel for helping me.

[1] http://jenkinscat.gsslab.pnq.redhat.com:8080/job/doc-Red_Hat_Enterprise_Linux-7-Networking_Guide%20(html-single)/lastSuccessfulBuild/artifact/tmp/en-US/html-single/index.html#sec-Configure_Network_Teaming_Using_nmcli