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:
parent
c5833f1417
commit
c2c1c85651
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user