fence-virt/TODO
Lon Hohberger 33c16854eb Make uuids work with libvirt-qpid
Signed-off-by: Lon Hohberger <lon@users.sourceforge.net>
2009-11-06 13:16:42 -05:00

24 lines
722 B
Plaintext

High Priority / Blockers for v1.0;
* serial server-side listener/dispatcher. This will allows the
source VM name to be known and passed as part of the fencing
request to the appropriate backend.
* pacemaker backend
* ability to pass the hostname, VM name, or VM UUID of the requesting
node to the backend. This will allow better controls of who can
fence who (for example, "vm1 vm2 vm3" can all fence each other, while
none may fence "vm4 vm5 vm6" since they are in a different cluster).
* libvirt-qpid security model: mirror what is done in libvirt-qpid
for authentication.
Future Stuff:
* oVirt backend
* libccs configuration plugin
* clean up development bits so third parties can develop plugins