When one passes no input to the parser, it spits out:
Cannot have mount and namespace keyword in the same configuration file
It's wrong, because we have none of them. So change it to:
Either mount or namespace keyword has to be specified in the configuration file
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
"Failed to parse config file",
"Have multiple paths for the same namespace",
"Controller in namespace does not exist",
- "Cannot have mount and namespace keyword in the same configuration file",
+ "Either mount or namespace keyword has to be specified in the configuration file",
"This kernel does not support this feature",
"Value setting does not succeed",
};