I've finally merged my modifications to copyfile modules to the
mainstream git repo. From now on, sending big files over network should
timeout. I've created copyfile overlord module that can be used to send
files from Python API:

import func.overlord.client as fc
fc.Client("*").local.copyfile.send('/tmp/test_file_50M', '/tmp/50M')

Should send local /tmp/test_file_50M file to all ("*") minions. This
file will be stored in /tmp/50M on remote machines.

_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to