[Bug 728638] New: KVM Documentation Chapter 9.4.1. Using kvm_clock: wrong command to check currently used clock-source
https://bugzilla.novell.com/show_bug.cgi?id=728638 https://bugzilla.novell.com/show_bug.cgi?id=728638#c0 Summary: KVM Documentation Chapter 9.4.1. Using kvm_clock: wrong command to check currently used clock-source Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Documentation AssignedTo: fs@suse.com ReportedBy: gtschmidt@gmx.de QAContact: adrian@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 9.4.1. Using kvm_clock http://doc.opensuse.org/products/opensuse/openSUSE/opensuse-kvm/cha.libvirt.... The docs say: "To check which clock source is currently used, run the following command in the VM Guest. It should output kvm-clock: echo /sys/devices/system/clocksource/clocksource0/current_clocksource" This only prints the _string_ that follows the echo-command. I think the correct code should be: "cat /sys/devices/system/clocksource/clocksource0/current_clocksource" which then prints the _content_ of current_clocksource. Reproducible: Always Steps to Reproduce: 1. Open a terminal. 2. Enter "echo /sys/devices/system/clocksource/clocksource0/current_clocksource" Actual Results: Prints: /sys/devices/system/clocksource/clocksource0/current_clocksource Expected Results: Should print: kvm-clock (or whatever clock-source used) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=728638 https://bugzilla.novell.com/show_bug.cgi?id=728638#c1 Frank Sundermeyer <fs@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |FIXED --- Comment #1 from Frank Sundermeyer <fs@suse.com> 2011-11-17 12:04:08 UTC --- Good catch, thanks! Fixed the XML sources. doc.opensuse.org will be updated next week and a new version of the KVM guide for openSUSE 12.1 will be published as an online update soon. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com