lvectl (version 0.7 and higher)
lvectl is the primary tool for LVE management. To use it, you have to be administrator. lvectl is part of lve-utils package. The syntax of lvectl is:lvectl apply [LVE_ID] lvectl set LVE_ID [--cpu=N] [--io=N] [--maxEntryProcs=N] [--save] lvectl delete LVE_ID lvectl list lvectl --help
lvectl apply will apply configuration from /etc/container/ve.cfg file, creating all LVEs specified in the fly. If LVE_ID is specified, only that ID will be updated with parameters from ve.cfg. If this LVE_ID is not explicitly specified in /etc/container/ve.cfg, the values for that LVE will be initialized to default values
lvectl set will set values specified by cpu, io and maxEntryProcs options. If --save is specified, this values will be persisted in /etc/container/ve.cfg. You can specify default as LVE_ID, to update default values in /etc/container/ve.cfg
lvectl delete LVE_ID deletes definition of particular lve from /etc/container/ve.cfg
lvectl list lists all initialized LVEs (same as content of /proc/lve/list)
