]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Revert 7aee22939f7f67a60e24472e5acc40b3b5b9d152
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Jan 2010 12:48:34 +0000 (12:48 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Jan 2010 12:48:34 +0000 (12:48 +0000)
Revert commit 7aee22939f7f67a60e24472e5acc40b3b5b9d152 since it
is mistakenly adding an extra parameter to virsh that does not
belong there.

po/en_GB.po
tools/virsh.c

index 49415848fb97ca8935bcb1d28393e4b3601bd352..59f155f2374802b2b463edd02c38ab81fa7119b8 100644 (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"
index f3bf69e1645c8bf3e55527b8f30dd0792b457951..1fae5e6169f20480b0ccc9e22b0a33a7eeb67e0a 100644 (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}