diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-04-07 15:15:47 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-04-07 15:15:47 +0200 |
commit | d8ce489bae3ae072a2ee605cd90fa0530c9f3446 (patch) | |
tree | 5e7e88c600b3a2512b5467dfcb10a5be21576e94 /doc | |
parent | 7b620dc671b6e00aef511448a5191bb5f7e0b03f (diff) | |
parent | 4c44b1f2addb9ac6a3f0da2fde1261e8e49fe1d8 (diff) | |
download | rsyslog-d8ce489bae3ae072a2ee605cd90fa0530c9f3446.tar.gz rsyslog-d8ce489bae3ae072a2ee605cd90fa0530c9f3446.tar.xz rsyslog-d8ce489bae3ae072a2ee605cd90fa0530c9f3446.zip |
Merge branch 'v6-stable'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/v5compatibility.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/v5compatibility.html b/doc/v5compatibility.html index 6d60062f..cc875b7b 100644 --- a/doc/v5compatibility.html +++ b/doc/v5compatibility.html @@ -16,6 +16,11 @@ available. This processing was redundant and had a lot a drawbacks. For details, please see the <a href="v4compatibility.html">rsyslog v4 compatibility notes</a> which elaborate on the reasons and the (few) things you may need to change. +<h2>Queue on-disk format</h2> +<p>The queue information file format has been changed. When upgrading from v4 to +v5, make sure that the queue is emptied and no on-disk structure present. We did +not go great length in understanding the old format, as there was too little demand +for that (and it being quite some effort if done right). <h2>Queue Worker Thread Shutdown</h2> <p>Previous rsyslog versions had the capability to "run" on zero queue worker if no work was required. This was done to save a very limited number of resources. However, |