public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
From: cel@kernel.org
To: <kdevops@lists.linux.dev>
Cc: Chuck Lever <chuck.lever@oracle.com>
Subject: [PATCH v2 0/4] Add uniquifier to storage pool path
Date: Mon, 14 Apr 2025 13:05:42 -0400	[thread overview]
Message-ID: <20250414170546.1995982-1-cel@kernel.org> (raw)

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


             reply	other threads:[~2025-04-14 17:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-14 17:05 cel [this message]
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

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=20250414170546.1995982-1-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