2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-08 12:36:03 +00:00

Increase verbosity of syncfiles

This commit is contained in:
Jarrod Johnson 2021-03-25 08:59:16 -04:00
parent c5833f1417
commit c2c1c85651

View File

@ -92,7 +92,7 @@ def sync_list_to_node(synclist, node, suffixes):
os.path.join(targdir, suffixes['merge']))
sshutil.prep_ssh_key('/etc/confluent/ssh/automation')
output = subprocess.check_output(
['rsync', '-aL', targdir + '/', 'root@{}:/'.format(node)])
['rsync', '-avL', targdir + '/', 'root@{}:/'.format(node)])
finally:
shutil.rmtree(targdir)
return output