Move lve to the different reseller. args: lvp_id - top level container ID; lve_id - id associated with LVE.lve_lvp_map(lvp_id, lve_id) -> 0 or errno value
Create lvp_id<=>lvp_id map. args: lvp_id - top level container ID; lve_id - id associated with LVE.lve_lvp_setup(lvp_id, settings) -> 0 or errno value
Adjust parameters for top level container. args: lvp_id - top level container ID, 0 by default; settings - liblve_settings instance.lve_lvp_destroy(lvp_id) -> 0 or errno value
Destroy top level container. args: lvp_id - top level container ID, 0 by default; lve_lvp_create(lvp_id) -> 0 or errno value
Create top level container. args: lvp_id - top level container ID, 0 by default; lve_kapi_ver() -> (KAPI_MAJOR, KAPI_MINOR)
Returns actual api version used to communicate with kernel.lve_get_global_param(param_id) -> parameter value
Return lve module global paramater value. args: param_id - parameter id. lve_set_global_param(param_id, param_val) -> 0 or errno value
Set lve module global paramater value. argc: param_id - parameter id. param_val - parameter value to be set. lve_get_api_version() -> (LVE_API_MAJOR, LVE_API_MINOR)
Get liblve api version used to communicate with userland application.lve_leave_pid(pid) -> 0 or errno value
Migrate existent process from container. args: pid - process id to migrate.lve_enter_pid_flags(lve_id, pid, flags) -> 0 or errno value
Migrate existent process into container with flags. args: lve_id - id associated with LVE. pid - process id to migrate. flags - flag set for enter.lve_enter_pid(lve_id, pid) -> 0 or errno value
Migrate existent process into container. args: lve_id - id associated with LVE. pid - process id to migrate.lve_info(lve_id) -> liblve_settings object
Get info about context.If error occured OSError exception is raised. args: lve_id - id associated with LVE. lve_set_default([lvp_id,] settings) -> 0 or errno value
Set default parameters for new created virtual enviroment. args: lvp_id - top level container ID, 0 by default; settings - liblve_settings instance.lve_setup(lve_id) -> 0 or errno value
Adjust parameters for virtual environment. args: lve_id - id associated with LVE. settings - liblve_settings instance.lve_destroy(lve_id) -> 0 or errno value
Destroy configured virtual environment. args: lve_id - id associated with LVE.lve_create(lve_id) -> 0 or errno value
Create custom configured virtual enviroment. args: lve_id - id associated with LVE.lve_start() -> 0 or errno value