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

On červenec 31st, 2014, 10:49 dop. CEST, Radek Novacek wrote:

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?

Good catch!


- Jan


On červenec 28th, 2014, 2:16 odp. CEST, Jan Safranek wrote:

Review request for OpenLMI Developers.
By Jan Safranek.

Updated Čec. 28, 2014, 2:16 odp.

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