Commit cfeac55
authored
Add qcow2 as supported format by xcp-rrdd-iostat (#6438)
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.1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
336 | 339 | | |
337 | 340 | | |
338 | 341 | | |
| |||
0 commit comments