Skip to content

Commit

Permalink
B #1232: Remove illegal chars (copy/paste error) (#3090)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Orel <[email protected]>
(cherry picked from commit 25852e4)
  • Loading branch information
xorel authored and Ruben S. Montero committed Mar 18, 2019
1 parent 18d5618 commit 802de81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/datastore_mad/remotes/ceph/ceph_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ rbd_df_monitor() {
if [ $quota_bytes -ne 0 ]; then
if [ $quota_bytes -lt $free ]; then
export free=$quota_bytes
fi
fi
fi
fi

cat << EOF | tr -d '[:blank:][:space:]'
USED_MB=$(($bytes_used / 1024**2))\n
Expand Down

0 comments on commit 802de81

Please sign in to comment.