Comment 1 for bug 1746238

Revision history for this message
Lucian Petrut (petrutlucian94) wrote :

Thanks for submitting this bug report.

Please correct me if I got this wrong, but the idea is that the driver should not update the allocated size, leaving this up to the manager, right?

IMO, this can easily be fixed at the remotefs driver level, covering all the *concrete* drivers that inherit it. I guess that we should only report the provisioned space (physically used space, smaller than allocated space when thin provisioning is used), which should be the difference between total space and free space. By doing this, I think we don't actually need any changes in the drivers inheriting it.

I'm sending a patch, please let me know what you think.