summaryrefslogtreecommitdiff
path: root/0 inbox/Blkio errors.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-23 17:08:31 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-23 17:08:31 +0100
commitc5e7a50f1dbf3b541ae5547c50d2ec5707a45ca9 (patch)
treed60c74cacfaf13f123a0946768133619d11494b0 /0 inbox/Blkio errors.md
parent496c0c2a44ed21bbfb49f4c6e59c1a749c8b7aea (diff)
move stuff from buffer to inbox
Diffstat (limited to '0 inbox/Blkio errors.md')
-rw-r--r--0 inbox/Blkio errors.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/0 inbox/Blkio errors.md b/0 inbox/Blkio errors.md
new file mode 100644
index 0000000..2b666a3
--- /dev/null
+++ b/0 inbox/Blkio errors.md
@@ -0,0 +1,14 @@
+Dmesg is spewing blkio errors
+
+Find out which device: e.g dm-4, then:
+```
+sudo virsh list --all --name | while read dom; do sudo virsh dumpxml $dom | grep dm-4 && echo $dom; done
+```
+To find which domain
+After which:
+```
+sudo virsh dumpxml $domain
+```
+to find the hostname
+
+reboot it hard. \ No newline at end of file