From f3711a93832df46dc245075df08b9ebfc05266e9 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Wed, 21 Aug 2024 16:22:08 +0200 Subject: forgot to commit for a while --- Buffer/Blkio errors.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Buffer/Blkio errors.md (limited to 'Buffer/Blkio errors.md') diff --git a/Buffer/Blkio errors.md b/Buffer/Blkio errors.md new file mode 100644 index 0000000..2b666a3 --- /dev/null +++ b/Buffer/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 -- cgit v1.2.3