From: cel@kernel.org
To: <kdevops@lists.linux.dev>
Cc: Chuck Lever <chuck.lever@oracle.com>
Subject: [PATCH v2 1/2] guestfs: Fix definition of guestfs_storage_dir
Date: Wed, 9 Apr 2025 11:23:34 -0400 [thread overview]
Message-ID: <20250409152335.890665-2-cel@kernel.org> (raw)
In-Reply-To: <20250409152335.890665-1-cel@kernel.org>
From: Chuck Lever <chuck.lever@oracle.com>
{{ kdevops_storage_pool_path }} already ends with "/kdevops", so
remove that string from the end of guestfs_storage_dir to ensure
the permissions checking is looking for the correct directory.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
kconfigs/Kconfig.guestfs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kconfigs/Kconfig.guestfs b/kconfigs/Kconfig.guestfs
index d309436fa7c9..460ee703fd68 100644
--- a/kconfigs/Kconfig.guestfs
+++ b/kconfigs/Kconfig.guestfs
@@ -8,7 +8,7 @@ config STORAGE_POOL_PATH
config GUESTFS_STORAGE_DIR
string
output yaml
- default "{{ kdevops_storage_pool_path }}/kdevops/guestfs"
+ default "{{ kdevops_storage_pool_path }}/guestfs"
config GUESTFS_BASE_IMAGE_DIR
string
--
2.49.0
next prev parent reply other threads:[~2025-04-09 15:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-09 15:23 [PATCH v2 0/2] Add uniquifier to storage pool path cel
2025-04-09 15:23 ` cel [this message]
2025-04-10 8:41 ` [PATCH v2 1/2] guestfs: Fix definition of guestfs_storage_dir Daniel Gomez
2025-04-10 14:39 ` Chuck Lever
2025-04-09 15:23 ` [PATCH v2 2/2] guestfs: Per-user storage pools cel
2025-04-10 9:11 ` Daniel Gomez
2025-04-10 15:18 ` Chuck Lever
2025-04-14 7:48 ` Daniel Gomez
2025-04-14 13:41 ` Chuck Lever
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250409152335.890665-2-cel@kernel.org \
--to=cel@kernel.org \
--cc=chuck.lever@oracle.com \
--cc=kdevops@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox