Re: [ceph-users] Migrating files from ceph fs from cluster a to cluster b without low downtime

2016-06-07 Thread Eneko Lacunza

El 06/06/16 a las 20:53, Oliver Dzombic escribió:

Hi,

thank you for your suggestion.

Rsync will copy the whole file new, if the size is different.

Since we talk about raw image files of virtual servers, rsync is no option.

We need something which will inside of a file just copy the delta's.

Something like lvmsync ( which is just working with LVM ).

So i am looking for a tool which can do that on a file-base level.


Have you tried rsync --inplace? It works quite well for us, no whole 
file copying. We use ir for raw VM disc files.


--
Zuzendari Teknikoa / Director Técnico
Binovo IT Human Project, S.L.
Telf. 943493611
  943324914
Astigarraga bidea 2, planta 6 dcha., ofi. 3-2; 20180 Oiartzun (Gipuzkoa)
www.binovo.es

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Migrating files from ceph fs from cluster a to cluster b without low downtime

2016-06-06 Thread Oliver Dzombic
Hi,

thank you for your suggestion.

Rsync will copy the whole file new, if the size is different.

Since we talk about raw image files of virtual servers, rsync is no option.

We need something which will inside of a file just copy the delta's.

Something like lvmsync ( which is just working with LVM ).

So i am looking for a tool which can do that on a file-base level.


-- 
Mit freundlichen Gruessen / Best regards

Oliver Dzombic
IP-Interactive

mailto:i...@ip-interactive.de

Anschrift:

IP Interactive UG ( haftungsbeschraenkt )
Zum Sonnenberg 1-3
63571 Gelnhausen

HRB 93402 beim Amtsgericht Hanau
Geschäftsführung: Oliver Dzombic

Steuer Nr.: 35 236 3622 1
UST ID: DE274086107


Am 06.06.2016 um 20:50 schrieb Vasu Kulkarni:
> On Mon, Jun 6, 2016 at 11:43 AM, Oliver Dzombic  
> wrote:
>> Hi,
>>
>> we will have to copy all data
>>
>> from: hammer cephfs
>>
>> to: jewel cephfs
>>
>> and i would like to keep the resulting downtime low for the underlying
>> services.
>>
>> So does anyone know a good way/tool to make a "pre" copy of the files
>> and then just copy the delta's since last copy ?
> 
> are you looking for rsync ? has tons of options
> 
>>
>> Thank you !
>>
>>
>> --
>> Mit freundlichen Gruessen / Best regards
>>
>> Oliver Dzombic
>> IP-Interactive
>>
>> mailto:i...@ip-interactive.de
>>
>> Anschrift:
>>
>> IP Interactive UG ( haftungsbeschraenkt )
>> Zum Sonnenberg 1-3
>> 63571 Gelnhausen
>>
>> HRB 93402 beim Amtsgericht Hanau
>> Geschäftsführung: Oliver Dzombic
>>
>> Steuer Nr.: 35 236 3622 1
>> UST ID: DE274086107
>>
>> ___
>> ceph-users mailing list
>> ceph-users@lists.ceph.com
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] Migrating files from ceph fs from cluster a to cluster b without low downtime

2016-06-06 Thread Vasu Kulkarni
On Mon, Jun 6, 2016 at 11:43 AM, Oliver Dzombic  wrote:
> Hi,
>
> we will have to copy all data
>
> from: hammer cephfs
>
> to: jewel cephfs
>
> and i would like to keep the resulting downtime low for the underlying
> services.
>
> So does anyone know a good way/tool to make a "pre" copy of the files
> and then just copy the delta's since last copy ?

are you looking for rsync ? has tons of options

>
> Thank you !
>
>
> --
> Mit freundlichen Gruessen / Best regards
>
> Oliver Dzombic
> IP-Interactive
>
> mailto:i...@ip-interactive.de
>
> Anschrift:
>
> IP Interactive UG ( haftungsbeschraenkt )
> Zum Sonnenberg 1-3
> 63571 Gelnhausen
>
> HRB 93402 beim Amtsgericht Hanau
> Geschäftsführung: Oliver Dzombic
>
> Steuer Nr.: 35 236 3622 1
> UST ID: DE274086107
>
> ___
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com