Merge "Revert "Update fallocate_reserve to work with py3""

This commit is contained in:
Zuul 2019-10-14 14:40:37 +00:00 committed by Gerrit Code Review
commit 400e723ebe

View File

@ -158,7 +158,7 @@ swift_allow_all_users: False
swift_recreate_keys: False
swift_sorting_method: shuffle
# Set the fallocate_reserve value which will reserve space and fail on PUTs above this value in bytes (Default 10GB)
swift_fallocate_reserve: "{{ (swift_venv_python_executable == 'python3' and swift_install_method == 'source') | ternary('1%%', '1%') }}"
swift_fallocate_reserve: "1%"
swift_account_fallocate_reserve: "{{ swift_fallocate_reserve }}"
swift_container_fallocate_reserve: "{{ swift_fallocate_reserve }}"
swift_object_fallocate_reserve: "{{ swift_fallocate_reserve }}"