Message ID | 20241210192920.682914-1-cel@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Recent fixes | expand |
On Tue, Dec 10, 2024 at 02:29:13PM -0500, cel@kernel.org wrote: > 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. I'm not an NFS developer, but for the kdevops parts, this seems all sensible: Reviewed-by: Luis Chamberlain <mcgrof@kernel.org> Luis
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