Skip to content

Commit

Permalink
Merge pull request #289 from jschmid1/wip-btogb
Browse files Browse the repository at this point in the history
byte to gb conversion
  • Loading branch information
jschmid1 authored May 29, 2017
2 parents 0fbdff9 + d21d875 commit 5eff34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srv/salt/_modules/osd.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def _set_small(self):
"""
Check disk is less than 10GB, useful in VM environments
"""
return self.size < 10000000000000 # 10GB
return self.size < 10000000000 # 10GB

def _config_version(self):
"""
Expand Down

0 comments on commit 5eff34e

Please sign in to comment.