Comment 2 for bug 1524729

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to packages/trusty/pacemaker (8.0)

Reviewed: https://review.fuel-infra.org/14563
Submitter: Pkgs Jenkins <email address hidden>
Branch: 8.0

Commit: 410c5bfe7718a4f440eebd951d0ea400721b57f0
Author: Sergey Kolekonov <email address hidden>
Date: Fri Dec 18 15:57:24 2015

Fix disk space checker in SysInfo resource

df -h by default returns a result in the most readable values, e.x on small
disks it will be megabytes and on large (> 1 Tb) it is TB. To properly compare
disk space to the limits the specific unit should be used - megabytes (df -BM)

Closes-bug: #1524729
Change-Id: I49686ae0df9e78f9b5a43765a3a59739064560a0