mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-02 02:41:36 +00:00
fae40e9d73
On aarch64 with pagesize 64k, btrfs-convert of ext4 is successful, but it won't mount because we don't yet support subpage blocksize, ie. when page size and sectorsize don't match. BTRFS error (device vda): sectorsize 4096 not supported yet, only support 65536 So in this case during convert provide a warning but let the conversion proceed. Example: WARNING: Blocksize 4096 is not equal to the pagesize 65536, converted filesystem won't mount on this system. Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
common.c | ||
common.h | ||
main.c | ||
Makefile | ||
source-ext2.c | ||
source-ext2.h | ||
source-fs.c | ||
source-fs.h | ||
source-reiserfs.c | ||
source-reiserfs.h |