mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #1678: Bug in DatastoreXML::add_capacity
This commit is contained in:
parent
d0f675e50c
commit
4fb224d53e
@ -52,7 +52,7 @@ public:
|
||||
*/
|
||||
void add_capacity(long long vm_disk_mb)
|
||||
{
|
||||
free_mb += vm_disk_mb;
|
||||
free_mb -= vm_disk_mb;
|
||||
};
|
||||
|
||||
int get_oid() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user