Skip to content

Commit

Permalink
Start ramen logger first
Browse files Browse the repository at this point in the history
Stating the ramen logger first to minimize downtime when inspecting
failover or relocate flows.

This change decreases the ramen service boot time by 2.5 seconds with
local vm, 1.4 second in nested vm, but does not improve much double
nested vm.

Boot time with different nested vm levels:

machine    nested     before    after
-------------------------------------
laptop          0     3.99s     1.55s
laptop          1     6.11s     4.73s
server          2    33.21s    32.79s

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed Nov 1, 2023
1 parent e6425ba commit f5c5b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vms/ramen/install
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
chdir $(dirname $0)
cp usr/bin/ramen /usr/bin
cp etc/init.d/ramen /etc/init.d
ln -sn ../init.d/ramen /etc/rc3.d/S90-ramen
ln -sn ../init.d/ramen /etc/rc3.d/S00-ramen
ln -sn ../init.d/ramen /etc/rc3.d/K00-ramen

0 comments on commit f5c5b76

Please sign in to comment.