Comment 1 for bug 1643569

Revision history for this message
int32bit (int32bit) wrote :

Add 'uncommitted' field to the 'Datastore' class

The 'uncommitted' field is in official API, but not in our Datastore
class, we need it to compute the amount of provisioned space:

provisionedSpace = Capacity - freeSpace - uncommitted

So a `uncommitted` keyword argument has to be added to the Datastore
class.