Mit backuppc sichere ich meine Systeme zu Hause auf diesen Servern auf eine lokal angeschlossene Festplatte mit btrfs filesystem. Diese Lösung läuft seit langem so und war bisher ohne Auffäligkeiten.
Vor einigen Wochen häuften sich allerdings Abstürze auf dem System. Mittels meminfo identifzierte ich ein Memory Modul als defekt. Nachdem ich andere Speichermodule in dem Server habe, sind leider die kernel oopse geblieben. Bei der weiteren Analyse stellte ich feste, das das erwähnte btrfs fs für die backuppc Sicherung ständig Kernelmeldungen bringt.
Code: Alles auswählen
BTRFS warning (device sdf1): csum failed root 4015 ino 542516 off 5148672 csum 0x95ed7b76 expected csum 0x0088db31 mirror1
Also habe ich die kompletten Daten mittels rsync auf ein anderes fs kopiert mit dem Ziel das btrfs auf der problematischen Festplatte anschließend neuanzulegen.
Der rsync brauchte etliche Anläufe weil das ganze System zwischendurch mit BUG: soft lockup CPU stuck for 23s hing.
Gestern abend war das endlich durch und ich habe das FS neuangelegt und angefangen, die Daten mit rsync wieder zurückzukopieren.
Code: Alles auswählen
sudo rsync -avcAHX /mnt/archive.backup /mnt/archive
Code: Alles auswählen
Oct 19 07:19:54 fatblock kernel: [210309.346913] kernel BUG at /build/linux-RdeW6Z/linux-4.12.13/fs/btrfs/extent-tree.c:1907!
Oct 19 07:19:54 fatblock kernel: [210309.347721] invalid opcode: 0000 [#1] SMP
Oct 19 07:19:54 fatblock kernel: [210309.348492] Modules linked in: nfnetlink_queue nfnetlink_log nfnetlink bluetooth ecdh_generic rfkill uas usb_storage pl2303 ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter cpufreq_userspace cpufreq_powersave cpufreq_conservative binfmt_misc bridge 8021q garp mrp stp llc stv6110x lnbp21 stv090x nct6775 hwmon_vid ext4 crc16 jbd2 fscrypto ecb mbcache intel_rapl x86_pkg_temp_thermal intel_powerclamp kvm_intel kvm ppdev crct10dif_pclmul crc32_pclmul ghash_clmulni_intel intel_cstate snd_hda_codec_realtek iTCO_wdt iTCO_vendor_support snd_hda_codec_generic snd_hda_codec_hdmi intel_uncore pcspkr sg intel_rapl_perf cp210x usbserial cdc_acm ddbridge snd_hda_intel dvb_core snd_hda_codec snd_hda_core snd_hwdep snd_pcm parport_pc snd_timer battery parport snd tpm_infineon soundcore intel_smartconnect
Oct 19 07:19:54 fatblock kernel: [210309.353933] evdev mei_me ie31200_edac shpchp lpc_ich mei mfd_core eeprom nfsd coretemp auth_rpcgss nfs_acl loop lockd grace sunrpc ip_tables x_tables autofs4 btrfs raid10 raid1 raid0 multipath linear vfio_pci irqbypass vfio_virqfd vfio_iommu_type1 vfio hid_generic usbhid hid dm_mod raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c crc32c_generic md_mod sd_mod crc32c_intel mxm_wmi aesni_intel ahci libahci i915 aes_x86_64 crypto_simd cryptd glue_helper libata i2c_algo_bit xhci_pci ehci_pci drm_kms_helper ehci_hcd xhci_hcd scsi_mod i2c_i801 r8169 mii usbcore drm usb_common fan thermal wmi video button
Oct 19 07:19:54 fatblock kernel: [210309.358496] CPU: 4 PID: 17066 Comm: btrfs-transacti Not tainted 4.12.0-0.bpo.2-amd64 #1 Debian 4.12.13-1~bpo9+1
Oct 19 07:19:54 fatblock kernel: [210309.359263] Hardware name: MSI MS-7823/H87M-G43 (MS-7823), BIOS V1.9 05/30/2015
Oct 19 07:19:54 fatblock kernel: [210309.359999] task: ffff9aa7c128d000 task.stack: ffffbaa64a3b0000
Oct 19 07:19:54 fatblock kernel: [210309.360741] RIP: 0010:insert_inline_extent_backref+0xd9/0xe0 [btrfs]
Oct 19 07:19:54 fatblock kernel: [210309.361454] RSP: 0018:ffffbaa64a3b3bf0 EFLAGS: 00010293
Oct 19 07:19:54 fatblock kernel: [210309.362155] RAX: 0000000000000000 RBX: 0000000000000001 RCX: 0000000000000001
Oct 19 07:19:54 fatblock kernel: [210309.362853] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 0000000000000000
Oct 19 07:19:54 fatblock kernel: [210309.363553] RBP: ffff9aa840ea2000 R08: 0000000000003ce8 R09: ffffbaa64a3b3ad0
Oct 19 07:19:54 fatblock kernel: [210309.364220] R10: 0000000000000000 R11: 0000000000000003 R12: 0000000000000000
Oct 19 07:19:54 fatblock kernel: [210309.364875] R13: 0000000000000000 R14: 0000000000000000 R15: ffff9aa7c110f0e0
Oct 19 07:19:54 fatblock kernel: [210309.365515] FS: 0000000000000000(0000) GS:ffff9aa8deb00000(0000) knlGS:0000000000000000
Oct 19 07:19:54 fatblock kernel: [210309.366144] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Oct 19 07:19:54 fatblock kernel: [210309.366758] CR2: 00007f5abaa1a81b CR3: 000000008c409000 CR4: 00000000001406e0
Oct 19 07:19:54 fatblock kernel: [210309.367387] Call Trace:
Oct 19 07:19:54 fatblock kernel: [210309.367988] ? __btrfs_inc_extent_ref.isra.52+0x8d/0x280 [btrfs]
Oct 19 07:19:54 fatblock kernel: [210309.368591] ? btrfs_merge_delayed_refs+0x63/0x590 [btrfs]
Oct 19 07:19:54 fatblock kernel: [210309.369182] ? __btrfs_run_delayed_refs+0xa33/0x1260 [btrfs]
Oct 19 07:19:54 fatblock kernel: [210309.369762] ? __switch_to+0x234/0x430
Oct 19 07:19:54 fatblock kernel: [210309.370340] ? btrfs_run_delayed_refs+0x7a/0x270 [btrfs]
Oct 19 07:19:54 fatblock kernel: [210309.370944] ? kmem_cache_alloc+0xbb/0x5a0
Oct 19 07:19:54 fatblock kernel: [210309.371528] ? btrfs_commit_transaction+0x46/0x960 [btrfs]
Oct 19 07:19:54 fatblock kernel: [210309.372112] ? start_transaction+0x89/0x410 [btrfs]
Oct 19 07:19:54 fatblock kernel: [210309.372698] ? transaction_kthread+0x195/0x1b0 [btrfs]
Oct 19 07:19:54 fatblock kernel: [210309.373278] ? kthread+0xfc/0x130
Oct 19 07:19:54 fatblock kernel: [210309.373862] ? btrfs_cleanup_transaction+0x520/0x520 [btrfs]
Oct 19 07:19:54 fatblock kernel: [210309.374446] ? kthread_create_on_node+0x70/0x70
Oct 19 07:19:54 fatblock kernel: [210309.375052] ? ret_from_fork+0x25/0x30
Oct 19 07:19:54 fatblock kernel: [210309.375630] Code: 56 8b 44 24 70 49 89 d9 4c 89 e1 4c 89 fe 48 89 ef 50 41 55 4c 8b 44 24 68 48 8b 54 24 20 e8 2f d7 ff ff 48 83 c4 18 31 c0 eb b0 <0f> 0b e8 f0 7d 47 eb 0f 1f 44 00 00 41 57 41 56 49 89 f7 41 55
Oct 19 07:19:54 fatblock kernel: [210309.376874] RIP: insert_inline_extent_backref+0xd9/0xe0 [btrfs] RSP: ffffbaa64a3b3bf0