Reduce minimal btrfs partition capacity.

This commit is contained in:
Andrius Štikonas 2016-04-27 00:32:27 +01:00
parent 16757048c5
commit 9920828f81
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ FileSystem::SupportTool btrfs::supportToolName() const
qint64 btrfs::minCapacity() const
{
return 256 * Capacity::unitFactor(Capacity::Byte, Capacity::MiB);
return 40 * Capacity::unitFactor(Capacity::Byte, Capacity::MiB);
}
qint64 btrfs::maxCapacity() const