In continuation to:
8c099a534044bf7182e04f250e342aab76bc3e54
Regsiter singleton leak seems to be replaced by:
```
-----------------------------------------------------
Suppressions used:
count bytes template
1 8 ^InitModule
-----------------------------------------------------
```
In similarity to Crimson's suppression:
6ed8d839b421442a64410444ca8f88f157ae28b3
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
# leak suppressions needed to run vstart.sh with WITH_ASAN=ON
# to enable, add this to the environment:
# LSAN_OPTIONS="suppressions=../qa/lsan.supp"
+# export ASAN_OPTIONS="detect_odr_violation=0"
# from perfglue/heap_profiler.cc
# gperftools allocates a singleton and never frees it
-leak:^MallocExtension::Register
+leak:^InitModule
# from src/ceph.in
# python3.6