Mark Kogan

Results 12 comments of Mark Kogan

@mpawlowski-eyeo check if the tcc offset is increasing (in example below it's 1 deg C but on my laptop jumps under load to 20 deg C or more) ``` sudo...

@goodboy you need to addd `msr.allow_writes=on` to your kernel parameters and reboot: afater reboot it should show it as below: ``` cat /proc/cmdline BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.8.18-300.fc33.x86_64 ... msr.allow_writes=on ``` the way to...

teuthology run submitted: https://pulpito.ceph.com/mkogan-2022-08-16_16:41:05-rgw-wip-fix-tcmalloc-link-i01-distro-default-smithi/

@cbodley investigating inconsistency in the value of `WITH_BOOST_VALGRIND` in testing - even thou that changed the default of `WITH_BOOST_VALGRIND` to ON: ![image](https://user-images.githubusercontent.com/31659604/182679782-8128fe42-ade8-4c5f-af64-b76a69ca3b3d.png) without any `./do_cmake.sh` overrides, the above logs show:...

with config re-ordering change it possible to ad-hoc configure the value of `WITH_BOOST_VALGRIND` for shaman, for example like: `sed -i 's/"Boost support for valgrind" OFF/"Boost support for valgrind" ON/' ./CMakeLists.txt...

@tchaikov please review, removed the log commit...