Btrfs broken in massive transfar

2018-03-12 Thread MASAKI haruka
s send/receive. -> Crashed at transfarred 3.98TB 7. Recreate btrfs. Connect between host and NAS (iSCSI) with GbE cable directly. Mounted with options relatime, spase_cache, compress=lzo. clone with btrfs send/receive. Linux 4.14. -> Crashed at transfarred 2.13TB -- MASAKI haruka -- To unsu

Re: Btrfs broken in massive transfar

2018-03-12 Thread MASAKI haruka
*Now* I tried with Linux 4.14 and 4.15. I experienced same probrem and reported in 2014 with Linux 3.9 and 3.10. (Perchance, actually the kernel was newer than 3.10, anyway I experienced same probrem with old 3.x kernel.) > > > On 2018年03月13日 05:57, MASAKI haruka wrote: > >

Re: Btrfs broken in massive transfar

2018-03-13 Thread MASAKI haruka
--- Note: This system's structure is; Computer (Linux 4.14/4.15) - btrfs (original) - dm-crypt plain - internal 4 disks \_ btrfs (destination) - dm-crypt plain - iSCSI (single) - NAS - Hardware RAID5 - 8 disks > > > On 2018年03月13日 12:19, MASAKI haruka wrote: > > *Now* I t

Re: Btrfs broken in massive transfar

2018-03-13 Thread MASAKI haruka
> On Tue, Mar 13, 2018 at 1:25 PM, MASAKI haruka wrote: > > journal(Kernel log), 7th try (to be readonly): > > > > --- > > 3月 12 16:25:51 lily kernel: BTRFS info (device dm-6): creating UUID tree > > 3月 12 16:25:53 lily iscsid[1406]: Connection

Unable mount subvolume with "File exists" error

2019-03-01 Thread MASAKI Haruka
Hi. When run this script *** #!/bin/zsh setopt RC_EXPAND_PARAM if [[ $1 == start ]] then if iscsiadm -m node -L all && mount /mnt/worldvol && mount /MasterVol && mount ~foo/local ... *** failed with mount: /MasterVol: mount(2) system call failed: File exists. message after last month Manj

Unable mount subvolume with "File exists" error

2019-03-03 Thread MASAKI Haruka
When run this script *** #!/bin/zsh setopt RC_EXPAND_PARAM if [[ $1 == start ]] then if iscsiadm -m node -L all && mount /mnt/worldvol && mount /MasterVol && mount ~foo/local ... *** failed with mount: /MasterVol: mount(2) system call failed: File exists. message after last month Manjaro u

Some file lost when send back snapshot.

2019-04-25 Thread MASAKI Haruka
Btrfs progs btrfs-progs 4.20.2-1 What I should do? Thanks. Masaki Haruka

Re: Some file lost when send back snapshot.

2019-04-25 Thread MASAKI Haruka
s_harmony yuukyuu-chara-seala SMEE is missing. Thanks. On Thu, 25 Apr 2019 20:55:59 +0300 Andrei Borzenkov wrote: > 25.04.2019 16:34, MASAKI Haruka пишет: > [...] > > Please show > > 1. Full protocol of commands you executed (commands and their output), > e.g. ca

Re: Some file lost when send back snapshot.

2019-04-26 Thread MASAKI Haruka
drei Borzenkov wrote: > 26.04.2019 7:50, MASAKI Haruka пишет: > > Thank you for your reply. > > > > # What does > > > > @Host A ("lily" master, new volume) > > aki@lily /mnt % socat TCP-LISTEN:25500 STDOUT | sudo btrfs receive -vv . > > >

Re: Some file lost when send back snapshot.

2019-04-26 Thread MASAKI Haruka
On Fri, 26 Apr 2019 21:27:52 +0300 Andrei Borzenkov wrote: > 26.04.2019 21:12, MASAKI Haruka пишет: > >> You have two subvolumes with the same received_uuid. Is the content of > >> these subvolumes the same? Is "missing" file present in both subvolumes? > >