]> xenbits.xensource.com Git - libvirt.git/commit
docs: Document NVRAM behavior on transient domains
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 18 Nov 2014 15:58:54 +0000 (16:58 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 19 Nov 2014 08:06:02 +0000 (09:06 +0100)
commit401702d92eb28faffbb7a8b63baca67ef7d9a5b5
tree7ee60d48987d1d88dc9600f352f786a31ea8d0f8
parent6c79469ccc3245b9572dcaabe8cd620ba3fabfad
docs: Document NVRAM behavior on transient domains

Since 1.2.8 it's possible to use OVMF on domains. Moreover, it's
possible to have libvirt create NVRAM file per domain. Later,
when domain is undefined, the file is removed too. However,
things are a bit complicated when domain's transient. There's no
undefine to transient domains. There are two options: 1) leave
the file behind and let mgmt app remove it. 2) remove it
automatically as domain dies.
But, in some scenarios mgmt app may want to preserve the file,
copy it somewhere safe, and then copy it back when the domain is
starting again. And this wouldn't be possible with case 2). So,
even though case 1) leaves some files behind (possibly undeleted
for a long time), the files themselves are small (128K each). And
data loss is worse than full disk, isn't it?

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomain.html.in