Readme tweaaaaak

This commit is contained in:
Joshua Boniface 2018-06-27 00:04:52 -04:00
parent 4b07ab4f3c
commit 1a3d867f83
1 changed files with 2 additions and 2 deletions

View File

@ -58,12 +58,12 @@ Really, PVC benefits both the small and large use-cases. If your requirement is
## How the daemon works ## How the daemon works
The daemon is the main piece of machinery. It consists of 4 main files - one entry point, 2 classes, and a supplemental function: The daemon is the main piece of machinery. It consists of 5 main files - one entry point, 2 classes, and 2 supplemental function sets:
* `pvcd.py` - The main daemon entry point. * `pvcd.py` - The main daemon entry point.
* `pvcd/NodeInstance.py` - A class definition for a hypervisor node object. * `pvcd/NodeInstance.py` - A class definition for a hypervisor node object.
* `pvcd/VMInstance.py` - A class definition for a virtual machine object. * `pvcd/VMInstance.py` - A class definition for a virtual machine object.
* `pvcd/ansiiprint.py` - A supplemental function to output log lines. * `pvcd/ansiiprint.py` - A supplemental function set to output log lines.
* `pvcd/zkhandler.py` - A supplemental function set to read and write from Zookeeper consistently. * `pvcd/zkhandler.py` - A supplemental function set to read and write from Zookeeper consistently.
The following sections walk through the steps the daemon takes from startup through to running VMs. The following sections walk through the steps the daemon takes from startup through to running VMs.