Skip to content

Commit ee4b6a0

Browse files
committed
set owner and group to no for fetch-devstack-log-dir
As the user on the node under test may not exist on the zuul executor node we do not copy the log owner or group to avoid the rsync task failing when it tries to chown the files. Change-Id: I500cf3692a4d27b0c2a0a4f5586580d180a8778e
1 parent 7a52311 commit ee4b6a0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# as the user in the guest may not exist on the executor
2+
# we do not preserve the group or owner of the copied logs.
3+
14
- name: Collect devstack logs
25
synchronize:
36
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}"
47
mode: pull
58
src: "{{ devstack_base_dir }}/logs"
9+
group: no
10+
owner: no

0 commit comments

Comments
 (0)