btrfs-progs: mkfs.btrfs documentation: clarify current restrictions of sectorsize...
authorKoen De Wit <koen.de.wit@oracle.com>
Thu, 11 Jul 2013 20:56:17 +0000 (22:56 +0200)
committerDavid Sterba <dsterba@suse.cz>
Tue, 3 Sep 2013 17:40:49 +0000 (19:40 +0200)
commitb9b1fc4f0dea55ed276819538d1d46e61edf1d86
treedb4c7adae87982fe5da89b43e486db48734a821f
parent560f0713139b6a1fbe059d895dd059e6a98ec18b
btrfs-progs: mkfs.btrfs documentation: clarify current restrictions of sectorsize, nodesize and leafsize

Commit 8d082fb727ac11930ea20bf1612e334ea7c2b697 (Btrfs: do not mount when
we have a sectorsize unequal to PAGE_SIZE) requires the sectorsize to be
equal to the pagesize for the filesystem to be mountable.

The nodesize and leafsize should be equal, and not larger than 65536.

Adding this information to the manpage and usage instructions of mkfs.btrfs.

Signed-off-by: Koen De Wit <koen.de.wit@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
man/mkfs.btrfs.8.in
mkfs.c