Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

- name: Set polling interval {{ pfc_wd_poll_time }}.
shell: "pfcwd interval {{ pfc_wd_poll_time }}"
become: yes

- name: Set timers 2
set_fact:
Expand Down Expand Up @@ -144,6 +145,7 @@

- name: Apply drop config to port {{ pfc_wd_test_port }}.
shell: "pfcwd start --action drop --restoration-time {{ pfc_wd_restore_time_large }} {{ ports }} {{ pfc_wd_detect_time }}"
become: yes

- name: Let PFC storm happen for a while / Let Watchdog start
pause:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
- block:
- name: Apply drop config to all ports
shell: "pfcwd start --action drop --restoration-time {{ pfc_wd_restore_time }} {{ ports }} {{ pfc_wd_detect_time }}"
become: yes

- name: Start to copy and send PFC packets from all peers
vars:
Expand Down