]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs can improperly generate an error when the data subvolume stripe unit is
authorGlen Overby <overby@sgi.com>
Mon, 18 Aug 2003 20:23:00 +0000 (20:23 +0000)
committerGlen Overby <overby@sgi.com>
Mon, 18 Aug 2003 20:23:00 +0000 (20:23 +0000)
commit4d762552e8d0f6a25629c0392f48415ae38f80ff
treea18ecdc8ca5ab6db1e06a14015beefd868b9294b
parent4565db192e0f89bbfa217bf2f4f5dbe16b664afe
mkfs can improperly generate an error when the data subvolume stripe unit is
larger than 256kb, which is larger than the maximum log stripe unit size.

So, only set and check the log stripe unit on version 2 internal logs, and
default the stripe unit size to 32kb if the data volume's stripe unit
size is too big.
Only set and check the log stripe unit on version 2 internal logs, and
default the stripe unit size to 32kb if the data volume's stripe unit
size is too big.
mkfs/xfs_mkfs.c