Feature #307
improve efficiency of IM and VMM by moving the probes and scripts to the worker nodes
Status: | Closed | Start date: | 08/04/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jaime Melis | % Done: | 0% | |
Category: | Drivers - Auth | |||
Target version: | Release 2.0 | |||
Resolution: | fixed | Pull request: |
Description
Regarding the IM driver, the probes will be synchronized from the frontend to the worker nodes with rsync. The IM driver will then be able to acquire the results of all the probes by executing only one script, which will be in charge of executing all the probes in cascade, therefore only one SSH connection will be established.
VMM commands (create, shutdown, delete, poll, etc) will be moved also to the worker nodes as scripts. The VMM driver will only need to execute the appropriate script reducing also the number of SSH connections to one.
The directory layout will be:
Frontend: $ONE_LOCATION/lib/remotes
Worker nodes: $VM_DIR/lib
Associated revisions
feature #307: Now the IM protocol is MONITOR hid hostname update
Added VMM/KVM part of issue #307
Removed debugging info for IM driver. Fixed bug in xen deploy script (#307)
added libvirt readonly for readonly calls (#307)
feature #307: Get driver messages when an action succeeds
feature #307: Get driver messages when an action succeeds
(cherry picked from commit 585ab84862b7e964649079633206fb6f7899bb10)
feature #307: modified default probe path
History
#1 Updated by Jaime Melis almost 11 years ago
- Subject changed from improve efficiency in IM and VMM by moving the probes and scripts to the worker nodes to improve efficiency of IM and VMM by moving the probes and scripts to the worker nodes
#2 Updated by Ruben S. Montero almost 11 years ago
- Status changed from New to Closed
- Resolution set to fixed