Skip to content

nsfarm/lxd/utils: fix PermissionError on container clean

Karel Koci requested to merge hotfix/lxd-utils-permision into master

The user might not have ability to send signal to that process but we only check if process exists (is running) and not having ability means that process is running.

Merge request reports