rubbos installation guide
[bottlenecks.git] / vstf / vstf / agent / env / fsmonitor / Readme
1 FSMonitor is a daemon process which runs in the vm.
2 FSMonitor receive "commands" from 'VmManager' by libvirt 9pfs. 
3
4 Basically the process works like this: 
5         1.The 'VmManager' writes 'command string' to 'command' file on the libvirt 9pfs used by vm.
6         2.The FSMonitor constantly detects file changes on the libvirt 9pfs. 
7         3.The FSMonitor finds the newly created file, it then reads the file and execute the command. 
8
9 All the dependencies of FSMonitor should be satisfied by modules in this directory.
10
11 When deploying FSMonitor, just copy this directory into the vm.
12
13