public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/8] guestfs: fixes and enhancements
@ 2024-03-08  0:03 Luis Chamberlain
  2024-03-08  0:03 ` [PATCH 1/8] guestfs: use macros for drives for aarch64 Luis Chamberlain
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Luis Chamberlain @ 2024-03-08  0:03 UTC (permalink / raw)
  To: kdevops; +Cc: Luis Chamberlain

guestfs didn't work with multiple guests for me and it took me a while
to figure out why. The issue was a stupid bug where if you have the
ssh include directive without a new line it won't be processed. So the
last patch fixes that.

The rest is general cleanup and sanity stuff.

I tested with vagrant too to ensure the Kconfig changes don't break it.

I'd like to wait to push until this is also tesed on aarch64 guests.

Luis Chamberlain (8):
  guestfs: use macros for drives for aarch64
  bringup: disable ZNS and CXL for guestfs
  libvirt: move zns, largio and cxl to its own files
  guestfs: move options to its own file
  bringup: match default distro to user's distro
  guestfs: remove explicit tap0 device name
  destroy_guestfs.sh: remove known ssh key
  guestfs: verify new line on ssh include directive

 kconfigs/Kconfig.bringup                      |  59 +--
 kconfigs/Kconfig.extra_storage                |   6 +
 kconfigs/Kconfig.guestfs                      |  52 +++
 kconfigs/Kconfig.libvirt                      | 353 +-----------------
 kconfigs/Kconfig.libvirt.cxl                  |  73 ++++
 kconfigs/Kconfig.libvirt.largeio              | 134 +++++++
 kconfigs/Kconfig.libvirt.zns                  | 150 ++++++++
 .../roles/gen_nodes/templates/gen_drives.j2   |  57 +++
 .../gen_nodes/templates/guestfs_q35.j2.xml    |  59 +--
 .../gen_nodes/templates/guestfs_virt.j2.xml   |  39 +-
 .../update_ssh_config_guestfs/tasks/main.yml  |  58 ++-
 scripts/bringup_guestfs.sh                    |   1 -
 scripts/destroy_guestfs.sh                    |   1 +
 scripts/guestfs.Makefile                      |   1 +
 terraform/aws/Kconfig                         |   1 +
 terraform/azure/Kconfig                       |   2 +-
 terraform/gce/Kconfig                         |   3 +-
 terraform/openstack/Kconfig                   |   2 +-
 vagrant/Kconfig                               |   4 +-
 19 files changed, 551 insertions(+), 504 deletions(-)
 create mode 100644 kconfigs/Kconfig.guestfs
 create mode 100644 kconfigs/Kconfig.libvirt.cxl
 create mode 100644 kconfigs/Kconfig.libvirt.largeio
 create mode 100644 kconfigs/Kconfig.libvirt.zns
 create mode 100644 playbooks/roles/gen_nodes/templates/gen_drives.j2

-- 
2.43.0


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

end of thread, other threads:[~2024-03-08 15:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-08  0:03 [PATCH 0/8] guestfs: fixes and enhancements Luis Chamberlain
2024-03-08  0:03 ` [PATCH 1/8] guestfs: use macros for drives for aarch64 Luis Chamberlain
2024-03-08  0:03 ` [PATCH 2/8] bringup: disable ZNS and CXL for guestfs Luis Chamberlain
2024-03-08  0:03 ` [PATCH 3/8] libvirt: move zns, largio and cxl to its own files Luis Chamberlain
2024-03-08  0:03 ` [PATCH 4/8] guestfs: move options to its own file Luis Chamberlain
2024-03-08  0:03 ` [PATCH 5/8] bringup: match default distro to user's distro Luis Chamberlain
2024-03-08  0:03 ` [PATCH 6/8] guestfs: remove explicit tap0 device name Luis Chamberlain
2024-03-08  0:03 ` [PATCH 7/8] destroy_guestfs.sh: remove known ssh key Luis Chamberlain
2024-03-08  0:03 ` [PATCH 8/8] guestfs: verify new line on ssh include directive Luis Chamberlain
2024-03-08  9:55 ` [PATCH 0/8] guestfs: fixes and enhancements Luis Chamberlain
2024-03-08 14:14   ` Chuck Lever III
2024-03-08 14:26     ` Chuck Lever III
2024-03-08 15:44       ` Luis Chamberlain
2024-03-08 15:46         ` Chuck Lever III
2024-03-08 15:56           ` Luis Chamberlain

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