Re: [lxc-users] "lxc file push" corrupts files

2016-01-27 Thread Tycho Andersen
On Wed, Jan 27, 2016 at 04:42:21PM +0900, Tomasz Chmielewski wrote: > In some cases, "lxc file push" corrupts files. > > To reproduce: > > - file must exist in the container > - existing file in the container must be bigger than the file being pushed Thanks for the report, I believe this was fix

[lxc-users] "lxc file push" corrupts files

2016-01-26 Thread Tomasz Chmielewski
In some cases, "lxc file push" corrupts files. To reproduce: - file must exist in the container - existing file in the container must be bigger than the file being pushed Reproducer: * make sure /tmp/testfile does not exist in the container: host# lxc exec container rm /tmp/testfile * cre