From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 12 Jul 2006 17:15:14 -0000 Subject: [Cluster-devel] cluster/rgmanager TODO Message-ID: <20060712171514.8454.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: lhh at sourceware.org 2006-07-12 17:15:14 Modified files: rgmanager : TODO Log message: Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/TODO.diff?cvsroot=cluster&r1=1.6&r2=1.7 --- cluster/rgmanager/TODO 2006/06/02 17:37:10 1.6 +++ cluster/rgmanager/TODO 2006/07/12 17:15:14 1.7 @@ -1,5 +1,4 @@ -* Rewrite locking infrastructure to use the DLM directly. Make sure - the lockspace is protected by a thread mutex, as multiple writers - could be bad... -* Remove VF code. It's not needed anymore with the totem protocol in - openais / cman +* Make live-migration of resources work; preferrably so that admins +can manually migrate Xen VMs to other nodes without telling the cluster +about it. That is, the cluster should be able to acquire running VMs +and update its state accordingly.