Bug #4092
lvm datastore size is incorrect (MiB vs MB)
Status: | Closed | Start date: | 10/26/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Drivers - Storage | |||
Target version: | Release 4.14.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.12, OpenNebula 4.14 |
Description
src/datastore_mad/remotes/lvm/monitor is using --units M, when everywhere else opennebula source is using MiB (1048576 bytes).
To be consistent with src/im_mad/remotes/common.d/monitor_ds.sh better use --units m.
Associated revisions
bug #4092: fix units in lvm monitor
bug #4092: fix units in lvm monitor
(cherry picked from commit 6975b168592c8b06714fc548e8809d609fe0ef26)
History
#1 Updated by Carlos MartÃn over 5 years ago
- Target version set to Release 4.14.2
#2 Updated by Javi Fontan over 5 years ago
- Status changed from Pending to Closed
- Assignee set to Javi Fontan
- Resolution set to fixed
Changed in one-4.14 and master. Thanks!