Re: [ceph-users] During copy new rbd image is totally thick

2014-02-03 Thread Sebastien Han
I have the same behaviour here. I believe this is somehow expected since you’re calling “copy”, clone will do the cow. Sébastien Han Cloud Engineer "Always give 100%. Unless you're giving blood.” Phone: +33 (0)1 49 70 99 72 Mail: sebastien@enovance.com Address : 10, rue de la Vic

Re: [ceph-users] During copy new rbd image is totally thick

2014-02-02 Thread Igor Laskovy
Anybody? ;) On Thu, Jan 30, 2014 at 9:10 PM, Igor Laskovy wrote: > Hello list, > > Is it correct behavior during copy to thicking rbd image? > > igor@hv03:~$ rbd create rbd/test -s 1024 > igor@hv03:~$ rbd diff rbd/test | awk '{ SUM += $2 } END { print > SUM/1024/1024 " MB" }' > 0 MB > igor@hv03:

[ceph-users] During copy new rbd image is totally thick

2014-01-30 Thread Igor Laskovy
Hello list, Is it correct behavior during copy to thicking rbd image? igor@hv03:~$ rbd create rbd/test -s 1024 igor@hv03:~$ rbd diff rbd/test | awk '{ SUM += $2 } END { print SUM/1024/1024 " MB" }' 0 MB igor@hv03:~$ rbd copy rbd/test rbd/cloneoftest Image copy: 100% complete...done. igor@hv03:~$