From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C8CF8246790 for ; Thu, 4 Sep 2025 15:15:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756998942; cv=none; b=VzkVUsRn462bcAZfF90n/eZaEB/K8xC5c9MZwE5GevZPBWAg5f0agA5bq4vl/FkjmaSvv52CfyVPsfk5RgKTlQ9NqbaiAGpz8ZBfanOVYY3nk+3VtvWkIyxO7FzfbsUh51zWarns5VBgKTP9wqBo3pb5nygLjMuZxi5DKNbI4mA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756998942; c=relaxed/simple; bh=huc1nBKJ2rn/ESMCpAnMCXhc6c/eVKqCPfCmF+TTy6M=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=o+DJvcBikmTTR54Th8UZHngQfWLMI0wTWgaUALPBw/rX2/VcTS6gEztIT87CkWlA4HB5IqSNiyvKg8p3NqQCc9VdHAet/RsjsSYPt/vkFIhGm8QH7hHh2a/DBZowQ4oZEC66Itc+6ZONwuZxTi7uyPtSIpcv3mPyiMLJLovR/tY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QXmllFk6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QXmllFk6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57470C4CEF7; Thu, 4 Sep 2025 15:15:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756998942; bh=huc1nBKJ2rn/ESMCpAnMCXhc6c/eVKqCPfCmF+TTy6M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=QXmllFk6R+wiVFfojHJ27CazLBszOsbEZSV8DSlPuvUas62C9QpPCMaC541V/wW0N Eu26Sc9KwROWgvIer0iHl8IdzcqAeemOHxGaz7LqTwDX8oLR5sUrYR1o6x7faRi0D7 LaaNH1YSLQWA12v00GyY3ChS4AnIn9MeyriP4IQtjAVw03oJIkTf6OBxPvNnd4Aeys rbSt1Mo1GMckz8/N41TaNSH4VtOXKstOPbB7s793cIlfNLl3L/7IdfQTE+bG00+fZo JOFi6dwu+bJNf171Vr2uHwll6huD6gLCjntm7w3gg6btpf70sn0a++oKU8C6g0atLi CFo2QoduksbSg== From: Chuck Lever To: Cc: Chuck Lever , Luis Chamberlain , Daniel Gomez Subject: [PATCH v3 27/36] guestfs: Correct the spelling of "drives" Date: Thu, 4 Sep 2025 11:15:15 -0400 Message-ID: <20250904151526.1596282-28-cel@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20250904151526.1596282-1-cel@kernel.org> References: <20250904151526.1596282-1-cel@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Chuck Lever Reviewed-by: Luis Chamberlain Reviewed-by: Daniel Gomez Signed-off-by: Chuck Lever --- playbooks/roles/gen_nodes/templates/drives.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/roles/gen_nodes/templates/drives.j2 b/playbooks/roles/gen_nodes/templates/drives.j2 index 1241b88a9379..472b4b27067f 100644 --- a/playbooks/roles/gen_nodes/templates/drives.j2 +++ b/playbooks/roles/gen_nodes/templates/drives.j2 @@ -8,7 +8,7 @@ the drives can vary by type, so we have one macro by type of drive. libvirt_extra_drive_format, libvirt_extra_storage_aio_mode, libvirt_extra_storage_aio_cache_mode) -%} - + {% for n in range(0,num_drives) %} @@ -26,7 +26,7 @@ the drives can vary by type, so we have one macro by type of drive. libvirt_extra_storage_aio_cache_mode, libvirt_extra_storage_virtio_logical_block_size, libvirt_extra_storage_virtio_physical_block_size) -%} - + {% for n in range(0,num_drives) %} @@ -46,7 +46,7 @@ the drives can vary by type, so we have one macro by type of drive. libvirt_extra_drive_format, libvirt_extra_storage_aio_mode, libvirt_extra_storage_aio_cache_mode) -%} - + {% for n in range(0,num_drives) %} @@ -103,7 +103,7 @@ the drives can vary by type, so we have one macro by type of drive. libvirt_extra_storage_aio_mode, libvirt_extra_storage_aio_cache_mode, libvirt_extra_storage_nvme_logical_block_size) -%} - + {% for n in range(0,num_drives) %} -- 2.51.0