From 34a9c89e45fcbbbc203f9012ae516bd69fd4f7cc Mon Sep 17 00:00:00 2001 From: Abhishek Jain Date: Sat, 25 Mar 2017 20:34:58 -0400 Subject: [PATCH] Added a TODO regarding handling the powerclass not being configured on a node condition --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fdc4907..b937690 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ To Do: * Make def.Task an interface for further modularization and flexibility. * Convert def#WattsToConsider(...) to be a receiver of def.Task and change the name of it to Watts(...). * Have a generic sorter for task resources instead of having one for each kind of resource. + * Handle Powerclass not configured on a node condition. As of now, an assumption is made that the powerclass is configured + for all the nodes. **Requires [Performance Co-Pilot](http://pcp.io/) tool pmdumptext to be installed on the machine on which electron is launched for logging to work and PCP collector agents installed