commit d09b7b72267982c12b88a0eaa87a4ae4233f8a8d
Author: François Charlier <email address hidden>
Date: Thu Mar 21 16:21:11 2013 +0100
Change the column counter_volume to Float
counter_volume was previously an Integer (32 bits value in SQL
implementations as MySQL or PostgreSQL) and limited in values from
-2147483648 to 2147483647, very small for things like disk I/O bytes,
network I/O bytes, image size, object size, volume size, …
Furthermore one might want to store some real numbers (ℝ) (temperatures,
power comsumption, …)
Reviewed: https:/ /review. openstack. org/25006 github. com/openstack/ ceilometer/ commit/ d09b7b72267982c 12b88a0eaa87a4a e4233f8a8d
Committed: http://
Submitter: Jenkins
Branch: master
commit d09b7b72267982c 12b88a0eaa87a4a e4233f8a8d
Author: François Charlier <email address hidden>
Date: Thu Mar 21 16:21:11 2013 +0100
Change the column counter_volume to Float
counter_volume was previously an Integer (32 bits value in SQL
implementations as MySQL or PostgreSQL) and limited in values from
-2147483648 to 2147483647, very small for things like disk I/O bytes,
network I/O bytes, image size, object size, volume size, …
Furthermore one might want to store some real numbers (ℝ) (temperatures,
power comsumption, …)
Change-Id: Ifdb8e8e84e8e01 df267d71bc72cdc 3f56bb2f695
Fixes: bug #1158276