Enable valgrind on Xenserver hosts with openvswitch installations


To install valgrind on xenservers,

yum install valgrind --enablerepo=base

To enable valgrind for openvswitch, you could add it to the OVS_CTL_OPTS in the file /etc/sysconfig/openvswitch

OVS_CTL_OPTS=--ovs-vswitchd-wrapper=valgrind

Comments

Popular posts from this blog

Multiple repeat error when the regex has multiple wildcards in python re module

Weakref proxy is for instance only ...

To speed up accessing files on nfs shares on a ubuntu machine ...