Comment 12 for bug 1916482

Revision history for this message
Robert Varjasi (robert.varjasi) wrote (last edit ):

My working fix is to double the resize_amount for the first time. You can do it by:

* self.resize_amount = self.WRITE_CHUNKSIZE * 2

OR

* do self.resize_amount = min(self.resize_amount * 2, 8 * units.Gi) first and then do the actual resize