From: Daniel P. Berrange Date: Tue, 12 Jan 2010 12:48:34 +0000 (+0000) Subject: Revert 7aee22939f7f67a60e24472e5acc40b3b5b9d152 X-Git-Tag: v0.7.6~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66b3250563a7da13e7bc97e1e5d9d4ac4009c697;p=thirdparty%2Flibvirt.git Revert 7aee22939f7f67a60e24472e5acc40b3b5b9d152 Revert commit 7aee22939f7f67a60e24472e5acc40b3b5b9d152 since it is mistakenly adding an extra parameter to virsh that does not belong there. --- diff --git a/po/en_GB.po b/po/en_GB.po index 49415848fb..59f155f237 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -9610,9 +9610,6 @@ msgstr "Show/Set scheduler parameters." msgid "parameter=value" msgstr "" -msgid "cpu_shares parameter" -msgstr "cpu_shares: 0-262144" - #: tools/virsh.c:1247 msgid "weight for XEN_CREDIT" msgstr "weight for XEN_CREDIT" diff --git a/tools/virsh.c b/tools/virsh.c index f3bf69e164..1fae5e6169 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -1248,7 +1248,6 @@ static const vshCmdInfo info_schedinfo[] = { static const vshCmdOptDef opts_schedinfo[] = { {"domain", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("domain name, id or uuid")}, {"set", VSH_OT_STRING, VSH_OFLAG_NONE, gettext_noop("parameter=value")}, - {"parameter", VSH_OT_DATA, VSH_OFLAG_NONE, gettext_noop("cpu_shares parameter")}, {"weight", VSH_OT_INT, VSH_OFLAG_NONE, gettext_noop("weight for XEN_CREDIT")}, {"cap", VSH_OT_INT, VSH_OFLAG_NONE, gettext_noop("cap for XEN_CREDIT")}, {NULL, 0, 0, NULL}