On Mon 30 May 2016 08:49:18 AM CEST, Changlong Xie wrote: >>> - Water leaks from the bucket at a rate of 100 IOPS. >>> - Water can be added to the bucket at a rate of 2000 IOPS. >>> - The size of the bucket is 2000 x 60 = 120000 >>> - - If 'iops-total-max-length' is unset then the bucket size is 100. >>> + - If 'iops-total-max' is unset then the bucket size is 100. > > Sorry to brother, why the bucket size is 100 rather than 100 x 60?
Oh, that's because 'iops-total-max-length' can only be set if 'iops-total-max' is set as well. It's explained earlier in the document, maybe I should make it clear there as well. Michael, shall I send a new patch on top of my previous one or can the previous one be replaced? Berto