19:19:52 I'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 19:20:41 if ntpd dumps core, wherein smartos does network/ntp store its core? 19:21:12 In /zones//cores 19:21:22 (Where "global" is a possibility.) 19:21:55 We put process names in our dumps too. `find /zones/*/cores -type f | grep ntp` 19:25:58 looks like it didn't create a dump, just went into maintenance * https://gist.github.com/Smithx10/170352b4a389a463f3fdbc3a437cf230 20:15:45 @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... 20:16:00 /usr/sbin/ntpd -d -g -p /var/run/ntp.pid 20:16:10 (the "-d" keeps it spewing output on your terminal).