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 4B9FE27CB33 for ; Wed, 23 Apr 2025 14:20:11 +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=1745418012; cv=none; b=Fo21NJQYJ7JKIFI6GBsiV/zNn5iggLyGHDv0SNC/BPHxUBOYqtGXcNbILL5KeKyqfIMlZnUr8mhnpVIeECzCwaTv3WgtzD6kcC4hbzE6GlnM8W0lCI0KQOIekTkz5aeWzTu4nL9eF0km2GUEsfsdv8Fba2G2DUXhjeTk8K/w6eY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745418012; c=relaxed/simple; bh=K3ToCb2Rbnh2r/lweYXQL6YvVMDkzz6CWZhn/jlVOCA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=gTD/TQEK4B6Q3CiMfqgSUYx6GkJ6xzySx9KvvWq0BzQ/Lh9I21tVr9sSC5lb56uB74DP9WntlSyxH0Xj/4P6BZFreONPyuzYIcTz1cWL05WFtYGig8PSIIAx82V9cgRtBiQLLC1TdhoiScGYTn/3k/XjJ8Grn7H1Ti0Z/gjKAdM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=r6KkrzFx; 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="r6KkrzFx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 862F0C4CEE2; Wed, 23 Apr 2025 14:20:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1745418011; bh=K3ToCb2Rbnh2r/lweYXQL6YvVMDkzz6CWZhn/jlVOCA=; h=From:To:Cc:Subject:Date:From; b=r6KkrzFxNhv2TiTrxMt9FSZM1ayn4laDvqsomZL8/+TzTuCDLet5HeK/aWXiZ+UUd Atm5f0GdiPBKhJCbizy3iOaxZk0mPiMhff4CfNKAZj2rIZchP7DOjY08tq0GO4qOwh +jwi1Mqz0JilZgMbxCaw9M/doA9lCMvciuw1yjPaCWxz4Yy0ROIj/zTY9oARZN3Rhw cNTcsxduLfXARI7uUi5MlmBAFlHi/n1zTFWrfP7RK/yqDM8HzfGEuUzrrL7PcBjqX5 WtZh7TibWD9LquZGjqsSawbMLnfzUonjSnuJ2cqbF/U/dPjai8NkJR1dTfCRs+vXO2 D9q+fUYhpQRFw== From: cel@kernel.org To: Cc: Chuck Lever Subject: [PATCH v3 0/1] Add uniquifier to storage pool path Date: Wed, 23 Apr 2025 10:20:08 -0400 Message-ID: <20250423142009.685177-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 I'd like to be able to run more than one instance of kdevops per physical host. Currently the kdevops guestfs set-up steers all storage pool activity into ${STORAGE_POOL}/kdevops/guestfs, which means there's a good change that two different logged-in users will create virtual machines whose names, OS base images, and block devices will interfere with each other. So far I haven't been able to get the other storage pool-related settings to add sufficient uniqueness to prevent this conflict. The other patches in v2 of this series have been committed. v3 contains the single patch that remains. Chuck Lever (1): guestfs: Per-user storage pools kconfigs/Kconfig.libvirt | 2 +- scripts/bringup_guestfs.sh | 2 +- scripts/destroy_guestfs.sh | 2 +- scripts/guestfs.Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -- 2.49.0