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 43C9A2DBF6E for ; Tue, 2 Sep 2025 13:54:43 +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=1756821283; cv=none; b=OKbRVaXwKwph2uLZ1UecVvN5z5uYfiqHrztYXTcZR6t/k5bZSXcLde1dKGqeTyZrsH1sU2L43bAven4kxOmm6aiExujgUv+qcJa5vTTf2qAGxDPmMYFaHIHDNx4ozkDfvrFNiSEObC3Yb99PcY4lLvxj+RY8Z5ci5GuQNqHle7E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756821283; c=relaxed/simple; bh=+uiwzOQkJG5qJvFkF0AaqwEmdYfidcHqwYivavpMuoM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=uR5wLXtCCcVDNQR4XJpR4SEMppZ4B+m0TGsA+RShdjG4XMD/fF8F0gzOmKaIkuniImtoJn1jP8HLhB0VS/BGA6b0+/QaEWp0Gu1bqJGN87jN1g2h6sGONXhkIbQSzO8dFNqHYCFX8NfPvXiy1oWmhmhSUqY5DVP7MPg+lmJihDM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GRhFaae+; 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="GRhFaae+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E30C5C4CEF5; Tue, 2 Sep 2025 13:54:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756821283; bh=+uiwzOQkJG5qJvFkF0AaqwEmdYfidcHqwYivavpMuoM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GRhFaae+HW1pM+JNe1gsrslgEW+IiCAM7yM66M4vZa+Sv61iB3l5dtJR8wOCPAKaQ Zr0U3TgEa+njXoczUPnX0jEJRqB6lBdSRj6VqZl4GLRfta2flORIhhyxHPO1ANMfan gWAgtBub0Af8/F9jzrDtD2g12w4fvIM8gnQKtaDfCSjxnqu5CC5cjnR3OO9RPt1fTb fgng4UiTeLGCnpKWygXjMxHahgCR3R5RPnwxOEWZjG4fYxZXPH/fHSlOOtCvfHkimx aPKrTegeaJE5PT9uwGIdsc/orECItOZZ6fTm/Ii8GKq3hF8y7rLeawYdlgBMH+j8ZI eyL/rYQQ9z/vQ== From: Chuck Lever To: Cc: Chuck Lever Subject: [PATCH v2 28/37] guestfs: Correct the spelling of "drives" Date: Tue, 2 Sep 2025 09:54:15 -0400 Message-ID: <20250902135426.815079-29-cel@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20250902135426.815079-1-cel@kernel.org> References: <20250902135426.815079-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 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