From 3c8144055bf97063040c926fc5d346098fab2d19 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Fri, 2 Sep 2016 11:47:40 -0400 Subject: [PATCH] Modify description of taggedvlan column in ipmi db table --- docs/source/guides/admin-guides/references/man5/ipmi.5.rst | 2 +- docs/source/guides/admin-guides/references/man7/group.7.rst | 2 +- docs/source/guides/admin-guides/references/man7/node.7.rst | 2 +- perl-xCAT/xCAT/Schema.pm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man5/ipmi.5.rst b/docs/source/guides/admin-guides/references/man5/ipmi.5.rst index 88fe0488c..d351ae038 100644 --- a/docs/source/guides/admin-guides/references/man5/ipmi.5.rst +++ b/docs/source/guides/admin-guides/references/man5/ipmi.5.rst @@ -96,7 +96,7 @@ ipmi Attributes: \ **taggedvlan**\ - Have bmcsetup place the BMC on the specified vlan tag on a shared netwirk interface. Some network devices may be incompatible with this option + Bmcsetup will configure the network interface of the BMC to be tagged to the VLAN specified. diff --git a/docs/source/guides/admin-guides/references/man7/group.7.rst b/docs/source/guides/admin-guides/references/man7/group.7.rst index 5847d4822..51e9aab67 100644 --- a/docs/source/guides/admin-guides/references/man7/group.7.rst +++ b/docs/source/guides/admin-guides/references/man7/group.7.rst @@ -1148,7 +1148,7 @@ group Attributes: \ **vlantag**\ (ipmi.taggedvlan) - Have bmcsetup place the BMC on the specified vlan tag on a shared netwirk interface. Some network devices may be incompatible with this option + Bmcsetup will configure the network interface of the BMC to be tagged to the VLAN specified. diff --git a/docs/source/guides/admin-guides/references/man7/node.7.rst b/docs/source/guides/admin-guides/references/man7/node.7.rst index 807ebfa86..e894f7fb1 100644 --- a/docs/source/guides/admin-guides/references/man7/node.7.rst +++ b/docs/source/guides/admin-guides/references/man7/node.7.rst @@ -1184,7 +1184,7 @@ node Attributes: \ **vlantag**\ (ipmi.taggedvlan) - Have bmcsetup place the BMC on the specified vlan tag on a shared netwirk interface. Some network devices may be incompatible with this option + Bmcsetup will configure the network interface of the BMC to be tagged to the VLAN specified. diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index a066f1457..ae4d446de 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -435,7 +435,7 @@ passed as argument rather than by table value', 2 2 Third interface on ML2 or mezzanine adapter 2 3 Fourth interface on ML2 or mezzanine adapter', - taggedvlan => 'Have bmcsetup place the BMC on the specified vlan tag on a shared netwirk interface. Some network devices may be incompatible with this option', + taggedvlan => 'Bmcsetup will configure the network interface of the BMC to be tagged to the VLAN specified.', bmcid => 'Unique identified data used by discovery processes to distinguish known BMCs from unrecognized BMCs', username => 'The BMC userid. If not specified, the key=ipmi row in the passwd table is used as the default.', password => 'The BMC password. If not specified, the key=ipmi row in the passwd table is used as the default.',