]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
cpu_shares parameter limit documented
authorDavid Jorm <dfj@dfj.bne.redhat.com>
Tue, 12 Jan 2010 02:24:04 +0000 (12:24 +1000)
committerDavid Jorm <dfj@dfj.bne.redhat.com>
Tue, 12 Jan 2010 02:24:04 +0000 (12:24 +1000)
po/en_GB.po
tools/virsh.c

index 59f155f2374802b2b463edd02c38ab81fa7119b8..49415848fb97ca8935bcb1d28393e4b3601bd352 100644 (file)
@@ -9610,6 +9610,9 @@ 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 1fae5e6169f20480b0ccc9e22b0a33a7eeb67e0a..f3bf69e1645c8bf3e55527b8f30dd0792b457951 100644 (file)
@@ -1248,6 +1248,7 @@ 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}