Project

General

Profile

Bug #38846

Updated by Samuel Just about 5 years ago

<pre>
ceph/build [sjust/wip-crimson-osd-peering] ยป ./bin/ceph --admin-daemon /tmp/ceph-asok.nJxppC/osd.1.asok dump_pgstate_history | head -n 30
*** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
ERROR: ld.so: object 'ASAN_LIBRARY-NOTFOUND' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'ASAN_LIBRARY-NOTFOUND' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
{
"pg": "2.5",
"history": [
{
"epoch": "13",
"state": "Initial",
"enter": "2019-03-21 16:00:07.330583",
"exit": "2019-03-21 16:00:07.331035",
"state": "Reset",
"enter": "2019-03-21 16:00:07.331039",
"exit": "2019-03-21 16:00:07.331255"
},
{
"epoch": "13",
"state": "Start",
"enter": "2019-03-21 16:00:07.331307",
"exit": "2019-03-21 16:00:07.331458",
"state": "Started/Primary/Peering/GetInfo",
"enter": "2019-03-21 16:00:07.331542",
"exit": "2019-03-21 16:00:07.339390",
"state": "Started/Primary/Peering/GetLog",
"enter": "2019-03-21 16:00:07.339395",
"exit": "2019-03-21 16:00:07.339703",
"state": "Started/Primary/Peering/GetMissing",
"enter": "2019-03-21 16:00:07.339707",
"exit": "2019-03-21 16:00:07.339864",
"state": "Started/Primary/Peering/WaitUpThru",
"enter": "2019-03-21 16:00:07.339869",
"exit": "2019-03-21 16:00:07.467102",
"state": "Started/Primary/Peering",

</pre>

Back