public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v3 0/1] Add uniquifier to storage pool path
@ 2025-04-23 14:20 cel
  2025-04-23 14:20 ` [PATCH v3 1/1] guestfs: Per-user storage pools cel
  0 siblings, 1 reply; 3+ messages in thread
From: cel @ 2025-04-23 14:20 UTC (permalink / raw)
  To: kdevops; +Cc: Chuck Lever

From: Chuck Lever <chuck.lever@oracle.com>

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-04-23 17:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-23 14:20 [PATCH v3 0/1] Add uniquifier to storage pool path cel
2025-04-23 14:20 ` [PATCH v3 1/1] guestfs: Per-user storage pools cel
2025-04-23 17:04   ` Luis Chamberlain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox