You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- users can set their own userAgent in overlaybd.json
- the default value of UA is overlaybd/${version_no}-${commitID}
Signed-off-by: Yifan Yuan <tuji.yyf@alibaba-inc.com>
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,6 +209,8 @@ Default configure file `overlaybd.json` is installed to `/etc/overlaybd/`.
209
209
| prefetchConfig.concurrency | Prefetch concurrency for reloading trace, `16` is default |
210
210
| certConfig.certFile | The path for SSL/TLS client certificate file |
211
211
| certConfig.keyFile | The path for SSL/TLS client key file |
212
+
| userAgent | customized userAgent to identify HTTP request. default value is package version like 'overlaybd/1.1.14-6c449832' |
213
+
212
214
213
215
> NOTE: `download` is the config for background downloading. After an overlaybd device is lauched, a background task will be running to fetch the whole blobs into local directories. After downloading, I/O requests are directed to local files. Unlike other options, download config is reloaded when a device launching.
0 commit comments