[pve-devel] Task List Migration

Dietmar Maurer dietmar at proxmox.com
Sat Oct 4 10:37:41 CEST 2014


> > I also like the rsync logs on migration. The only missing part is HA migration
> here.
> > Can i ignore this one?
> 
> So you would also need to sync the log on VM start. But from which node ??

Thought a bit more about that, and I think the only real solution is to but the
VM task logs on shared storage. I can imagine to have a new datacenter.cfg option

---/etc/pve/datacenter.cfg----
vm_log_store: <storageID>
------------------------------------

So the user can store the logs on NFS, GlusterFS, or CephFS ...
(or 'local' storage by default)

But we currently have a single big task list per node. We need to split that into several independent
lists, i.e. we need to use one extra task list for each VM.
This is important to avoid locking problems on the shared storage, and to make it easy to delete
all logs for a specific VM.






More information about the pve-devel mailing list