7
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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
7
5
0

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
7
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?