Skip to content

Commit 5b11ada

Browse files
clwluvwguits
authored andcommitted
common/container: drop CEPH_USE_RANDOM_NONCE env var
It is not necessary anymore as this behavior became the default one. Ceph Ref. ceph/ceph#50344 Signed-off-by: Seena Fallah <[email protected]>
1 parent 7d668c1 commit 5b11ada

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

group_vars/all.yml.sample

-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ dummy:
529529
#ceph_common_container_params:
530530
# envs:
531531
# NODE_NAME: "{{ ansible_facts['hostname'] }}"
532-
# CEPH_USE_RANDOM_NONCE: "1"
533532
# CONTAINER_IMAGE: "{{ ceph_docker_registry }}/{{ ceph_docker_image }}:{{ ceph_docker_image_tag }}"
534533
# TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES: "{{ ceph_tcmalloc_max_total_thread_cache }}"
535534
# args:

roles/ceph-defaults/defaults/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ timeout_command: "{{ 'timeout --foreground -s KILL ' ~ docker_pull_timeout if (d
521521
ceph_common_container_params:
522522
envs:
523523
NODE_NAME: "{{ ansible_facts['hostname'] }}"
524-
CEPH_USE_RANDOM_NONCE: "1"
525524
CONTAINER_IMAGE: "{{ ceph_docker_registry }}/{{ ceph_docker_image }}:{{ ceph_docker_image_tag }}"
526525
TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES: "{{ ceph_tcmalloc_max_total_thread_cache }}"
527526
args:

0 commit comments

Comments
 (0)