On Fri, Mar 16, 2018 at 2:46 PM, Mike Stevens <michael.stev...@bayer.com> wrote: >> Could you please paste the whole dmesg, it looks like it hit >> btrfs_abort_transaction(), >> which should give us more information about where goes wrong. > > The whole thing is here https://pastebin.com/4ENq2saQ
Given this, [ 299.410998] BTRFS: error (device sdag) in btrfs_create_pending_block_groups:10192: errno=-27 unknown it refers to -EFBIG, so I think the warning comes from btrfs_add_system_chunk() { ... if (array_size + item_size + sizeof(disk_key) > BTRFS_SYSTEM_CHUNK_ARRAY_SIZE) { mutex_unlock(&fs_info->chunk_mutex); return -EFBIG; } If that's the case, we need to check this earlier during mount. thanks, liubo > > > ________________________________________________________________________ > The information contained in this e-mail is for the exclusive use of the > intended recipient(s) and may be confidential, proprietary, and/or > legally privileged. Inadvertent disclosure of this message does not > constitute a waiver of any privilege. If you receive this message in > error, please do not directly or indirectly use, print, copy, forward, > or disclose any part of this message. Please also delete this e-mail > and all copies and notify the sender. Thank you. > ________________________________________________________________________ -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html