From 2ee6e3265a4aaa50590c9a0a10f4a2f3a66e2a91 Mon Sep 17 00:00:00 2001 From: Richard Elling Date: Fri, 7 Jun 2019 11:22:55 -0700 Subject: [PATCH] added TOC --- Troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 3998c3e..980de4b 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -1,6 +1,12 @@ # DRAFT This page contains tips for troubleshooting ZFS on Linux and what info developers might want for bug triage. +- [About Log Files](#about-log-files) + - [Generic Kernel Log](#generic-kernel-log) + - [ZFS Kernel Module Debug Messages](#zfs-kernel-module-debug-messages) +- [Unkillable Process](#unkillable-process) +- [ZFS Events](#zfs-events) + *** ## About Log Files Log files can be very useful for troubleshooting. In some cases, interesting information is stored in multiple log files that are correlated to system events.