Revert commit 7aee22939f since it
is mistakenly adding an extra parameter to virsh that does not
belong there.
This commit is contained in:
Daniel P. Berrange 2010-01-12 12:48:34 +00:00
parent 7aee22939f
commit 66b3250563
2 changed files with 0 additions and 4 deletions

View File

@ -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"

View File

@ -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}