[SOLVED] Recovering from a hardware failure - several drives appearing as unsupported partition layout


Recommended Posts

I had an ASROCK C2750D4I which died from the known reflashing bug after doing its job well.  I had a Areca ARC1280ML and used the rest of the onboard sata via reverse sas breakout.  For the replacement, I bought a new second hand dual xeon, transferred across my Areca ARC1280ML as is, and installed two LSI SAS 9211-8i flashed in IT mode, I then hooked up all the SAS cables, disabled the bios for all these cards and booted.

 

Unraid came back up, it pretends the array is valid and it found the drives and actually started the array and a parity check, but I have several disks listed as:

Quote

Unmountable: Unsupported partition layout

 and then appear as needing formatting, which makes it look like something is boned.  Most of the disks appear to be fine, with all content in place but obviously this will be a big amount of data lost. 

 

As soon as I saw it was not correct I hit stop and quickly flicked to not allowing the array to start on boot.  Unraid thought everything was fine!

 

I have moved all these drives around different ports across the different controllers but it does not like them.  The only thing i can thing of is that these were either formatted on the areca and its 'forgotten' and did some magic, or they got borked when the motherboard went and were directly attached.

 

Here's the drives:

root@beyonder-nas:~# ls -l /dev/sd*
brw-rw---- 1 root plugdev  8,   0 Dec  9 19:39 /dev/sda
brw-rw---- 1 root plugdev  8,   1 Dec  9 19:39 /dev/sda1
brw-rw---- 1 root disk     8,  16 Dec  9 19:39 /dev/sdb
brw-rw---- 1 root disk     8,  17 Dec  9 19:39 /dev/sdb1
brw-rw---- 1 root disk     8,  32 Dec  9 19:39 /dev/sdc
brw-rw---- 1 root disk     8,  33 Dec  9 19:39 /dev/sdc1
brw-rw---- 1 root disk     8,  48 Dec  9 19:39 /dev/sdd
brw-rw---- 1 root disk     8,  49 Dec  9 19:39 /dev/sdd1
brw-rw---- 1 root disk     8,  64 Dec  9 19:39 /dev/sde
brw-rw---- 1 root disk     8,  65 Dec  9 19:39 /dev/sde1
brw-rw---- 1 root disk     8,  80 Dec  9 19:39 /dev/sdf
brw-rw---- 1 root disk     8,  81 Dec  9 19:39 /dev/sdf1
brw-rw---- 1 root disk     8,  96 Dec  9 19:39 /dev/sdg
brw-rw---- 1 root disk     8,  97 Dec  9 19:39 /dev/sdg1
brw-rw---- 1 root disk     8, 112 Dec  9 19:39 /dev/sdh
brw-rw---- 1 root disk     8, 113 Dec  9 19:39 /dev/sdh1
brw-rw---- 1 root disk     8, 128 Dec  9 19:39 /dev/sdi
brw-rw---- 1 root disk     8, 129 Dec  9 19:39 /dev/sdi1
brw-rw---- 1 root disk     8, 144 Dec  9 19:39 /dev/sdj
brw-rw---- 1 root disk     8, 145 Dec  9 19:39 /dev/sdj1
brw-rw---- 1 root disk     8, 160 Dec  9 19:39 /dev/sdk
brw-rw---- 1 root disk     8, 161 Dec  9 19:39 /dev/sdk1
brw-rw---- 1 root disk     8, 176 Dec  9 19:39 /dev/sdl
brw-rw---- 1 root disk     8, 177 Dec  9 19:39 /dev/sdl1
brw-rw---- 1 root disk     8, 192 Dec  9 19:39 /dev/sdm
brw-rw---- 1 root disk     8, 193 Dec  9 19:39 /dev/sdm1
brw-rw---- 1 root disk     8, 208 Dec  9 19:39 /dev/sdn
brw-rw---- 1 root disk     8, 209 Dec  9 19:39 /dev/sdn1
brw-rw---- 1 root disk     8, 224 Dec  9 19:39 /dev/sdo
brw-rw---- 1 root disk     8, 225 Dec  9 19:39 /dev/sdo1
brw-rw---- 1 root disk     8, 240 Dec  9 19:39 /dev/sdp
brw-rw---- 1 root disk     8, 241 Dec  9 19:39 /dev/sdp1
brw-rw---- 1 root disk    65,   0 Dec  9 19:39 /dev/sdq
brw-rw---- 1 root disk    65,  16 Dec  9 19:39 /dev/sdr
brw-rw---- 1 root disk    65,  32 Dec  9 19:39 /dev/sds
brw-rw---- 1 root disk    65,  33 Dec  9 19:39 /dev/sds1
brw-rw---- 1 root disk    65,  48 Dec  9 19:39 /dev/sdt
brw-rw---- 1 root disk    65,  64 Dec  9 19:39 /dev/sdu
brw-rw---- 1 root disk    65,  80 Dec  9 19:39 /dev/sdv
brw-rw---- 1 root disk    65,  81 Dec  9 19:39 /dev/sdv1
brw-rw---- 1 root disk    65,  96 Dec  9 19:39 /dev/sdw

The unmountable drives are:  sdq (4tb), sdr (4tb), sdt (4tb), sdu (8tb), sdw (12tb).  There doesn't appear to be a partition!

 

With fsck:

root@beyonder-nas:~# fsck /dev/sdw
fsck from util-linux 2.30.2
e2fsck 1.43.6 (29-Aug-2017)
ext2fs_open2: Bad magic number in super-block
/sbin/e2fsck: Superblock invalid, trying backup blocks...
/sbin/e2fsck: Bad magic number in super-block while trying to open /dev/sdw

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem.  If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
 or
    e2fsck -b 32768 <device>

