Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 882a3a0

Browse files
atulsdeshmukh2312rkothiya
authored andcommitted
CORTX-31985: Set MOTR_M0D_MIN_RPC_RECVQ_LEN to 64 for VM
Signed-off-by: Atul Deshmukh <[email protected]>
1 parent c254605 commit 882a3a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/install/opt/seagate/cortx/motr/bin/motr_mini_prov.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
CMD_RETRY_COUNT = 5
6060
MEM_THRESHOLD = 4*1024*1024*1024
6161
CVG_COUNT_KEY = "num_cvg"
62+
MOTR_M0D_MIN_RPC_RECVQ_LEN = 64
6263

6364
class MotrError(Exception):
6465
""" Generic Exception with error code and output """
@@ -494,6 +495,7 @@ def update_copy_motr_config_file(self):
494495
("MOTR_M0D_DATA_DIR", f"{MOTR_M0D_DATA_DIR}"),
495496
("MOTR_M0D_CONF_XC", f"{MOTR_M0D_CONF_XC}"),
496497
("MOTR_M0D_ADDB_STOB_DIR", f"{MOTR_M0D_ADDB_STOB_DIR}"),
498+
("MOTR_M0D_MIN_RPC_RECVQ_LEN", f"{MOTR_M0D_MIN_RPC_RECVQ_LEN}"),
497499
("MOTR_M0D_TRACE_DIR", f"{MOTR_M0D_TRACE_DIR}")]
498500
update_config_file(self, f"{MOTR_SYS_CFG}", config_kvs)
499501
# Copy config file to new path

0 commit comments

Comments
 (0)