remove variable 'etcd_ionice', because ionice removed from container image etcd:v3.4.x (#6735)

This commit is contained in:
Sergey
2020-09-23 22:34:05 +03:00
committed by GitHub
parent 6141b98bf8
commit c0fd5b2e84
3 changed files with 0 additions and 13 deletions

View File

@@ -17,8 +17,5 @@
{% endif %}
--name={{ etcd_member_name | default("etcd") }} \
{{ etcd_image_repo }}:{{ etcd_image_tag }} \
{% if etcd_ionice is defined %}
/bin/ionice {{ etcd_ionice }} \
{% endif %}
/usr/local/bin/etcd \
"$@"