/dev/sdw contains `DOS/MBR boot sector; partition 1 : ID=0xee, start-CHS (0x0,0,2), end-CHS (0x3ff,255,63), startsector 1, 4294967295 sectors, extended partition table (last)' data

I'm pretty sure these will have been xfs:

root@beyonder-nas:/mnt/disks# fsck.xfs /dev/sdw
If you wish to check the consistency of an XFS filesystem or
repair a damaged filesystem, see xfs_repair(8).

The Areca i used:

# Areca RAID config
cp /boot/custom/lib/udev/rules.d/60-persistent-storage.rules /lib/udev/rules.d
udevadm control --reload-rules
udevadm trigger
sleep 5

in my /boot/go to get the friendly names.

 

array1.thumb.png.924a19e417f68a306a2947b3704521b0.png

drive1.thumb.png.4058ece429e19b825dfd63b77ff73a18.png

drive2.thumb.png.22a4b3b395b62f3eb313cae832bfb844.png

 

Any obi-wan's out there or am I done for?

beyonder-nas-diagnostics-20181209-1950.zip

Edited by spamalam
Marking as solved
Link to comment
root@beyonder-nas:~# sfdisk -l /dev/sdq
The primary GPT table is corrupt, but the backup appears OK, so that will be used.
Disk /dev/sdq: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 444CA5F1-B2C2-4A0B-96DF-75ED69F0DB1F

Device     Start        End    Sectors  Size Type
/dev/sdq1     64 7814037134 7814037071  3.7T Linux filesystem
root@beyonder-nas:~# sfdisk -l /dev/sdr
The primary GPT table is corrupt, but the backup appears OK, so that will be used.
Disk /dev/sdr: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 219F8705-F323-405E-9299-3B3FFCE2BB54

Device     Start        End    Sectors  Size Type
/dev/sdr1     64 7814037134 7814037071  3.7T Linux filesystem
root@beyonder-nas:~# sfdisk -l /dev/sdt
The primary GPT table is corrupt, but the backup appears OK, so that will be used.
Disk /dev/sdt: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 2953E92D-B1EE-4827-A67B-093135D37EE0

Device     Start        End    Sectors  Size Type
/dev/sdt1     64 7814037134 7814037071  3.7T Linux filesystem
root@beyonder-nas:~# sfdisk -l /dev/sdt
The primary GPT table is corrupt, but the backup appears OK, so that will be used.
Disk /dev/sdt: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 2953E92D-B1EE-4827-A67B-093135D37EE0

Device     Start        End    Sectors  Size Type
/dev/sdt1     64 7814037134 7814037071  3.7T Linux filesystem
root@beyonder-nas:~# sfdisk -l /dev/sdu
The primary GPT table is corrupt, but the backup appears OK, so that will be used.
Disk /dev/sdu: 7.3 TiB, 8001563222016 bytes, 15628053168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 0A7595FF-7E1F-4C9C-AD8F-B1F8DAE16A6D

Device     Start         End     Sectors  Size Type
/dev/sdu1     64 15628053134 15628053071  7.3T Linux filesystem
root@beyonder-nas:~# sfdisk -l /dev/sdw
The primary GPT table is corrupt, but the backup appears OK, so that will be used.
Disk /dev/sdw: 10.9 TiB, 12000138625024 bytes, 23437770752 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 19899A7A-0A66-4AF0-918B-82876F262431

Device     Start         End     Sectors  Size Type
/dev/sdw1     64 23437770718 23437770655 10.9T Linux filesystem

 

Is there a way to get a GPT table recovered?   Assuming the above is correct, it seems building a GPT table unraid understands might bring this back?

Link to comment
47 minutes ago, johnnie.black said:

Since the partition is outside parity rebuilding the disks should correct the partitions, test with one disk first, unassign it, start the array and if the emulated disk mounts correctly rebuild on top of the same disk, then repeat for the other disks.

I tried this and yes it looks like its correctly emulating, for the missing disk I now get an emulated entry:

/dev/md1        7.3T  7.3T  9.3G 100% /mnt/disk1 <- this was dead
/dev/md3        3.7T  3.3T  414G  89% /mnt/disk3
/dev/md6        3.7T  3.7T  9.7G 100% /mnt/disk6
/dev/md7        3.7T  3.7T  5.1G 100% /mnt/disk7
/dev/md8        3.7T  2.8T  901G  76% /mnt/disk8
/dev/md9        7.3T  2.8T  4.5T  39% /mnt/disk9
/dev/md11       7.3T  2.1T  5.3T  28% /mnt/disk11
/dev/md12       2.8T  2.8T  9.5G 100% /mnt/disk12
/dev/md13       3.7T  3.7T   16G 100% /mnt/disk13
/dev/md14       3.7T  2.6T  1.2T  70% /mnt/disk14
/dev/md15       2.8T  1.2T  1.6T  44% /mnt/disk15

Before i do something deadly, when you say rebuild on top of the same disk, what do you mean?  Run a parity check in this state? and then, stop add the next disk and repeat?

 

Edit: Ah, unassigning and then reassigning is rebuilding the disk.  Got it.  Let's see if it works!

Edited by spamalam
Link to comment

The first disk is still on-going, i have spotted this in dmesg:

[32644.875267] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32644.875766] XFS (md1): Unmount and run xfs_repair
[32644.876089] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32644.876404] ffff88055b02c000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32644.877032] ffff88055b02c010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32644.877664] ffff88055b02c020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32644.878295] ffff88055b02c030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32644.879014] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32644.880140] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32644.880727] XFS (md1): Unmount and run xfs_repair
[32644.881098] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32644.881421] ffff88028ca12000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32644.882033] ffff88028ca12010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32644.882631] ffff88028ca12020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32644.883224] ffff88028ca12030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32644.883792] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32644.884776] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32644.885246] XFS (md1): Unmount and run xfs_repair
[32644.885500] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32644.885756] ffff88053e52e000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32644.886236] ffff88053e52e010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32644.886741] ffff88053e52e020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32644.887270] ffff88053e52e030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32644.893898] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32644.896529] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32644.897109] XFS (md1): Unmount and run xfs_repair
[32644.897421] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32644.897809] ffff880539fdd000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32644.898381] ffff880539fdd010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32644.898960] ffff880539fdd020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32644.899591] ffff880539fdd030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32644.900304] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32644.901554] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32644.902097] XFS (md1): Unmount and run xfs_repair
[32644.902343] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32644.902592] ffff88028ca54000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32644.903053] ffff88028ca54010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32644.903551] ffff88028ca54020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32644.904053] ffff88028ca54030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32644.904631] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32644.905684] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32644.906255] XFS (md1): Unmount and run xfs_repair
[32644.906564] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32644.906886] ffff88055b02c000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32644.907451] ffff88055b02c010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32644.908024] ffff88055b02c020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32644.908589] ffff88055b02c030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32644.909233] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32644.910094] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32644.910663] XFS (md1): Unmount and run xfs_repair
[32644.911022] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32644.911329] ffff88028ca12000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32644.911938] ffff88028ca12010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32644.912535] ffff88028ca12020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32644.913113] ffff88028ca12030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32644.913724] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32644.914770] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32644.915377] XFS (md1): Unmount and run xfs_repair
[32644.915706] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32644.916175] ffff88053e52e000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32644.917007] ffff88053e52e010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32644.917653] ffff88053e52e020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32644.918287] ffff88053e52e030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32644.918859] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32644.919746] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32644.920219] XFS (md1): Unmount and run xfs_repair
[32644.920469] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32644.920771] ffff880539fdd000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32644.921350] ffff880539fdd010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32644.921914] ffff880539fdd020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32644.922480] ffff880539fdd030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32644.923131] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32644.924175] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32644.924741] XFS (md1): Unmount and run xfs_repair
[32644.925074] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32644.925384] ffff88028ca54000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32644.925958] ffff88028ca54010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32644.926517] ffff88028ca54020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32644.927084] ffff88028ca54030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32644.927734] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32644.928617] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32644.929402] XFS (md1): Unmount and run xfs_repair
[32644.929670] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32644.929937] ffff88055b02c000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32644.930409] ffff88055b02c010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32644.930965] ffff88055b02c020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32644.931476] ffff88055b02c030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32644.932067] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.055868] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.056567] XFS (md1): Unmount and run xfs_repair
[32645.056893] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.057222] ffff88028d84c000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.057811] ffff88028d84c010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.058373] ffff88028d84c020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.058939] ffff88028d84c030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.059619] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.063427] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.064147] XFS (md1): Unmount and run xfs_repair
[32645.064472] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.064832] ffff88055b3d9000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.065422] ffff88055b3d9010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.066024] ffff88055b3d9020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.066617] ffff88055b3d9030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.067289] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.068305] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.068914] XFS (md1): Unmount and run xfs_repair
[32645.069198] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.069490] ffff88055b22a000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.070012] ffff88055b22a010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.070488] ffff88055b22a020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.070953] ffff88055b22a030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.071494] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.072323] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.072828] XFS (md1): Unmount and run xfs_repair
[32645.073134] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.073447] ffff8806e958b000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.074023] ffff8806e958b010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.074564] ffff8806e958b020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.075159] ffff8806e958b030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.075788] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.076863] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.077435] XFS (md1): Unmount and run xfs_repair
[32645.077748] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.078095] ffff8806e9524000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.078666] ffff8806e9524010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.079232] ffff8806e9524020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.085947] ffff8806e9524030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.086427] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.087227] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.087803] XFS (md1): Unmount and run xfs_repair
[32645.088087] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.088408] ffff88028ca54000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.088891] ffff88028ca54010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.089364] ffff88028ca54020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.089916] ffff88028ca54030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.090538] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.091582] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.092200] XFS (md1): Unmount and run xfs_repair
[32645.092508] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.092843] ffff88028da0c000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.093486] ffff88028da0c010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.094088] ffff88028da0c020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.094673] ffff88028da0c030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.095312] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.096571] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.097173] XFS (md1): Unmount and run xfs_repair
[32645.097494] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.097851] ffff880539c15000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.098527] ffff880539c15010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.099012] ffff880539c15020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.099505] ffff880539c15030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.100066] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.101357] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.101835] XFS (md1): Unmount and run xfs_repair
[32645.102080] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.102329] ffff880dd8406000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.102916] ffff880dd8406010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.103528] ffff880dd8406020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.104145] ffff880dd8406030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.104771] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.105603] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.106228] XFS (md1): Unmount and run xfs_repair
[32645.106546] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.106884] ffff88055b364000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.107460] ffff88055b364010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.108038] ffff88055b364020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.108658] ffff88055b364030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.109267] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.111088] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.111553] XFS (md1): Unmount and run xfs_repair
[32645.111819] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.112087] ffff88028d9d3000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.112603] ffff88028d9d3010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.113149] ffff88028d9d3020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.113763] ffff88028d9d3030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.114292] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.115137] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.115707] XFS (md1): Unmount and run xfs_repair
[32645.116060] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.116374] ffff88055b371000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.116980] ffff88055b371010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.117616] ffff88055b371020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.118231] ffff88055b371030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.118904] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.121283] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.121855] XFS (md1): Unmount and run xfs_repair
[32645.122223] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.122728] ffff8802c1e36000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.123303] ffff8802c1e36010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.123879] ffff8802c1e36020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.124444] ffff8802c1e36030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.125106] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.127392] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.127976] XFS (md1): Unmount and run xfs_repair
[32645.128227] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.128480] ffff88055b3b5000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.128946] ffff88055b3b5010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.129415] ffff88055b3b5020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.129948] ffff88055b3b5030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.130593] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.131507] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.132068] XFS (md1): Unmount and run xfs_repair
[32645.132373] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.132685] ffff8802c1e36000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.133251] ffff8802c1e36010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.133818] ffff8802c1e36020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.134380] ffff8802c1e36030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.134953] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.135767] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.136372] XFS (md1): Unmount and run xfs_repair
[32645.136712] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.137025] ffff88028da0f000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.137578] ffff88028da0f010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.138136] ffff88028da0f020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.138684] ffff88028da0f030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.139371] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.141518] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.141992] XFS (md1): Unmount and run xfs_repair
[32645.142240] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.142493] ffff88055b371000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.142962] ffff88055b371010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.143455] ffff88055b371020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.143979] ffff88055b371030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.144560] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.145243] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.145745] XFS (md1): Unmount and run xfs_repair
[32645.146026] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.146346] ffff88055b3b8000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.146921] ffff88055b3b8010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.153625] ffff88055b3b8020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.154192] ffff88055b3b8030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.154805] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.155785] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.156382] XFS (md1): Unmount and run xfs_repair
[32645.156702] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.157041] ffff88028d84c000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.158006] ffff88028d84c010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.158591] ffff88028d84c020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.159179] ffff88028d84c030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.159782] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.160460] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.160931] XFS (md1): Unmount and run xfs_repair
[32645.161180] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.161429] ffff88028da17000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.161888] ffff88028da17010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.162352] ffff88028da17020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.162810] ffff88028da17030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.163311] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.268500] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.269078] XFS (md1): Unmount and run xfs_repair
[32645.269382] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.269688] ffff880539dfb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.270251] ffff880539dfb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.270809] ffff880539dfb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.271376] ffff880539dfb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.272015] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.272860] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.273509] XFS (md1): Unmount and run xfs_repair
[32645.273992] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.274404] ffff88028d927000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.274985] ffff88028d927010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.275549] ffff88028d927020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.276127] ffff88028d927030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.276706] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.277667] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.278343] XFS (md1): Unmount and run xfs_repair
[32645.278649] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.278939] ffff8805128d5000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.279414] ffff8805128d5010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.279878] ffff8805128d5020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.280338] ffff8805128d5030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.280836] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.281549] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.282086] XFS (md1): Unmount and run xfs_repair
[32645.282334] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.282585] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.283046] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.283499] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.283975] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.284574] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.285641] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.286294] XFS (md1): Unmount and run xfs_repair
[32645.286678] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.286997] ffff880539dfb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.287590] ffff880539dfb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.288169] ffff880539dfb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.288778] ffff880539dfb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.289430] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.290156] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.290671] XFS (md1): Unmount and run xfs_repair
[32645.290943] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.291210] ffff880539dfb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.291695] ffff880539dfb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.292184] ffff880539dfb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.292668] ffff880539dfb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.293224] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.294005] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.294462] XFS (md1): Unmount and run xfs_repair
[32645.294718] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.295024] ffff88028d8bb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.295521] ffff88028d8bb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.296099] ffff88028d8bb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.296633] ffff88028d8bb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.297162] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.297882] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.298424] XFS (md1): Unmount and run xfs_repair
[32645.298711] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.299007] ffff8805128d5000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.299528] ffff8805128d5010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.300063] ffff8805128d5020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.300554] ffff8805128d5030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.301106] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.301892] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.302410] XFS (md1): Unmount and run xfs_repair
[32645.302688] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.303076] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.303528] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.303996] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.304452] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.304949] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.305657] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.306231] XFS (md1): Unmount and run xfs_repair
[32645.306531] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.306846] ffff88055b3e2000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.307407] ffff88055b3e2010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.307963] ffff88055b3e2020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.308519] ffff88055b3e2030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.309119] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.310018] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.310593] XFS (md1): Unmount and run xfs_repair
[32645.310935] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.311288] ffff88028e1d8000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.317123] ffff88028e1d8010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.317670] ffff88028e1d8020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.318229] ffff88028e1d8030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.318829] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.319588] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.320208] XFS (md1): Unmount and run xfs_repair
[32645.320539] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.320938] ffff88028d8bb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.321575] ffff88028d8bb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.322203] ffff88028d8bb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.322786] ffff88028d8bb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.323332] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.325660] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.326166] XFS (md1): Unmount and run xfs_repair
[32645.326428] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.326722] ffff8805128d5000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.327251] ffff8805128d5010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.327835] ffff8805128d5020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.328423] ffff8805128d5030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.329040] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.329778] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.330342] XFS (md1): Unmount and run xfs_repair
[32645.330640] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.331010] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.331568] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.332122] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.332670] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.333229] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.334174] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.334756] XFS (md1): Unmount and run xfs_repair
[32645.335042] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.335341] ffff88055b3e2000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.335848] ffff88055b3e2010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.336353] ffff88055b3e2020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.336847] ffff88055b3e2030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.337405] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.338484] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.338951] XFS (md1): Unmount and run xfs_repair
[32645.339196] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.339446] ffff88028e1d8000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.339909] ffff88028e1d8010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.340380] ffff88028e1d8020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.340881] ffff88028e1d8030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.341502] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.342407] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.342986] XFS (md1): Unmount and run xfs_repair
[32645.343292] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.343596] ffff88028d8bb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.344157] ffff88028d8bb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.344783] ffff88028d8bb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.345337] ffff88028d8bb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.345903] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.346689] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.347250] XFS (md1): Unmount and run xfs_repair
[32645.347549] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.347862] ffff8805128d5000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.348425] ffff8805128d5010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.348946] ffff8805128d5020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.349451] ffff8805128d5030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.350003] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.352085] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.352544] XFS (md1): Unmount and run xfs_repair
[32645.352796] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.353059] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.353532] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.354034] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.354582] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.355160] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.356036] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.356697] XFS (md1): Unmount and run xfs_repair
[32645.357057] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.357361] ffff88055b3e2000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.358050] ffff88055b3e2010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.358647] ffff88055b3e2020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.359245] ffff88055b3e2030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.359854] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.462816] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.463322] XFS (md1): Unmount and run xfs_repair
[32645.463581] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.463851] ffff880539fb7000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.464354] ffff880539fb7010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.464887] ffff880539fb7020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.465471] ffff880539fb7030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.466001] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.466789] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.467359] XFS (md1): Unmount and run xfs_repair
[32645.467696] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.468042] ffff88028e1ec000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.468518] ffff88028e1ec010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.469153] ffff88028e1ec020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.469738] ffff88028e1ec030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.470424] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.471522] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.472134] XFS (md1): Unmount and run xfs_repair
[32645.472452] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.472774] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.473367] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.474013] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.474558] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.475186] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.475910] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.476441] XFS (md1): Unmount and run xfs_repair
[32645.482212] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.482500] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.483069] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.483543] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.484107] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.484725] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.486583] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.487189] XFS (md1): Unmount and run xfs_repair
[32645.487510] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.487830] ffff880539fb7000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.488416] ffff880539fb7010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.488992] ffff880539fb7020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.489563] ffff880539fb7030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.490176] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.491035] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.491589] XFS (md1): Unmount and run xfs_repair
[32645.491955] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.492237] ffff88028e1d6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.492724] ffff88028e1d6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.493191] ffff88028e1d6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.493647] ffff88028e1d6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.494190] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.495058] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.495540] XFS (md1): Unmount and run xfs_repair
[32645.495788] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.496050] ffff88028e1ec000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.496508] ffff88028e1ec010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.496968] ffff88028e1ec020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.497441] ffff88028e1ec030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.497972] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.498774] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.499267] XFS (md1): Unmount and run xfs_repair
[32645.499517] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.499772] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.500499] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.501083] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.501648] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.502249] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.503428] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.504108] XFS (md1): Unmount and run xfs_repair
[32645.504425] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.504787] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.505411] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.506030] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.506624] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.507223] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.507860] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.508330] XFS (md1): Unmount and run xfs_repair
[32645.508576] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.508843] ffff880539fb7000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.509310] ffff880539fb7010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.509768] ffff880539fb7020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.510235] ffff880539fb7030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.510720] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.511593] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.512068] XFS (md1): Unmount and run xfs_repair
[32645.512319] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.512570] ffff880768889000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.513027] ffff880768889010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.513482] ffff880768889020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.513940] ffff880768889030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.514468] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.515193] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.515687] XFS (md1): Unmount and run xfs_repair
[32645.515957] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.516258] ffff88028e1ec000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.516746] ffff88028e1ec010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.517234] ffff88028e1ec020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.517686] ffff88028e1ec030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.518279] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.520376] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.520855] XFS (md1): Unmount and run xfs_repair
[32645.521109] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.521365] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.521831] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.522300] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.522800] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.523372] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.524166] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.524745] XFS (md1): Unmount and run xfs_repair
[32645.525064] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.525376] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.525944] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.526509] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.527121] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.527717] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.528586] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.529189] XFS (md1): Unmount and run xfs_repair
[32645.529533] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.529904] ffff880539fb7000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.530473] ffff880539fb7010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.531031] ffff880539fb7020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.531588] ffff880539fb7030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.532173] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.533001] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.533631] XFS (md1): Unmount and run xfs_repair
[32645.533994] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.534432] ffff880768889000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.535089] ffff880768889010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.535643] ffff880768889020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.536203] ffff880768889030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.536839] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.538171] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.543767] XFS (md1): Unmount and run xfs_repair
[32645.544030] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.544305] ffff88028e1ec000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.544802] ffff88028e1ec010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.545361] ffff88028e1ec020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.545931] ffff88028e1ec030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.546647] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.547492] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.548089] XFS (md1): Unmount and run xfs_repair
[32645.548399] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.548722] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.549294] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.549859] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.550414] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.551001] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.659820] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.660550] XFS (md1): Unmount and run xfs_repair
[32645.660804] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.661086] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.661582] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.662157] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.662624] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.663197] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.664024] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.664679] XFS (md1): Unmount and run xfs_repair
[32645.665064] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.665436] ffff88028e1d6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.666103] ffff88028e1d6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.666663] ffff88028e1d6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.667511] ffff88028e1d6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.668133] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.669786] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.670351] XFS (md1): Unmount and run xfs_repair
[32645.670657] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.670977] ffff880126d1e000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.671814] ffff880126d1e010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.672476] ffff880126d1e020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.672932] ffff880126d1e030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.673396] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.674013] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.674521] XFS (md1): Unmount and run xfs_repair
[32645.674797] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.675112] ffff880126d1e000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.675684] ffff880126d1e010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.676356] ffff880126d1e020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.677001] ffff880126d1e030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.677773] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.678981] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.679603] XFS (md1): Unmount and run xfs_repair
[32645.679968] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.680330] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.680869] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.681382] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.681857] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.682400] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.683172] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.683731] XFS (md1): Unmount and run xfs_repair
[32645.683999] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.684261] ffff880126d1f000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.684730] ffff880126d1f010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.685225] ffff880126d1f020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.685878] ffff880126d1f030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.686463] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.687466] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.688062] XFS (md1): Unmount and run xfs_repair
[32645.688366] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.688676] ffff88055b337000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.689271] ffff88055b337010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.689856] ffff88055b337020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.690443] ffff88055b337030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.691081] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.692365] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.692935] XFS (md1): Unmount and run xfs_repair
[32645.693266] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.693592] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.694186] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.694780] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.695250] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.695789] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.696755] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.697309] XFS (md1): Unmount and run xfs_repair
[32645.697676] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.698002] ffff880126d1e000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.698455] ffff880126d1e010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.699003] ffff880126d1e020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.699674] ffff880126d1e030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.700316] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.701479] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.702059] XFS (md1): Unmount and run xfs_repair
[32645.702405] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.702726] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.703307] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.703886] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.704460] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.705119] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.706880] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.707508] XFS (md1): Unmount and run xfs_repair
[32645.707758] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.708074] ffff880539fb7000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.708553] ffff880539fb7010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.709064] ffff880539fb7020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.709722] ffff880539fb7030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.710264] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.718801] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.719428] XFS (md1): Unmount and run xfs_repair
[32645.719729] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.720095] ffff88055b337000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.720734] ffff88055b337010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.721277] ffff88055b337020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.721791] ffff88055b337030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.722362] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.723338] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.723890] XFS (md1): Unmount and run xfs_repair
[32645.724196] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.724507] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.725073] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.725637] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.726203] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.726776] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.727704] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.728279] XFS (md1): Unmount and run xfs_repair
[32645.728581] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.728894] ffff880126d1e000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.729447] ffff880126d1e010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.730001] ffff880126d1e020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.730551] ffff880126d1e030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.731211] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.732996] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.733460] XFS (md1): Unmount and run xfs_repair
[32645.733709] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.733985] ffff88028e255000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.734452] ffff88028e255010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.734957] ffff88028e255020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.735586] ffff88028e255030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.736141] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.736866] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.737443] XFS (md1): Unmount and run xfs_repair
[32645.737757] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.738080] ffff8806ca52d000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.738647] ffff8806ca52d010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.739219] ffff8806ca52d020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.739787] ffff8806ca52d030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.740390] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.741458] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.742094] XFS (md1): Unmount and run xfs_repair
[32645.742445] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.742785] ffff88055b337000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.743383] ffff88055b337010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.743968] ffff88055b337020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.744526] ffff88055b337030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.745204] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.746021] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.746606] XFS (md1): Unmount and run xfs_repair
[32645.746932] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.747251] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.747975] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.748633] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.749199] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.749784] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.751650] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.752148] XFS (md1): Unmount and run xfs_repair
[32645.752397] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.752651] ffff880126d1e000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.753175] ffff880126d1e010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.753678] ffff880126d1e020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.754215] ffff880126d1e030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.754847] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.755659] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.756244] XFS (md1): Unmount and run xfs_repair
[32645.756554] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.756930] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.757491] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.758081] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.758638] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.759244] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.868490] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.869085] XFS (md1): Unmount and run xfs_repair
[32645.869367] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.869622] ffff8806ca52d000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.870089] ffff8806ca52d010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.870546] ffff8806ca52d020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.871009] ffff8806ca52d030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.871522] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.874733] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.875217] XFS (md1): Unmount and run xfs_repair
[32645.875473] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.875750] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.876299] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.876920] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.877490] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.878081] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.879091] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.879662] XFS (md1): Unmount and run xfs_repair
[32645.879987] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.880291] ffff8806ca52d000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.880852] ffff8806ca52d010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.881376] ffff8806ca52d020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.881867] ffff8806ca52d030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.882412] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.883287] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.883781] XFS (md1): Unmount and run xfs_repair
[32645.884038] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.884301] ffff880126f29000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.884844] ffff880126f29010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.885394] ffff880126f29020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.885952] ffff880126f29030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.891967] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.892904] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.893478] XFS (md1): Unmount and run xfs_repair
[32645.893764] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.894082] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.894634] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.895192] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.895649] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.896132] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.896800] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.897279] XFS (md1): Unmount and run xfs_repair
[32645.897529] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.897784] ffff880126f28000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.898249] ffff880126f28010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.898709] ffff880126f28020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.899173] ffff880126f28030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.899688] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.900548] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.901024] XFS (md1): Unmount and run xfs_repair
[32645.901271] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.901520] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.901977] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.902428] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.902893] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.903364] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.904050] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.904517] XFS (md1): Unmount and run xfs_repair
[32645.904767] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.905035] ffff8806ca52d000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.905497] ffff8806ca52d010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.905964] ffff8806ca52d020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.906423] ffff8806ca52d030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.906921] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.907783] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.908266] XFS (md1): Unmount and run xfs_repair
[32645.908512] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.908763] ffff880126f29000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.909223] ffff880126f29010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.909676] ffff880126f29020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.910147] ffff880126f29030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.910614] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.911292] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.911758] XFS (md1): Unmount and run xfs_repair
[32645.912027] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.912282] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.912740] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.913206] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.913664] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.914228] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.915162] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.915626] XFS (md1): Unmount and run xfs_repair
[32645.915885] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.916140] ffff880126f28000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.916590] ffff880126f28010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.917053] ffff880126f28020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.917511] ffff880126f28030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.918024] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.918742] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.919215] XFS (md1): Unmount and run xfs_repair
[32645.919461] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.919714] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.920178] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.920641] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.921103] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.921626] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.922520] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.923026] XFS (md1): Unmount and run xfs_repair
[32645.923288] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.923554] ffff880539fb7000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.924045] ffff880539fb7010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.924542] ffff880539fb7020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.925048] ffff880539fb7030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.925574] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.930433] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.930951] XFS (md1): Unmount and run xfs_repair
[32645.931222] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.931501] ffff880126f29000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.932127] ffff880126f29010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.932688] ffff880126f29020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.933260] ffff880126f29030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.933895] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.934893] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.935493] XFS (md1): Unmount and run xfs_repair
[32645.935799] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.936123] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.936686] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.937251] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.937855] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.938454] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.939633] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.940217] XFS (md1): Unmount and run xfs_repair
[32645.940520] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.940836] ffff880126f28000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.941416] ffff880126f28010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.941991] ffff880126f28020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.942851] ffff880126f28030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.943532] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.946636] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.947164] XFS (md1): Unmount and run xfs_repair
[32645.947434] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.947744] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.948326] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.948895] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.955528] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.956103] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.959178] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.959639] XFS (md1): Unmount and run xfs_repair
[32645.959896] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.960151] ffff880539fb7000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.960651] ffff880539fb7010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.961153] ffff880539fb7020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.961962] ffff880539fb7030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.962599] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.963658] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.964241] XFS (md1): Unmount and run xfs_repair
[32645.964549] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.964883] ffff880126f29000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.965448] ffff880126f29010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.966016] ffff880126f29020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.966576] ffff880126f29030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.967211] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32645.969382] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32645.969947] XFS (md1): Unmount and run xfs_repair
[32645.970252] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32645.970557] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32645.971119] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32645.971681] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32645.972543] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32645.973163] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.071636] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.072269] XFS (md1): Unmount and run xfs_repair
[32646.072583] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.072911] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.073468] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.074042] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.074603] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.075222] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.076130] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.076695] XFS (md1): Unmount and run xfs_repair
[32646.077006] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.077310] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.077867] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.078432] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.079024] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.079604] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.080645] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.081249] XFS (md1): Unmount and run xfs_repair
[32646.081562] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.081886] ffff880539fb7000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.082515] ffff880539fb7010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.083370] ffff880539fb7020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.083934] ffff880539fb7030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.084550] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.086817] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.087298] XFS (md1): Unmount and run xfs_repair
[32646.087542] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.087817] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.088314] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.088885] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.089486] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.090113] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.091126] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.091697] XFS (md1): Unmount and run xfs_repair
[32646.092013] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.092277] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.092738] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.093205] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.093665] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.094171] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.094934] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.095433] XFS (md1): Unmount and run xfs_repair
[32646.095686] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.095951] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.096431] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.096925] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.097438] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.098072] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.099406] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.099917] XFS (md1): Unmount and run xfs_repair
[32646.100189] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.100456] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.100975] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.101494] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.101992] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.102497] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.103267] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.103795] XFS (md1): Unmount and run xfs_repair
[32646.104071] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.104340] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.104837] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.105338] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.105813] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.106349] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.107252] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.107795] XFS (md1): Unmount and run xfs_repair
[32646.108066] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.108380] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.108840] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.109370] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.109955] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.110561] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.111441] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.112039] XFS (md1): Unmount and run xfs_repair
[32646.112359] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.112709] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.113341] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.119285] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.119741] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.120298] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.121270] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.121753] XFS (md1): Unmount and run xfs_repair
[32646.122034] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.122295] ffff880539fb7000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.122756] ffff880539fb7010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.123225] ffff880539fb7020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.123703] ffff880539fb7030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.124203] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.124940] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.125428] XFS (md1): Unmount and run xfs_repair
[32646.125689] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.125964] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.126442] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.126923] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.127404] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.128000] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.130011] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.130477] XFS (md1): Unmount and run xfs_repair
[32646.130723] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.130982] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.131526] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.132095] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.132655] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.133277] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.134169] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.134759] XFS (md1): Unmount and run xfs_repair
[32646.135085] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.135396] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.135979] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.136536] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.137099] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.137693] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.138640] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.139234] XFS (md1): Unmount and run xfs_repair
[32646.139515] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.139801] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.140302] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.140775] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.141241] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.141749] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.142497] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.142997] XFS (md1): Unmount and run xfs_repair
[32646.143249] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.143505] ffff880539fb7000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.143974] ffff880539fb7010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.144428] ffff880539fb7020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.144906] ffff880539fb7030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.145514] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.146639] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.147321] XFS (md1): Unmount and run xfs_repair
[32646.147709] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.148034] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.148812] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.149426] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.150039] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.150719] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.152515] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.153100] XFS (md1): Unmount and run xfs_repair
[32646.153466] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.153743] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.154257] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.154802] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.155287] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.155823] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.156777] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.157376] XFS (md1): Unmount and run xfs_repair
[32646.157680] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.157998] ffff88028e1eb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.158562] ffff88028e1eb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.159127] ffff88028e1eb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.159682] ffff88028e1eb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.160323] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.161165] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.161732] XFS (md1): Unmount and run xfs_repair
[32646.162051] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.162359] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.162933] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.163493] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.164088] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.164660] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.267017] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.267487] XFS (md1): Unmount and run xfs_repair
[32646.267733] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.267997] ffff880539fbb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.268495] ffff880539fbb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.268999] ffff880539fbb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.269671] ffff880539fbb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.270292] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.271154] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.271769] XFS (md1): Unmount and run xfs_repair
[32646.272148] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.272462] ffff8801139c6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.273138] ffff8801139c6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.273768] ffff8801139c6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.274365] ffff8801139c6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.274981] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.276052] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.276706] XFS (md1): Unmount and run xfs_repair
[32646.277090] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.277515] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.283793] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.284358] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.284911] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.285505] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.286310] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.286815] XFS (md1): Unmount and run xfs_repair
[32646.287072] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.287323] ffff8801139c6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.287775] ffff8801139c6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.288280] ffff8801139c6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.288866] ffff8801139c6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.289462] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.290564] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.291172] XFS (md1): Unmount and run xfs_repair
[32646.291427] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.291685] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.292186] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.292649] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.293156] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.293741] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.294545] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.295114] XFS (md1): Unmount and run xfs_repair
[32646.295409] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.295719] ffff880539fbb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.296326] ffff880539fbb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.296922] ffff880539fbb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.297522] ffff880539fbb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.298097] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.299158] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.299731] XFS (md1): Unmount and run xfs_repair
[32646.300038] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.300355] ffff8801139c6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.300850] ffff8801139c6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.301382] ffff8801139c6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.301847] ffff8801139c6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.302349] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.303031] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.303562] XFS (md1): Unmount and run xfs_repair
[32646.303811] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.304073] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.304532] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.305062] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.305623] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.306247] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.307395] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.307975] XFS (md1): Unmount and run xfs_repair
[32646.308293] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.308627] ffff8801139c6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.309201] ffff8801139c6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.309777] ffff8801139c6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.310348] ffff8801139c6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.310947] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.311762] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.312338] XFS (md1): Unmount and run xfs_repair
[32646.312604] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.312897] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.313358] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.313835] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.314343] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.314871] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.315832] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.316337] XFS (md1): Unmount and run xfs_repair
[32646.316602] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.316876] ffff880539fbb000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.317369] ffff880539fbb010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.317842] ffff880539fbb020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.318309] ffff880539fbb030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.318839] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.319616] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.320163] XFS (md1): Unmount and run xfs_repair
[32646.320419] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.320672] ffff8801139c6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.321150] ffff8801139c6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.321664] ffff8801139c6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.322253] ffff8801139c6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.322877] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.323943] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.324530] XFS (md1): Unmount and run xfs_repair
[32646.324842] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.325215] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.325850] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.326412] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.326965] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.327566] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.329195] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.329755] XFS (md1): Unmount and run xfs_repair
[32646.330109] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.330380] ffff8801139c6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.330880] ffff8801139c6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.331456] ffff8801139c6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.331948] ffff8801139c6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.332507] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.333547] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.334182] XFS (md1): Unmount and run xfs_repair
[32646.334490] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.334811] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.335444] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.336012] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.336686] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.337310] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.339637] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.340473] XFS (md1): Unmount and run xfs_repair
[32646.346769] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.347080] ffff88028e1d6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.347631] ffff88028e1d6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.348303] ffff88028e1d6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.348783] ffff88028e1d6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.349344] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.350342] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.350876] XFS (md1): Unmount and run xfs_repair
[32646.351184] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.351495] ffff8801139c6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.352111] ffff8801139c6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.352681] ffff8801139c6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.353293] ffff8801139c6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.353893] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.354670] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.355320] XFS (md1): Unmount and run xfs_repair
[32646.355680] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.356037] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.356598] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.357165] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.357724] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.358401] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.362114] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.362625] XFS (md1): Unmount and run xfs_repair
[32646.362908] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.363207] ffff8801139c6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.363789] ffff8801139c6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.364370] ffff8801139c6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.364966] ffff8801139c6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.365606] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.366403] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.367047] XFS (md1): Unmount and run xfs_repair
[32646.367348] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.367654] ffff88028d8d1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.368280] ffff88028d8d1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.368837] ffff88028d8d1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.369479] ffff88028d8d1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.370093] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.485164] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.485646] XFS (md1): Unmount and run xfs_repair
[32646.485920] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.486220] ffff880113682000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.486812] ffff880113682010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.487404] ffff880113682020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.487987] ffff880113682030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.488607] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.495848] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.496353] XFS (md1): Unmount and run xfs_repair
[32646.496626] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.496922] ffff880539f05000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.497507] ffff880539f05010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.497988] ffff880539f05020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.498468] ffff880539f05030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.498996] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.500074] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.500651] XFS (md1): Unmount and run xfs_repair
[32646.500975] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.501284] ffff880113a2e000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.501850] ffff880113a2e010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.502443] ffff880113a2e020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.503017] ffff880113a2e030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.503640] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.506319] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.506811] XFS (md1): Unmount and run xfs_repair
[32646.507097] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.507366] ffff88011351d000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.507883] ffff88011351d010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.508412] ffff88011351d020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.508964] ffff88011351d030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.509541] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.512064] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.512537] XFS (md1): Unmount and run xfs_repair
[32646.512810] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.513139] ffff8801135ff000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.513685] ffff8801135ff010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.514412] ffff8801135ff020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.514941] ffff8801135ff030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.515500] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.516284] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.516848] XFS (md1): Unmount and run xfs_repair
[32646.517164] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.517478] ffff88028c82d000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.518078] ffff88028c82d010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.518657] ffff88028c82d020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.519247] ffff88028c82d030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.519869] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.521023] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.521674] XFS (md1): Unmount and run xfs_repair
[32646.522020] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.522337] ffff88028e1b0000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.522977] ffff88028e1b0010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.523581] ffff88028e1b0020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.524176] ffff88028e1b0030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.524806] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.528261] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.528776] XFS (md1): Unmount and run xfs_repair
[32646.529084] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.529421] ffff880512915000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.530170] ffff880512915010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.530730] ffff880512915020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.531299] ffff880512915030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.531936] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.533035] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.539814] XFS (md1): Unmount and run xfs_repair
[32646.540137] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.540442] ffff880113612000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.540985] ffff880113612010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.541505] ffff880113612020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.542032] ffff880113612030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.542586] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.546658] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.547153] XFS (md1): Unmount and run xfs_repair
[32646.547399] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.547650] ffff88028d86f000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.548123] ffff88028d86f010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.548621] ffff88028d86f020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.549162] ffff88028d86f030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.549762] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.550736] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.551309] XFS (md1): Unmount and run xfs_repair
[32646.551611] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.551939] ffff88028d86f000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.552563] ffff88028d86f010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.553134] ffff88028d86f020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.553685] ffff88028d86f030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.554331] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.555064] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.555629] XFS (md1): Unmount and run xfs_repair
[32646.556015] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.556305] ffff88028da33000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.556839] ffff88028da33010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.557356] ffff88028da33020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.557902] ffff88028da33030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.558439] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.560108] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.560628] XFS (md1): Unmount and run xfs_repair
[32646.560883] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.561143] ffff8801136ca000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.561643] ffff8801136ca010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.562157] ffff8801136ca020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.562734] ffff8801136ca030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.563314] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.564047] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.564618] XFS (md1): Unmount and run xfs_repair
[32646.564930] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.565243] ffff88011362a000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.565835] ffff88011362a010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.566423] ffff88011362a020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.566983] ffff88011362a030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.567573] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.568481] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.569042] XFS (md1): Unmount and run xfs_repair
[32646.569372] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.569702] ffff880113711000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.570295] ffff880113711010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.570803] ffff880113711020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.571318] ffff880113711030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.571792] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.573396] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.573895] XFS (md1): Unmount and run xfs_repair
[32646.574168] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.574460] ffff8801136ca000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.575000] ffff8801136ca010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.575602] ffff8801136ca020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.576201] ffff8801136ca030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.576810] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.577816] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.578434] XFS (md1): Unmount and run xfs_repair
[32646.578762] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.579105] ffff8801136ca000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.579713] ffff8801136ca010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.580286] ffff8801136ca020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.580850] ffff8801136ca030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.581425] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.583592] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.584160] XFS (md1): Unmount and run xfs_repair
[32646.584464] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.584775] ffff88028d92f000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.585363] ffff88028d92f010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.585947] ffff88028d92f020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.586907] ffff88028d92f030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.587645] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.589875] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.590349] XFS (md1): Unmount and run xfs_repair
[32646.590597] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.590854] ffff88028d950000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.591356] ffff88028d950010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.591897] ffff88028d950020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.592459] ffff88028d950030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.593079] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.593790] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.594368] XFS (md1): Unmount and run xfs_repair
[32646.594673] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.594986] ffff88028d92d000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.595654] ffff88028d92d010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.596210] ffff88028d92d020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.596763] ffff88028d92d030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.597335] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.693888] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.694476] XFS (md1): Unmount and run xfs_repair
[32646.694783] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.695103] ffff88028e1b6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.695666] ffff88028e1b6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.696286] ffff88028e1b6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.696840] ffff88028e1b6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.697418] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.705411] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.705924] XFS (md1): Unmount and run xfs_repair
[32646.706198] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.706517] ffff88028e1b6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.707093] ffff88028e1b6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.707654] ffff88028e1b6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.708224] ffff88028e1b6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.708792] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.709717] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.710406] XFS (md1): Unmount and run xfs_repair
[32646.710710] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.711025] ffff88028e1b6000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.711582] ffff88028e1b6010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.712175] ffff88028e1b6020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.712764] ffff88028e1b6030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.713316] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.713945] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.714439] XFS (md1): Unmount and run xfs_repair
[32646.714708] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.714990] ffff88028d873000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.715489] ffff88028d873010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.715945] ffff88028d873020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.716474] ffff88028d873030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.717068] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.717965] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.718555] XFS (md1): Unmount and run xfs_repair
[32646.718874] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.719200] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.719771] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.720329] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.720857] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.721390] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.721977] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.722467] XFS (md1): Unmount and run xfs_repair
[32646.722726] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.722993] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.723446] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.723912] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.724372] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.724897] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.725829] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.726381] XFS (md1): Unmount and run xfs_repair
[32646.726649] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.726944] ffff88028d886000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.727484] ffff88028d886010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.728051] ffff88028d886020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.728614] ffff88028d886030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.729230] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.731872] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.732386] XFS (md1): Unmount and run xfs_repair
[32646.732696] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.732957] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.733460] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.733967] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.734497] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.734997] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.735960] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.736525] XFS (md1): Unmount and run xfs_repair
[32646.736832] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.737152] ffff88028d873000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.737712] ffff88028d873010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.738275] ffff88028d873020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.738831] ffff88028d873030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.739451] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.740214] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.740772] XFS (md1): Unmount and run xfs_repair
[32646.741084] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.741387] ffff88028d9e0000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.741946] ffff88028d9e0010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.742497] ffff88028d9e0020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.743101] ffff88028d9e0030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.743634] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.747059] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.747519] XFS (md1): Unmount and run xfs_repair
[32646.747767] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.748033] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.748522] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.749024] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.749566] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.750180] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.750951] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.751516] XFS (md1): Unmount and run xfs_repair
[32646.751821] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.752137] ffff88028d873000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.752694] ffff88028d873010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.753255] ffff88028d873020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.753813] ffff88028d873030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.754409] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.755316] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.755871] XFS (md1): Unmount and run xfs_repair
[32646.756183] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.756490] ffff88028d873000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.757047] ffff88028d873010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.757602] ffff88028d873020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.758167] ffff88028d873030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.758777] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.759532] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.760347] XFS (md1): Unmount and run xfs_repair
[32646.760906] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.761227] ffff88028d873000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.761809] ffff88028d873010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.762501] ffff88028d873020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.763029] ffff88028d873030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.769457] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.770449] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.771014] XFS (md1): Unmount and run xfs_repair
[32646.771313] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.771616] ffff88028d873000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.772182] ffff88028d873010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.772741] ffff88028d873020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.773237] ffff88028d873030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.773755] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.776316] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.776777] XFS (md1): Unmount and run xfs_repair
[32646.777049] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.777324] ffff88028d873000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.777818] ffff88028d873010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.778371] ffff88028d873020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.778931] ffff88028d873030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.779498] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.780642] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.781214] XFS (md1): Unmount and run xfs_repair
[32646.781527] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.781839] ffff88028d873000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.782401] ffff88028d873010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.782957] ffff88028d873020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.783505] ffff88028d873030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.784067] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.784777] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.785369] XFS (md1): Unmount and run xfs_repair
[32646.785646] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.785919] ffff880113646000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.786432] ffff880113646010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.786950] ffff880113646020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.787402] ffff880113646030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.787911] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.789350] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.789853] XFS (md1): Unmount and run xfs_repair
[32646.790134] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.790448] ffff8801137c4000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.791017] ffff8801137c4010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.791577] ffff8801137c4020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.792143] ffff8801137c4030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.792710] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.793510] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.794094] XFS (md1): Unmount and run xfs_repair
[32646.794394] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.794699] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.795256] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.795807] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.796358] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.796931] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.893215] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.893746] XFS (md1): Unmount and run xfs_repair
[32646.894025] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.894289] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.894787] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.895342] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.895953] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.896589] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.897449] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.898043] XFS (md1): Unmount and run xfs_repair
[32646.898354] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.898671] ffff880113720000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.899240] ffff880113720010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.899816] ffff880113720020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.900399] ffff880113720030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.901015] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.902046] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.902800] XFS (md1): Unmount and run xfs_repair
[32646.903122] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.903554] ffff880113720000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.904136] ffff880113720010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.904712] ffff880113720020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.905459] ffff880113720030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.906140] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.907566] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.908035] XFS (md1): Unmount and run xfs_repair
[32646.908285] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.908539] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.909018] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.909520] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.910152] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.910682] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.911567] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.912151] XFS (md1): Unmount and run xfs_repair
[32646.912458] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.912765] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.913341] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.913897] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.914495] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.915054] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.916001] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.916628] XFS (md1): Unmount and run xfs_repair
[32646.916945] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.917259] ffff88028d9b0000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.917888] ffff88028d9b0010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.918507] ffff88028d9b0020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.919041] ffff88028d9b0030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.919643] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.920491] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.920994] XFS (md1): Unmount and run xfs_repair
[32646.921258] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.921535] ffff880113720000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.922014] ffff880113720010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.922486] ffff880113720020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.928421] ffff880113720030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.928909] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.931419] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.932006] XFS (md1): Unmount and run xfs_repair
[32646.932320] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.932637] ffff880113720000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.933244] ffff880113720010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.933820] ffff880113720020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.934395] ffff880113720030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.935001] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.937744] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.938345] XFS (md1): Unmount and run xfs_repair
[32646.938601] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.938879] ffff88028d9b0000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.939397] ffff88028d9b0010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.939981] ffff88028d9b0020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.940458] ffff88028d9b0030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.941008] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.941914] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.942512] XFS (md1): Unmount and run xfs_repair
[32646.942816] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.943142] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.943700] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.944265] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.944819] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.945505] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.946542] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.947120] XFS (md1): Unmount and run xfs_repair
[32646.947473] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.947841] ffff88028d9b0000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.948439] ffff88028d9b0010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.949012] ffff88028d9b0020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.949568] ffff88028d9b0030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.950231] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.951169] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.951747] XFS (md1): Unmount and run xfs_repair
[32646.952186] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.952522] ffff880113720000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.953241] ffff880113720010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.953798] ffff880113720020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.954375] ffff880113720030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.955021] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.955974] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.956525] XFS (md1): Unmount and run xfs_repair
[32646.956776] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.957036] ffff880113720000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.957495] ffff880113720010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.958046] ffff880113720020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.958607] ffff880113720030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.959235] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.961553] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.962165] XFS (md1): Unmount and run xfs_repair
[32646.962531] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.962846] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.963461] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.964160] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.964935] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.965594] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.966709] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.967246] XFS (md1): Unmount and run xfs_repair
[32646.967498] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.967749] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.968219] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.968685] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.969149] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.969710] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.970431] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.971024] XFS (md1): Unmount and run xfs_repair
[32646.971334] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.971652] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.972222] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.972790] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.973351] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.973955] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.974941] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.975508] XFS (md1): Unmount and run xfs_repair
[32646.975807] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.976120] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.976674] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.977226] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.977834] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.978394] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.982013] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.982525] XFS (md1): Unmount and run xfs_repair
[32646.982795] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.983110] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.983674] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.984244] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.984805] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.985380] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.986405] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.987056] XFS (md1): Unmount and run xfs_repair
[32646.987356] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.987659] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.988218] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32646.988770] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32646.989333] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32646.989896] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32646.994287] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32646.994797] XFS (md1): Unmount and run xfs_repair
[32646.995088] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32646.995392] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32646.995961] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.002655] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.003218] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.003775] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.110184] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.110745] XFS (md1): Unmount and run xfs_repair
[32647.111087] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.111402] ffff88028c947000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.111967] ffff88028c947010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.112524] ffff88028c947020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.113091] ffff88028c947030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.113647] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.116716] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.117193] XFS (md1): Unmount and run xfs_repair
[32647.117441] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.117715] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.118236] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.118954] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.119512] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.120090] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.121232] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.121801] XFS (md1): Unmount and run xfs_repair
[32647.122214] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.122536] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.123103] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.123741] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.124258] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.124901] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.125620] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.126098] XFS (md1): Unmount and run xfs_repair
[32647.126348] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.126616] ffff88028c947000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.127110] ffff88028c947010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.127610] ffff88028c947020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.128127] ffff88028c947030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.128730] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.130560] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.131123] XFS (md1): Unmount and run xfs_repair
[32647.131448] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.131774] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.132393] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.132984] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.133668] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.134237] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.135021] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.135546] XFS (md1): Unmount and run xfs_repair
[32647.135805] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.136085] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.136561] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.137041] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.137520] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.138080] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.139064] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.139544] XFS (md1): Unmount and run xfs_repair
[32647.139798] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.140068] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.140527] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.141004] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.141462] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.142055] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.142791] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.143417] XFS (md1): Unmount and run xfs_repair
[32647.143743] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.144142] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.144739] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.145368] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.145937] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.146565] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.147633] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.148224] XFS (md1): Unmount and run xfs_repair
[32647.148527] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.148837] ffff88028c947000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.149412] ffff88028c947010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.149969] ffff88028c947020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.150469] ffff88028c947030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.151085] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.151758] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.152275] XFS (md1): Unmount and run xfs_repair
[32647.152523] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.152773] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.153319] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.153773] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.154245] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.154751] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.155768] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.156392] XFS (md1): Unmount and run xfs_repair
[32647.156640] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.156892] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.157363] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.157817] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.158308] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.158919] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.159705] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.160307] XFS (md1): Unmount and run xfs_repair
[32647.160626] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.160959] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.161537] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.162156] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.162736] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.163335] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.164339] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.164933] XFS (md1): Unmount and run xfs_repair
[32647.165237] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.165580] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.171951] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.172515] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.173081] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.173665] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.174526] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.175101] XFS (md1): Unmount and run xfs_repair
[32647.175403] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.175716] ffff88028c947000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.176286] ffff88028c947010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.176877] ffff88028c947020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.177436] ffff88028c947030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.178053] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.179141] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.179724] XFS (md1): Unmount and run xfs_repair
[32647.180048] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.180528] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.181209] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.181767] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.182334] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.182996] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.184819] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.185299] XFS (md1): Unmount and run xfs_repair
[32647.185548] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.185813] ffff880113720000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.186326] ffff880113720010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.186794] ffff880113720020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.187289] ffff880113720030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.187863] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.188931] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.189501] XFS (md1): Unmount and run xfs_repair
[32647.189807] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.190136] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.190692] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.191269] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.191844] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.192436] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.193289] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.193850] XFS (md1): Unmount and run xfs_repair
[32647.194171] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.194479] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.195061] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.195579] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.196101] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.196623] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.199256] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.199719] XFS (md1): Unmount and run xfs_repair
[32647.199982] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.200252] ffff88028c947000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.200752] ffff88028c947010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.201275] ffff88028c947020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.201841] ffff88028c947030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.202456] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.203313] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.203884] XFS (md1): Unmount and run xfs_repair
[32647.204210] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.204526] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.205140] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.205707] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.206272] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.206862] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.288193] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.288767] XFS (md1): Unmount and run xfs_repair
[32647.289095] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.289414] ffff880113720000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.289999] ffff880113720010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.290585] ffff880113720020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.291223] ffff880113720030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.291813] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.293245] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.293810] XFS (md1): Unmount and run xfs_repair
[32647.294150] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.294455] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.295104] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.295682] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.296142] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.296611] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.297541] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.298014] XFS (md1): Unmount and run xfs_repair
[32647.298262] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.298516] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.298978] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.299439] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.299900] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.300393] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.301147] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.301658] XFS (md1): Unmount and run xfs_repair
[32647.301903] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.302172] ffff88028c947000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.302622] ffff88028c947010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.303087] ffff88028c947020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.303560] ffff88028c947030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.304158] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.305144] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.305610] XFS (md1): Unmount and run xfs_repair
[32647.305880] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.306217] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.306781] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.307353] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.307934] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.308536] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.309517] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.310207] XFS (md1): Unmount and run xfs_repair
[32647.316136] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.316418] ffff880113720000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.316934] ffff880113720010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.317536] ffff880113720020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.318056] ffff880113720030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.318655] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.319646] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.320265] XFS (md1): Unmount and run xfs_repair
[32647.320513] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.320801] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.321369] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.321933] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.322492] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.323066] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.323896] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.324856] XFS (md1): Unmount and run xfs_repair
[32647.325334] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.325728] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.326307] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.326959] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.327578] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.328315] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.329659] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.330132] XFS (md1): Unmount and run xfs_repair
[32647.330387] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.330647] ffff88028c947000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.331210] ffff88028c947010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.331775] ffff88028c947020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.332359] ffff88028c947030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.333054] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.334006] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.334598] XFS (md1): Unmount and run xfs_repair
[32647.334903] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.335223] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.335779] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.336339] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.336923] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.337577] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.341175] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.341683] XFS (md1): Unmount and run xfs_repair
[32647.341975] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.342285] ffff88011358f000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.342845] ffff88011358f010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.343402] ffff88011358f020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.343962] ffff88011358f030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.344557] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.345382] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.346032] XFS (md1): Unmount and run xfs_repair
[32647.346335] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.346638] ffff880113653000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.347194] ffff880113653010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.347741] ffff880113653020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.348297] ffff880113653030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.348855] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.353171] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.353678] XFS (md1): Unmount and run xfs_repair
[32647.353959] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.354246] ffff88028d9e1000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.354867] ffff88028d9e1010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.355434] ffff88028d9e1020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.355997] ffff88028d9e1030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.356637] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.357521] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.358104] XFS (md1): Unmount and run xfs_repair
[32647.358417] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.358725] ffff88028c947000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.359297] ffff88028c947010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.359857] ffff88028c947020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.360444] ffff88028c947030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.361093] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.362323] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.362886] XFS (md1): Unmount and run xfs_repair
[32647.363200] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.363517] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.364094] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.364666] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.365340] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.366119] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.367474] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.367942] XFS (md1): Unmount and run xfs_repair
[32647.368190] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.368456] ffff88011358f000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.368964] ffff88011358f010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.369535] ffff88011358f020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.370042] ffff88011358f030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.370600] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.371566] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.372147] XFS (md1): Unmount and run xfs_repair
[32647.372454] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.372765] ffff88011358f000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.373338] ffff88011358f010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.373897] ffff88011358f020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.374540] ffff88011358f030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.375121] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.376014] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.376576] XFS (md1): Unmount and run xfs_repair
[32647.376878] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.377198] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.377773] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.378404] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.378921] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.379512] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.381597] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.387386] XFS (md1): Unmount and run xfs_repair
[32647.387690] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.388005] ffff88028da7e000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.388562] ffff88028da7e010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.389126] ffff88028da7e020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.389696] ffff88028da7e030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.390337] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.391225] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.391788] XFS (md1): Unmount and run xfs_repair
[32647.392100] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.392408] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.392969] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.393588] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.394127] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.394695] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.475203] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.475804] XFS (md1): Unmount and run xfs_repair
[32647.476114] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.476424] ffff88028da7e000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.476993] ffff88028da7e010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.477549] ffff88028da7e020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.478126] ffff88028da7e030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.478762] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.479691] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.480274] XFS (md1): Unmount and run xfs_repair
[32647.480580] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.480887] ffff88011358f000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.481462] ffff88011358f010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.482036] ffff88011358f020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.482619] ffff88011358f030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.483252] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.484378] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.485053] XFS (md1): Unmount and run xfs_repair
[32647.485365] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.485751] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.486503] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.487066] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.487666] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.488190] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.489803] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.490325] XFS (md1): Unmount and run xfs_repair
[32647.490598] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.490898] ffff88028da7e000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.491562] ffff88028da7e010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.492176] ffff88028da7e020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.492770] ffff88028da7e030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.493517] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.494576] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.495151] XFS (md1): Unmount and run xfs_repair
[32647.495475] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.495786] ffff880113647000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.496367] ffff880113647010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.496931] ffff880113647020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.497506] ffff880113647030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.498131] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8
[32647.498998] XFS (md1): Metadata CRC error detected at xfs_dir3_data_read_verify+0x9c/0xa2 [xfs], xfs_dir3_data block 0x40
[32647.499575] XFS (md1): Unmount and run xfs_repair
[32647.499891] XFS (md1): First 64 bytes of corrupted metadata buffer:
[32647.500220] ffff88028da7e000: 58 44 44 33 bc ac f1 5c 00 00 00 00 00 00 00 40  XDD3...\.......@
[32647.500749] ffff88028da7e010: 00 00 00 03 00 33 26 bc 9d cc 23 71 ff 3b 49 50  .....3&...#q.;IP
[32647.501262] ffff88028da7e020: 9d 7f ae fc d6 7b 75 81 00 00 00 00 00 12 20 61  .....{u....... a
[32647.501747] ffff88028da7e030: 00 00 00 00 00 12 20 05 00 00 00 00 00 00 00 00  ...... .........
[32647.502334] XFS (md1): metadata I/O error: block 0x40 ("xfs_trans_read_buf_map") error 74 numblks 8

Which doesn't sound good :(  Will let the process finish (there's another 19hrs!) and report back.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.