summaryrefslogtreecommitdiff
path: root/costvm
diff options
context:
space:
mode:
authorNæþ'n Lasseter <Næþ'n Lasseter nathan@bytemark.co.uk>2016-09-29 14:20:52 +0100
committerNæþ'n Lasseter <Næþ'n Lasseter nathan@bytemark.co.uk>2016-09-29 14:20:52 +0100
commit0c8741059abcaaed99e627e42b99c50a17abbf08 (patch)
treeaa3e5df103066eb68d39fea0b88db68ceb5570d5 /costvm
parente6e6fe3cd13aaecf83cf3105c3fcd81db97481b5 (diff)
New scripts
Diffstat (limited to 'costvm')
-rwxr-xr-xcostvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/costvm b/costvm
index 895a4bf..df0b542 100755
--- a/costvm
+++ b/costvm
@@ -62,7 +62,7 @@ DISKS.each do |disk|
when 'ssd'
cost += (size/0.5).ceil * 2
when 'archive'
- cost += (size/50.0).ceil * 2
+ cost += (size/100.0).ceil * 2
end
end