mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-12-07 04:24:28 +03:00
virDomainGetDiskErrors public API
We already provide ways to detect when a domain has been paused as a result of I/O error, but there was no way of getting the exact error or even the device that experienced it. This new API may be used for both.
This commit is contained in:
@@ -423,7 +423,8 @@ skip_impl = (
|
||||
'virDomainGetBlockIoTune',
|
||||
'virDomainSetInterfaceParameters',
|
||||
'virDomainGetInterfaceParameters',
|
||||
'virDomainGetCPUStats' # not implemented now.
|
||||
'virDomainGetCPUStats', # not implemented now.
|
||||
'virDomainGetDiskErrors',
|
||||
)
|
||||
|
||||
qemu_skip_impl = (
|
||||
|
||||
Reference in New Issue
Block a user