Skip to content

Commit 0b45e29

Browse files
authored
remove --delete to not purge each others logs in master (#904)
1 parent fa55324 commit 0b45e29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

image_builder/configs/daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ spec:
103103
echo "Syncing from rsync://${MASTER_IP}"
104104
rsync -avz rsync://${MASTER_IP}/vmwarelib/ /home/ubuntu/vmware-vix-disklib-distrib/
105105
106-
# Sync logs from worker to master (with delete flag to sync deletions too)
107-
rsync -avz --delete /var/log/pf9 rsync://${MASTER_IP}/worker-logs
106+
# Sync logs from worker to master
107+
rsync -avz /var/log/pf9 rsync://${MASTER_IP}/worker-logs
108108
109109
# Sync virtio-win drivers from master to worker
110110
rsync -avz rsync://${MASTER_IP}/virtio-win /home/ubuntu/virtio-win

0 commit comments

Comments
 (0)