From: Mathieu Desnoyers Date: Sun, 18 Aug 2019 18:53:33 +0000 (-0400) Subject: Fix: streaming and snapshot backward compat for relayd < 2.11 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=070b6a86970c981e8f79cbd3dc199008b25cc0dc;hp=070b6a86970c981e8f79cbd3dc199008b25cc0dc;p=lttng-tools.git Fix: streaming and snapshot backward compat for relayd < 2.11 Fix backward compatibility of session daemon 2.11 with relayd versions prior to 2.11. Session daemon and consumer daemon 2.11 use the "chunk" object to represent the current output directory. However, both sessiond and consumerd need to ensure they do not send chunk and rotation commands to a relayd older than 2.11, and tweak the stream paths accordingly. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---