mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
Revert 7aee22939f
Revert commit 7aee22939f
since it
is mistakenly adding an extra parameter to virsh that does not
belong there.
This commit is contained in:
parent
7aee22939f
commit
66b3250563
@ -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"
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user