public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add uniquifier to storage pool path
@ 2025-04-14 17:05 cel
  2025-04-14 17:05 ` [PATCH v2 1/4] guestfs: Fix definition of guestfs_storage_dir cel
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: cel @ 2025-04-14 17:05 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.

v2 introduces some additional clean-ups, and attempts to address
review comments.

Chuck Lever (4):
  guestfs: Fix definition of guestfs_storage_dir
  install_vagrant: Remove this role
  Replace STORAGE_POOL_PATH with LIBVIRT_STORAGE_POOL_PATH
  guestfs: Per-user storage pools

 Makefile.kdevops                              |   6 -
 docs/ansible-roles.md                         |   1 -
 docs/kdevops-vagrant.md                       |   3 -
 kconfigs/Kconfig.guestfs                      |   7 +-
 kconfigs/Kconfig.libvirt                      |   2 +-
 playbooks/install_vagrant.yml                 |   4 -
 playbooks/roles/install_vagrant/README.md     |  46 ------
 playbooks/roles/install_vagrant/Vagrantfile   |   3 -
 .../roles/install_vagrant/defaults/main.yml   |  38 -----
 .../files/ruby_extensions_devel_key.pub       |  20 ---
 .../roles/install_vagrant/files/vagrant.pub   |  21 ---
 .../tasks/install-deps/debian/main.yml        |  86 ----------
 .../tasks/install-deps/fedora/main.yml        |  14 --
 .../tasks/install-deps/main.yml               |  27 ----
 .../tasks/install-deps/redhat/main.yml        | 148 ------------------
 .../tasks/install-deps/suse/add_obs_repo.yml  | 137 ----------------
 .../tasks/install-deps/suse/main.yml          | 119 --------------
 .../roles/install_vagrant/tasks/main.yml      |  43 -----
 .../tasks/enable-user/redhat/main.yml         |   8 +-
 scripts/bringup.Makefile                      |   1 -
 scripts/bringup_guestfs.sh                    |   3 +-
 scripts/destroy_guestfs.sh                    |   2 +-
 scripts/guestfs.Makefile                      |   2 +-
 23 files changed, 9 insertions(+), 732 deletions(-)
 delete mode 100644 playbooks/install_vagrant.yml
 delete mode 100644 playbooks/roles/install_vagrant/README.md
 delete mode 100644 playbooks/roles/install_vagrant/Vagrantfile
 delete mode 100644 playbooks/roles/install_vagrant/defaults/main.yml
 delete mode 100644 playbooks/roles/install_vagrant/files/ruby_extensions_devel_key.pub
 delete mode 100644 playbooks/roles/install_vagrant/files/vagrant.pub
 delete mode 100644 playbooks/roles/install_vagrant/tasks/install-deps/debian/main.yml
 delete mode 100644 playbooks/roles/install_vagrant/tasks/install-deps/fedora/main.yml
 delete mode 100644 playbooks/roles/install_vagrant/tasks/install-deps/main.yml
 delete mode 100644 playbooks/roles/install_vagrant/tasks/install-deps/redhat/main.yml
 delete mode 100644 playbooks/roles/install_vagrant/tasks/install-deps/suse/add_obs_repo.yml
 delete mode 100644 playbooks/roles/install_vagrant/tasks/install-deps/suse/main.yml
 delete mode 100644 playbooks/roles/install_vagrant/tasks/main.yml

-- 
2.49.0


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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-14 17:05 [PATCH v2 0/4] Add uniquifier to storage pool path cel
2025-04-14 17:05 ` [PATCH v2 1/4] guestfs: Fix definition of guestfs_storage_dir cel
2025-04-23  6:36   ` Luis Chamberlain
2025-04-14 17:05 ` [PATCH v2 2/4] install_vagrant: Remove this role cel
2025-04-23  6:23   ` Luis Chamberlain
2025-04-14 17:05 ` [PATCH v2 3/4] Replace STORAGE_POOL_PATH with LIBVIRT_STORAGE_POOL_PATH cel
2025-04-23  6:37   ` Luis Chamberlain
2025-04-14 17:05 ` [PATCH v2 4/4] guestfs: Per-user storage pools cel
2025-04-14 21:08   ` Chuck Lever
2025-04-23  6:22 ` [PATCH v2 0/4] Add uniquifier to storage pool path Luis Chamberlain
2025-04-23  6:42   ` Luis Chamberlain
2025-04-23 14:01   ` Chuck Lever

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