edf-hpc / clara

Cluster Administration tools
Other
18 stars 12 forks source link

Do not warn about unset extra_bind_mounts #106

Closed rezib closed 5 years ago

rezib commented 7 years ago

Clara systematically warns about unset extra_bind_mounts parameter:

# clara chroot edit <chroot>
clara - Value 'extra_bind_mounts' not found in section 'chroot'
clara - extra_bind_mounts is not specified in config.ini
clara - Entering into the chroot to edit. ^d when you have finished.
(<chroot>) clara chroot> root@host:/# exit
clara - Exiting the chroot /path/to/chroot
clara - Value 'extra_bind_mounts' not found in section 'chroot'
clara - extra_bind_mounts is not specified in config.ini

There is no need to warn about unset optional parameter unless in debug mode.