vitalif / vitastor

Simplified distributed block and file storage with strong consistency, like in Ceph (repository mirror)
https://vitastor.io
Other
140 stars 22 forks source link

[qemu] primary_write operation failed on OSD 1: retval=-32 (expected 131072), dropping connection #12

Closed lnsyyj closed 3 years ago

lnsyyj commented 3 years ago

When my virtual machine was turned on for about 24 hours, the following failed was reported in the qemu log.

primary_write operation failed on OSD 1: retval=-32 (expected 131072), dropping connection

I put the detailed log in: https://github.com/lnsyyj/vitastor-log/blob/main/qemu-ubuntu18.04.log

vitalif commented 3 years ago

It's not a problem, it's just a "repeat" indication. -32 is -EPIPE, it's used to report temporary failures or connection drops :-)