ovirt-imageio icon indicating copy to clipboard operation
ovirt-imageio copied to clipboard

The oVirt image transfer daemon and clients.

Results 34 ovirt-imageio issues
Sort by recently updated
recently updated
newest added

Start new document describing how to configure the ovirt-imageio service to expose images. In oVirt the vdsm service manage the ovirt-imageio service, but it is possible to mange the ovirt-imageio...

docs

Add the required testing infrastructure to test ovirt-img command with a local setup. Engine configuration needs to be set in a configuration file, and then the tests will read this...

`ovirt-img` support only "raw", "qcow2", and "iso" formats. It should allow the same formats as `qmu-nbd` would.

enhancement
ovirt-img

We meed more tests to increase coverage and avoid breaking on updates for the recent ovirt-img command. The complexity is that it requires an engine. One option is add integration...

tests
ovirt-img

Current argument `--engine-url` doesn't make sense. `https://[fqdn]` is not an engine url. It should either ask just for fqdn, or “engine url” should be `https://[fqdn]/ovirt-engine`, or ask for engine api...

good first issue
ovirt-img

ovirt-img print tracebacks for all errors, however some errors are expected and a traceback is not helpful. - Engine login error (bad username or password, user error) - Downloading non-existing...

enhancement
ovirt-img

This module started as a testing helper, and fort his purpose is fine. But now it is used in user visible context (e.g. client.upload, clinet.checksum) and it needs more robust...

enhancement
good first issue

- Describe the purpose of the examples - Short description of every example - Note about suitability for general usage

enhancement

Imageio API was documented in [bug 1855465](https://bugzilla.redhat.com/show_bug.cgi?id=1855465). Document the python client library The high level API - Getting image info - Measuring images - Uploading images - Uploading snapshots -...

enhancement

When using the file backend we use a pretty horrible probing mechanism to detect direct I/O alignment size. Since Linux 6.1 we have official way to get the right value...

enhancement
help wanted