From 95747eec739916b115294ae75613af4295344f96 Mon Sep 17 00:00:00 2001 From: jayonlau Date: Sun, 26 Sep 2021 22:59:26 -0400 Subject: [PATCH] Clean up extra spaces Although these errors are not important, they affect the code specification. Change-Id: Iab8e8ce9e73722c78283323a2e350149e8713e78 --- devstack/plugin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index fb271a8f1..a18426702 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -625,8 +625,8 @@ function install_schema_kafka_topics { sudo mkdir -p /opt/kafka/logs || true sudo chown kafka:kafka /opt/kafka/logs sudo chmod 0766 /opt/kafka/logs - # Right number of partition is crucial for performance optimization, - # in high load(real world) deployment this number should be increased. + # Right number of partition is crucial for performance optimization, + # in high load(real world) deployment this number should be increased. /opt/kafka/bin/kafka-topics.sh --create --zookeeper localhost:2181 \ --replication-factor 1 --partitions 3 --topic metrics /opt/kafka/bin/kafka-topics.sh --create --zookeeper localhost:2181 \