georgemarselis / openlava-macosx

Automatically exported from code.google.com/p/openlava-macosx
GNU General Public License v2.0
1 stars 0 forks source link

checkpointing: detect if system is able to checkpoint during deployment #188

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
during runtime.

if not, throw error at user/syslog

if user requests checkpointing and system does not have the capability, throw 
error at user/syslog

installation script:
* check if library exists

res/mbatchd:
* see if library is able to handle our requirements.

performance: detect in under 5-6 seconds?

security: 
* SELinux permissions at specified path
* ACLs at specified path (see if everybody/who is capable of reading/writing) 
and only them

Original issue reported on code.google.com by geo...@marsel.is on 25 May 2013 at 10:53