]> xenbits.xensource.com Git - xcp/xen-api.git/commit
CA-47663 The host blob sync logs 10s of thousands of log lines per iteration
authorMike McClurg <mike.mcclurg@citrix.com>
Wed, 26 Jan 2011 17:39:05 +0000 (17:39 +0000)
committerMike McClurg <mike.mcclurg@citrix.com>
Wed, 26 Jan 2011 17:39:05 +0000 (17:39 +0000)
commite1f5c5d21c256e64d53c9a66a2e2ec73ea7bc15a
tree95ea8f14027849ff27bc0d19d21d9c33ac4094a1
parentc4b8552628da92f41c9e91cdaa03e1d7ef15daa4
CA-47663 The host blob sync logs 10s of thousands of log lines per iteration

The rsync command called by Xapi_sync.sync_host was given the -v (verbose) option, which made it spew tens of thousands of lines into the xensource.log file. I removed the -v option and added --stats in order to keep the file transfer summaries in the output.

Signed-off-by: Mike McClurg <mike.mcclurg@citrix.com>
ocaml/xapi/xapi_sync.ml