Browse Source

add fix for lxc_container module and files descriptor leaking

phabricator
Edoardo Putti 8 years ago
parent
commit
e3167c9baf
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      roles/lxc_guest/tasks/main.yaml

+ 4
- 0
roles/lxc_guest/tasks/main.yaml View File

@ -22,6 +22,10 @@
template: debian
template_options: --release {{ distro }} --packages=ssh,python
state: stopped
# suppress messages related to file descriptors
# leaking when lvm is invoked
environment:
LVM_SUPPRESS_FD_WARNINGS: 1
- name: deploy container config
template:


Loading…
Cancel
Save