From 70fb55e668f7d0be569584bfbbfcff99a8757135 Mon Sep 17 00:00:00 2001 From: Thomas Crawley Date: Fri, 8 Dec 2023 10:45:17 +0000 Subject: [PATCH] Cleanup: Update mounts sections of README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8ec641..a4f77c1 100644 --- a/README.md +++ b/README.md @@ -268,10 +268,17 @@ Library mounts (by default in `/opt/onload/usr/lib64/`): * `libonload.so` * `libonload_ext.so` -Environment variables: +Environment variables (if `setPreload` is true): * `LD_PRELOAD=/libonload.so` +Binary mounts (if `mountOnload` is true, by default in `/opt/onload/usr/bin/`) + +* `onload` + +If you wish to customise where files are mounted in the container's filesystem this can be configured with the fields +of `spec.devicePlugin` in an Onload CR. + ### Example client-server with sfnettest Please see [config/samples/sfnettest](config/samples/sfnettest).