This is an automatically generated e-mail. To reply, visit: http://reviewboard-openlmi.rhcloud.com/r/1937/

src/lmi/storage/LocalFileSystemProvider.py (Diff revision 1)
    def get_instance(self, env, model, fmt=None):
349
            model['BlockSize'] = pywbem.Uint64(stat.f_bsize)
349
            model['BlockSize'] = pywbem.Uint64(stat.f_bsize)

Shouldn't be BlockSize also cleared?


- Radek Novacek


On July 28th, 2014, 2:16 p.m. CEST, Jan Safranek wrote:

Review request for OpenLMI Developers.
By Jan Safranek.

Updated July 28, 2014, 2:16 p.m.

Repository: openlmi-storage

Description

Fixed values of LocalFileSystem properties.

The model values must be reset if there is no value for some of them, otherwise
the values from previously returned instance are used. 

Diffs

  • src/lmi/storage/LocalFileSystemProvider.py (93cb949f2ff46276615e101e7f86a322aef675e8)

View Diff