-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blocked for more than 120 seconds on 0.6.5.2 in KVM VM #3955
Comments
Is mysqld running on ext4 or on zfs? |
zfs => zvol kvm vm => lvm => ext4 => mysqld |
Very interesting setup @poiuty . There are no zfs related logs on the host? Maybe the guest freezes before host kernel logs any problem. Can we reduce the hung timer on the host to show problems on the host? I guess your mysql is configured to use AIO. The AIO support in ZFS is relatively new. So maybe it reacts different if AIO is disabled? What about setting sync=disabled on the datastore. Does this changes anything? |
@alexanderhaensch , I think prbolem in spl_taskq_thread_dynamic=1 |
Debian 8, 3.16.0-4-amd64, qemu-kvm, zfs v0.6.5.2-2, VM in zvol with lz4
VM use ext4 and lvm for increase disk space (if it need).
This two VM have very low disk IO and CPU/ RAM use.
All this logs from VMs. And I dont find any bad logs in host node.
Fist VM get freeze mysqld. Whit this log in /var/log/messages
Second VM get MySQL freeze too. And I cant ssh connect. I get in VNC this screenshot.
After reboot, I check logs and find => in /var/log/messages
More info about zvol
The text was updated successfully, but these errors were encountered: