public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/6] Recent fixes
@ 2024-12-10 19:29 cel
  2024-12-10 19:29 ` [PATCH 1/6] fstests: Fix NFS mount options for fstests cel
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: cel @ 2024-12-10 19:29 UTC (permalink / raw)
  To: kdevops; +Cc: Anna Schumaker, Chuck Lever

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

This series is a handful of loosely related patches that I wrote
while trying to get kdevops operational on AWS again, for use with
NFS workflows. Note that there are still one or two more issues that
need to be tracked down before AWS will be working well for me.

These might also be useful for OCI or other cloud providers.

Please have a look. I'm happy to make changes or drop one or two of
these if needed.


Chuck Lever (6):
  fstests: Fix NFS mount options for fstests
  gen_nodes: Fix generation of the list of test nodes
  fstests: Fix selection of NFSD export type for the pNFS test section
  NFSD: Implement NVMe storage for NFSD exports
  playbooks: Add a Code Ready Builder role
  codereadyrepo: Enable codeready-builder in AWS

 kconfigs/Kconfig.nfsd                         | 12 ++++--
 .../roles/codereadyrepo/defaults/main.yml     |  5 +++
 playbooks/roles/codereadyrepo/tasks/main.yml  | 37 +++++++++++++++++++
 .../tasks/install-deps/redhat/main.yml        | 14 +------
 playbooks/roles/fstests/tasks/main.yml        |  1 +
 .../roles/fstests/templates/nfs/nfs.config    |  4 +-
 playbooks/roles/gen_nodes/tasks/gitr.yml      |  4 +-
 playbooks/roles/gen_nodes/tasks/ltp.yml       |  4 +-
 playbooks/roles/gen_nodes/tasks/nfstest.yml   |  4 +-
 playbooks/roles/nfsd/defaults/main.yml        |  1 +
 playbooks/roles/nfsd/tasks/main.yml           | 31 +++++++++++++---
 .../pynfs/tasks/install-deps/redhat/main.yml  | 14 +------
 .../tasks/install-deps/redhat/main.yml        | 14 +------
 scripts/nfsd.Makefile                         |  4 ++
 14 files changed, 96 insertions(+), 53 deletions(-)
 create mode 100644 playbooks/roles/codereadyrepo/defaults/main.yml
 create mode 100644 playbooks/roles/codereadyrepo/tasks/main.yml

-- 
2.47.0


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

end of thread, other threads:[~2024-12-12  2:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-10 19:29 [PATCH 0/6] Recent fixes cel
2024-12-10 19:29 ` [PATCH 1/6] fstests: Fix NFS mount options for fstests cel
2024-12-10 19:29 ` [PATCH 2/6] gen_nodes: Fix generation of the list of test nodes cel
2024-12-10 19:29 ` [PATCH 3/6] fstests: Fix selection of NFSD export type for the pNFS test section cel
2024-12-10 19:29 ` [PATCH 4/6] NFSD: Implement NVMe storage for NFSD exports cel
2024-12-11  3:42   ` Luis Chamberlain
2024-12-11 13:50     ` Chuck Lever
2024-12-12  2:28       ` Luis Chamberlain
2024-12-10 19:29 ` [PATCH 5/6] playbooks: Add a Code Ready Builder role cel
2024-12-10 19:29 ` [PATCH 6/6] codereadyrepo: Enable codeready-builder in AWS cel
2024-12-11  3:44 ` [PATCH 0/6] Recent fixes Luis Chamberlain

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