manila/releasenotes/notes/bug-1717135-ganesha-cleanup-of-tmp-config-files-66082b2384ace0a5.yaml
Pengju Jiao 728632866a ganesha: cleanup of tmp config files
Currently in ganesha driver, while writing ganesha
config files some times the tmp config files are not
cleaned up. It is because moving the config file from
tmp location to the correct ganesha config location
sometimes goes wrong.

This patch adds operation of cleaning up the tmp config
files.

Change-Id: Id93a5062c48e99afc26594f05cbf29cffce1499e
Closes-Bug: #1717135
2017-09-18 21:28:38 +08:00

5 lines
170 B
YAML

---
fixes:
- Added operation of cleaning up the temp config files when moving the config
file from temp location to the correct ganesha config location goes wrong.