LoginSignup
5

More than 5 years have passed since last update.

KVMゲストの時間が起動時に9時間ずれてる問題の対応

Posted at

ntpdでしばらくすると調整されるものの、修正しておいた方がいい

# vi /etc/libvirt/qemu/test01.xml
<clock offset='utc'/>
↓
<clock offset='localtime'/>
# virsh define /etc/libvirt/qemu/test01.xml
# virsh shutdown test01
# virsh start test01

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5