3a46e29141
Ansible invokes modules with executable placed under /tmp. This causes stevedore caching to create bazillions of useless cache files. When we can identify we run with executable under /tmp or if in the target cache directory an empty file '.disable' is present - skip writing cache. Change-Id: Ic483ac68027505402ba32d7f612631e15a678d09
8 lines
320 B
YAML
8 lines
320 B
YAML
---
|
|
features:
|
|
- |
|
|
Add possibility to skip caching endpoints to the filesystem when '.disable' file is present in the cache directory.
|
|
fixes:
|
|
- |
|
|
When python interpreter invokimg the module is located under /tmp (the case when i.e. Ansible module uses stevedore) do not try to write cache to the file system.
|