-
copecI've done a lot of testing of nvme over tcp... it works really well with a very reasonable overhead and is multiple times faster than iscsi even for stuff not backed by actual nvme devices
-
Smithx10if ntpd dumps core, wherein smartos does network/ntp store its core?
-
danmcdIn /zones/<zonename>/cores
-
danmcd(Where "global" is a possibility.)
-
danmcdWe put process names in our dumps too. `find /zones/*/cores -type f | grep ntp`
-
Smithx10looks like it didn't create a dump, just went into maintenance * gist.github.com/Smithx10/170352b4a389a463f3fdbc3a437cf230
-
danmcd@Smithx10 if it's having problems you can temporarily disable the service and run it in the foreground as root@global to see WTF happened...
-
danmcd/usr/sbin/ntpd -d -g -p /var/run/ntp.pid
-
danmcd(the "-d" keeps it spewing output on your terminal).