framework icon indicating copy to clipboard operation
framework copied to clipboard

Being scrubbed dynamic does not refresh the scrubbing information property

Open JeffreyDevloo opened this issue 6 years ago • 1 comments

The dynamic function does not reload the self.scrubbing_information property. This leads to the dynamic making no sense as it keeps using cached information.

The current work-around is to discard all changes which triggers a reload from the backend before calling the being_scrubbed

JeffreyDevloo avatar Feb 22 '19 14:02 JeffreyDevloo

Fixed by:

https://github.com/openvstorage/framework/pull/2272

Package information:

openvstorage-2.13.5-dev.1551973510.5476c6f

sjovdnbos avatar Mar 07 '19 15:03 sjovdnbos