From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1bAa2b-0003iT-3N for mharc-qemu-trivial@gnu.org; Wed, 08 Jun 2016 05:44:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAa2Z-0003g8-K5 for qemu-trivial@nongnu.org; Wed, 08 Jun 2016 05:44:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAa2X-0007mm-PM for qemu-trivial@nongnu.org; Wed, 08 Jun 2016 05:44:46 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:43622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAa2S-0007iR-9l; Wed, 08 Jun 2016 05:44:40 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 7C80540CC9; Wed, 8 Jun 2016 12:44:36 +0300 (MSK) To: Alberto Garcia , qemu-devel@nongnu.org References: Cc: qemu-trivial@nongnu.org From: Michael Tokarev Openpgp: id=6EE195D1886E8FFB810D4324457CE0A0804465C5 Organization: Telecom Service, JSC Message-ID: <5757E903.7020308@msgid.tls.msk.ru> Date: Wed, 8 Jun 2016 12:44:35 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 86.62.121.231 Subject: Re: [Qemu-trivial] [PULL 24/52] docs: Fix a couple of typos in throttle.txt X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2016 09:44:48 -0000 08.06.2016 12:00, Alberto Garcia wrote: > On Sun 05 Jun 2016 09:43:01 AM CEST, Michael Tokarev 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 x 60. > > Sorry, I should have noticed this here in the pull request, but this is > wrong. This has been discussed before, and it looks like the original version which I applied was actually right... :) I can just drop this patch from the pull request, since it hasn't been applied yet. Esp. since the subject line is now wrong too :) Thanks, /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAa2W-0003dU-Ku for qemu-devel@nongnu.org; Wed, 08 Jun 2016 05:44:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAa2S-0007j7-Hl for qemu-devel@nongnu.org; Wed, 08 Jun 2016 05:44:43 -0400 References: From: Michael Tokarev Message-ID: <5757E903.7020308@msgid.tls.msk.ru> Date: Wed, 8 Jun 2016 12:44:35 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 24/52] docs: Fix a couple of typos in throttle.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org 08.06.2016 12:00, Alberto Garcia wrote: > On Sun 05 Jun 2016 09:43:01 AM CEST, Michael Tokarev 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 x 60. > > Sorry, I should have noticed this here in the pull request, but this is > wrong. This has been discussed before, and it looks like the original version which I applied was actually right... :) I can just drop this patch from the pull request, since it hasn't been applied yet. Esp. since the subject line is now wrong too :) Thanks, /mjt