Merge "openafs-client: get logs better"

This commit is contained in:
Zuul 2023-04-28 06:20:42 +00:00 committed by Gerrit Code Review
commit 5d031f8372
2 changed files with 7 additions and 3 deletions

View File

@ -13,7 +13,11 @@
shell: |
DKMS_MAKE_LOGS=/var/lib/dkms-make-logs
mkdir ${DKMS_MAKE_LOGS}
# NOTE(ianw) 2023-04-27 This follwoing find may be redundant
# now; it does not seem to match anything on centos 9-stream
# at least.
find /var/lib/dkms/ -type d -wholename "*/log" -exec cp -r --parents \{\} ${DKMS_MAKE_LOGS} \;
cp /var/lib/dkms/openafs/*/build/make.log ${DKMS_MAKE_LOGS}
chown zuul:zuul ${DKMS_MAKE_LOGS}
become: yes
- include_role:

View File

@ -2,8 +2,8 @@ An ansible role to configure an OpenAFS client
.. note:: This role uses system packages where available, but for
platforms or architectures where they are not available will
require external builds. Defaults will pick external
packages from OpenStack Infra builds, but you should
utilise external packages. Defaults will pick packages
built from the OpenDev infra project, but you should
evaluate if this is suitable for your environment.
This role configures the host to be an `OpenAFS
@ -13,7 +13,7 @@ role has limited platform support. Currently supported are
* Debian family with system packages available
* Ubuntu LTS family with external 1.8 series packages
* CentOS 7 and 8 with external packages
* CentOS 7, 8-stream and 9-stream with external packages
**Role Variables**