18.06.1: btrfs RAID1 on TP-LINK TL-WDR3600 problem(bug?)

Hi,
I updated my TP-LINK TL-WDR3600 to OpenWrt 18.06.1 to attach 2 Harddisks in RAID1. The disks were attached to a Linux PC before and they work there without any problems. They are also working with gexxbox (cubibox hardware).

uname -a
Linux Grisu-AP 4.9.120 #0 Thu Aug 16 07:51:15 2018 mips GNU/Linux

If I try to mount the RAID as sda I get the following:
mount /dev/sda /mnt/share
mount: mounting /dev/sda on /mnt/share failed: Invalid argument

If I try to mount the RAID as sdb it seems to work . I can browse through the directories for some seconds. Then nothing is listed anymore and I found the following in the log.

[  206.334816] BTRFS: device label BTRFS_RAID1 devid 1 transid 21115 /dev/sda
[  206.344960] BTRFS info (device sda): disk space caching is enabled
[  206.353718] BTRFS error (device sda): failed to read the system array: -5
[  206.362914] BTRFS error (device sda): open_ctree failed
[  227.727463] BTRFS info (device sda): disk space caching is enabled
[  227.735960] BTRFS error (device sda): failed to read the system array: -5
[  227.745478] BTRFS error (device sda): open_ctree failed
[  237.303189] BTRFS: device label BTRFS_RAID1 devid 2 transid 21115 /dev/sdb
[  237.313585] BTRFS info (device sdb): disk space caching is enabled
[  292.959623] ------------[ cut here ]------------
[  292.964449] WARNING: CPU: 0 PID: 2010 at fs/btrfs/extent-tree.c:2967 0x8771f3e8 [btrfs@87700000+0xd74a0]
[  292.974243] BTRFS: Transaction aborted (error -17)
[  292.979183] Modules linked in: ath9k ath9k_common pppoe ppp_async ath9k_hw ath pppox ppp_generic nf_conntrack_ipv6 mac80211 iptable_nat ipt_REJECT ipt_MASQUERADE cfg80211 xt_time xt_tcpudp xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_LOG xt_CT slhc nf_reject_ipv4 nf_nat_redirect nf_nat_masquerade_ipv4 nf_conntrack_ipv4 nf_nat_ipv4 nf_nat nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack lzo libcrc32c iptable_mangle iptable_filter ip_tables crc_ccitt compat ledtrig_usbport ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables x_tables nfsd nfs lockd sunrpc grace dns_resolver uas usb_storage sd_mod scsi_mod btrfs zlib_inflate zlib_deflate xor raid6_pq lzo_decompress lzo_compress
[  293.051845]  exportfs crc32c_generic crypto_hash ehci_platform ehci_hcd gpio_button_hotplug usbcore nls_base usb_common
[  293.061554] CPU: 0 PID: 2010 Comm: btrfs-transacti Not tainted 4.9.120 #0
[  293.068477] Stack : 80497672 0000003d 00000000 00000001 00000000 00000000 00000000 00000000
[  293.077154]         00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  293.085741]         00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  293.094322]         00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  293.102919]         00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  293.111499]         ...
[  293.114007] Call Trace:
[  293.116327] [<8006ad5c>] 0x8006ad5c
[  293.119889] [<8006ad5c>] 0x8006ad5c
[  293.123427] [<8007fd44>] 0x8007fd44
[  293.127028] [<8771f3e8>] 0x8771f3e8 [btrfs@87700000+0xd74a0]
[  293.132814] [<8007fd7c>] 0x8007fd7c
[  293.136393] [<8771f3e8>] 0x8771f3e8 [btrfs@87700000+0xd74a0]
[  293.142249] [<87737e5c>] 0x87737e5c [btrfs@87700000+0xd74a0]
[  293.148041] [<877385ec>] 0x877385ec [btrfs@87700000+0xd74a0]
[  293.153811] [<803a79d8>] 0x803a79d8
[  293.157380] [<87732d94>] 0x87732d94 [btrfs@87700000+0xd74a0]
[  293.163158] [<87732c10>] 0x87732c10 [btrfs@87700000+0xd74a0]
[  293.168960] [<87732c10>] 0x87732c10 [btrfs@87700000+0xd74a0]
[  293.174786] [<80098150>] 0x80098150
[  293.178399] [<80098074>] 0x80098074
[  293.181992] [<80065ef8>] 0x80065ef8
[  293.185533] 
[  293.187041] ---[ end trace 467c7995bdeef333 ]---
[  293.191792] BTRFS: error (device sdb) in btrfs_run_delayed_refs:2967: errno=-17 Object already exists
[  293.201178] BTRFS info (device sdb): forced readonly
[  293.206265] BTRFS warning (device sdb): Skipping commit of aborted transaction.
[  293.213736] BTRFS: error (device sdb) in cleanup_transaction:1850: errno=-17 Object already exists

Do I something wrong or indicating the messages a bug?

Best regards, grisu

There seems to be something wonky with ath79/ar71xx as f2fs-tools is also broken.

Aside from that, you're going to get awful performance if you ever get it to work at all so I'd suggest that you use something more powerful instead of wasting time on the TL-WDR3600.