You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since XCP-ng is now supporting qcow files `tap-ctl list` can return string like:
- "1564848 0 0 qcow2 /var/run/sr-mount/..."
Without this patch the type "qcow2" is unknown and xcp-rrdd-iostat generates an
error like: `returned a line that could not be parsed. Ignoring`
This patch fixes the issue by allowing qcow2 type.
Signed-off-by: Guillaume <[email protected]>
0 commit comments