[libvirt PATCH] docs: Document global_{period, quota} schedinfo fields

Andrea Bolognani posted 1 patch 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200918163758.19363-1-abologna@redhat.com
docs/manpages/virsh.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[libvirt PATCH] docs: Document global_{period, quota} schedinfo fields
Posted by Andrea Bolognani 3 years, 7 months ago
These fields have existed for a very long time but they were
never documented in virsh(1).

https://bugzilla.redhat.com/show_bug.cgi?id=1354391
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 docs/manpages/virsh.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst
index 9fd5efed0f..bff23fc786 100644
--- a/docs/manpages/virsh.rst
+++ b/docs/manpages/virsh.rst
@@ -3758,7 +3758,8 @@ available for each hypervisor are:
 LXC (posix scheduler) : cpu_shares, vcpu_period, vcpu_quota
 
 QEMU/KVM (posix scheduler): cpu_shares, vcpu_period, vcpu_quota,
-emulator_period, emulator_quota, iothread_quota, iothread_period
+emulator_period, emulator_quota, global_period, global_quota,
+iothread_period, iothread_quota
 
 Xen (credit scheduler): weight, cap
 
-- 
2.26.2

Re: [libvirt PATCH] docs: Document global_{period, quota} schedinfo fields
Posted by Pavel Hrdina 3 years, 7 months ago
On Fri, Sep 18, 2020 at 06:37:58PM +0200, Andrea Bolognani wrote:
> These fields have existed for a very long time but they were
> never documented in virsh(1).
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1354391
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  docs/manpages/virsh.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>