IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
* Patched NicLXD for snaps
* F #1684: Leave LXC_COMMAND
* F #1684: Added lxd probe for profiles
* F #1684: Fix profile probe output
* F #1684: Use default profile if profile absent
* F #1684: Add profile probe to install.sh
* F #1684: Patched NicLXD for snaps
* F #1684: Fix memory default value
* F #1684: Prevent error when monitoring no mem container
* F #1684: Removed end
* F #1684: Leave LXC_COMMAND
* handle exceptions in get_memory()
* add option to set cgroup prefix to the container path via the environment variable `LXC_CGROUP_PREFIX`
In case of a more complex cgroup configuration the containers cgroup could be placed in separate slice instead of default root cgroup. In this case the defining LXC_CGROUP_PREFIX="system.slice/" (note the trailing slash) in the environment will help vmm/lxd/poll to construct correct path the needed *memory* and *cpu,cpuacct* cgroups
```bash
su - oneadmin -c 'echo "export LXC_CGROUP_PREFIX=system.slice" >>~/.bashrc'
```
* add '-s' to the _file_ command to read special devices
* add '-s' to enable "sync mode" _kpartx_ when adding partition mappings
and handle the DISK case for disk['TYPE']