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

Avoid using global/class-level mutable datatypes like list/dicts

Weakref proxy is for instance only ...