From eca0dceee59bf940b610aeceeecafe7d97c587a0 Mon Sep 17 00:00:00 2001 From: zhaoleilc <15247232416@163.com> Date: Fri, 22 May 2020 11:52:01 +0800 Subject: [PATCH] Fix a grammar error in explanatory notes This patch changes "The default is rate is 50" to "The default is rate is 50" at the 92 line in cinder/volume/drivers/inspur/instorage/ instorage_common.py Change-Id: I13d120f1611d6343e708e9d88926e9c4028e6479 Closes-Bug: #1880067 --- cinder/volume/drivers/inspur/instorage/instorage_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/drivers/inspur/instorage/instorage_common.py b/cinder/volume/drivers/inspur/instorage/instorage_common.py index d4bc227e1f7..a2ddb0c043a 100644 --- a/cinder/volume/drivers/inspur/instorage/instorage_common.py +++ b/cinder/volume/drivers/inspur/instorage/instorage_common.py @@ -89,7 +89,7 @@ instorage_mcs_opts = [ default=50, min=1, max=100, help='Specifies the InStorage LocalCopy copy rate to be used ' - 'when creating a full volume copy. The default is rate ' + 'when creating a full volume copy. The default rate ' 'is 50, and the valid rates are 1-100.'), cfg.StrOpt('instorage_mcs_vol_iogrp', default='0',