Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1227607 - [Docs] Adding nic from rhevm-shell
[Docs] Adding nic from rhevm-shell
Status: CLOSED CURRENTRELEASE
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: Documentation (Show other bugs)
3.5.1
Unspecified Unspecified
medium Severity low
: ovirt-3.5.7
: 3.5.7
Assigned To: Julie
docs
:
: 1115051 (view as bug list)
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2015-06-03 02:30 EDT by nijin ashok
Modified: 2016-02-10 13:56 EST (History)
10 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2015-11-25 05:59:33 EST
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: Docs
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description nijin ashok 2015-06-03 02:30:48 EDT
Description of problem:

In 
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.5/html-single/Technical_Guide/index.html#nic 

"Example 14.25. Creating a new network interface on a virtual machine"

The command should be 

add nic --vm-identifier MyVM1 --name eth0 --network-name MyNetwork

instead of 

add nic --vm-identifier MyVM1 --name eth0 --network MyNetwork

--network is not a supported option. This should be --network-name

"Example 14.24. Creating a new network interface on a host": from RHEV-M panel it is not possible to create a nic on a physical host. The action supported here will be attaching a logical network to an existing nic or creating a bond. Therefore the command

add nic --host-identifier MyHost1 --name eth0 --network MyNetwork

is wrong. The correct one will be

For adding a bond:

add nic --host-identifier MyHost1 --name bond1 --network-name MyNetwork  --bonding-slaves-host_nic host_nic.name=eth0 --bonding-slaves-host_nic host_nic.name=eth2

The above command will create a bond "bond1" by using eth0 and eth1 and attach the same to MyNetwork .

For attaching a interface to logical network:

action nic eth0 attach --host-identifier  --network-name MyNetwork

The above command will attach the logical network MyNetwork to  eth0 interface.

Version-Release number of selected component (if applicable):
RHEV 3.5 Technical_Guide

How reproducible:


Steps to Reproduce:
1. Please read description
2.
3.

Actual results:

The example commands of nic addition is giving a syntax error


Expected results:

The example command should work

Additional info:
Comment 2 Julie 2015-10-18 22:36:27 EDT
*** Bug 1115051 has been marked as a duplicate of this bug. ***
Comment 3 Yaniv Lavi 2015-10-20 06:25:28 EDT
What is the status of this bug?
No flags or milestone.
Comment 4 Red Hat Bugzilla Rules Engine 2015-10-20 11:18:39 EDT
Fixed bug tickets must have target milestone set prior to fixing them. Please set the correct milestone and move the bugs back to the previous status after this is corrected.
Comment 5 Andrew Dahms 2015-10-21 00:23:22 EDT
Hi Yaniv,

Thank you for your needinfo request.

I have now set the flags for this bug, and we are currently aiming at addressing this issue in RHEV 3.5.6.

Kind regards,

Andrew
Comment 7 Andrew Dahms 2015-11-25 05:59:33 EST
This content is now live on the Customer Portal.

Closing.

Note You need to log in before you can comment on or make changes to this bug.