[libvirt] [RFC] Automatically sync time on domain resume?

Michal Privoznik mprivozn at redhat.com
Tue Oct 13 11:13:04 UTC 2015


So I came across this bug:

https://bugzilla.redhat.com/show_bug.cgi?id=1156194

There's a request for us to automatically sync guest time on domain
resume (e.g. bare virDomainResume(), or virDomainRestore() or after
migration). I'd like to explore our options here and what would be
acceptable upstream. I can think of two possibilities:

1) Invent new flag to all APIs in question and let mgmt applications
call it. If the flag is set we would sync the guest time too. However,
this masks two different operations under single API. What should be
reported if resuming succeeded but syncing time did not? Success or
failure? Mgmt applications will end up calling two APIs to distinguish
error states anyway.

2) Do this as best effort. Unconditionally, whenever guest agent is
available just issue the time sync command (possibly without waiting for
reply). This, however, takes away control from users - they will no
longer have possibility to just resume domain without time sync.

There's of course the obvious solution - not change anything and have
mgmt apps calling two separate APIs - like they oughtta be doing today.

What's your view?

Michal




More information about the libvir-list mailing list