Package ganeti :: Package hypervisor :: Module hv_lxc
[hide private]
[frames] | no frames]

Module hv_lxc

source code

LXC hypervisor

Classes [hide private]
  LXCVersion
LXC version class.
  LXCHypervisor
LXC-based virtualization.
Functions [hide private]
 
_CreateBlankFile(path, mode)
Create blank file.
source code

Imports: errno, os, logging, sys, re, constants, errors, utils, objects, pathutils, serializer, hv_base, HypervisorError


Function Details [hide private]

_CreateBlankFile(path, mode)

source code 

Create blank file.

Create a blank file for the path with specified mode. An existing file will be overwritten.