Hey all, running into a bit of an odd issue with iSCSI and proxmox that I can't seem to pin down.
If a VM running on a host has high IO at the same time the host is rebooted we are running into some issues.
- Most of the time it will simply throw errors like below, then finally reboot
blk_update_request: I/O error, dm-6, sector 128194272
blk_update_request: I/O error, dm-6, sector 128522736
Buffer I/O error on dev dm-6 logical block 104857584, async page read
- In some rare situations it will throw the above errors and just keep looping and never actually reboot. This has been very hard to reproduce, but it does happen on rare occasions.
It seems like a timing issue of sorts. Almost as if the IO is still taking place when iSCSI is logged out. Or networking is stopping before open-iscsi? We only use CentOS7 as our VM's and acpi is installed and working properly.
If a VM running on a host has high IO at the same time the host is rebooted we are running into some issues.
- Most of the time it will simply throw errors like below, then finally reboot
blk_update_request: I/O error, dm-6, sector 128194272
blk_update_request: I/O error, dm-6, sector 128522736
Buffer I/O error on dev dm-6 logical block 104857584, async page read
- In some rare situations it will throw the above errors and just keep looping and never actually reboot. This has been very hard to reproduce, but it does happen on rare occasions.
It seems like a timing issue of sorts. Almost as if the IO is still taking place when iSCSI is logged out. Or networking is stopping before open-iscsi? We only use CentOS7 as our VM's and acpi is installed and working properly.
Last edited: