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 DC5C8267392 for ; Wed, 9 Apr 2025 15:23:37 +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=1744212217; cv=none; b=J6462QxozxPLFOhhYeb/76icAQHHlxKTadgohDWbJiL7RlU060lkKIpkj+5E+G93WQ9R0wN1g1hSv819Tz2TpdPwOpHLfVRh3YoQtXQ07eHeU31JaPFu8Q3xpEKFGZGI99utE7ioTJXSAmfJZnky9Vnw1ZSGVEy3DKkElH1ScwY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744212217; c=relaxed/simple; bh=PX01cMNRCKLqMWuJLmlpAW3xatWXFdX9kDSL8P2xLr4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=KrUjU4xJ1oHFYmlek3kNC8kylxwgHYJCyiCqkyypTf3PfYePJZzqk/kuJn7P7I5t68qNE4GHw3yh5lKwu+hvWlp9s+w6vWPVvCFEo/b5C4WwBBkrx55XDcfl7Plb+tB37QVolkrI651ezHzG70fvTWWgATbc2lBJCVdP2ptlyN8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=p1hyoB/y; 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="p1hyoB/y" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0EB33C4CEE2; Wed, 9 Apr 2025 15:23:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744212217; bh=PX01cMNRCKLqMWuJLmlpAW3xatWXFdX9kDSL8P2xLr4=; h=From:To:Cc:Subject:Date:From; b=p1hyoB/y7z7C8NX5oLc/xTWAuC1KQ/saK9EWiSvGS0ScHFjONfEIkY8iwoHiI5cGp RSW/jiNJUGUbsB7zS9+D9VNWBFIQn6F5cv20wUeMu7VOvSDI4yZpw5+95o+eL+Y93E yW5bATPOJlPhhJygBsj4RBIjKS9smOt5ej6MHUzGoZ9j5Dg/NCjXS2+nt72mK55GOB 8qKbO2AFD82nl9njh1H/fDWmJ5Oncpq3pH8cn461GEQ/yRQyC7Gyo20dP2zfA/AwAD khyJ+423dzteTLyZ8O6LteLrBs+P1Z+NpG2Qa5UN5yQMAhC1/qN7f37CrjMTFoTEyn Vir2jnal5dQCQ== From: cel@kernel.org To: Cc: Chuck Lever Subject: [PATCH v2 0/2] Add uniquifier to storage pool path Date: Wed, 9 Apr 2025 11:23:33 -0400 Message-ID: <20250409152335.890665-1-cel@kernel.org> X-Mailer: git-send-email 2.49.0 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 Last time I posted 2/2, there were some comments like "Why don't the existing storage pool-related Kconfig settings work?" I can't find any currently exposed setting that will do just what I need. So, comments and suggestions for alternatives are welcome. Chuck Lever (2): guestfs: Fix definition of guestfs_storage_dir guestfs: Per-user storage pools kconfigs/Kconfig.guestfs | 2 +- kconfigs/Kconfig.libvirt | 2 +- scripts/bringup_guestfs.sh | 2 +- scripts/destroy_guestfs.sh | 2 +- scripts/guestfs.Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) -- 2.49.0