Expand range of stripe sizes (thanks to Caspar Smit)

This commit is contained in:
Jamie Cameron
2012-10-11 10:56:51 -07:00
parent a4f7a71703
commit 5642199fe1

View File

@@ -178,7 +178,7 @@ if (!$in{'lv'} && !$lv->{'is_snap'}) {
&ui_select("stripesize", undef,
[ [ undef, $text{'default'} ],
map { [ $_, $_." kB" ] }
map { 2**$_ } (2 .. 9) ]));
map { 2**$_ } (2 .. 12) ]));
}
elsif (!$lv->{'is_snap'}) {
# Show current striping