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

Maybe --writable or --allow-write. Basically the opposite of --read-only. _Originally posted by @nirs in https://github.com/oVirt/ovirt-imageio/pull/152#discussion_r1007162317_

enhancement
good first issue

Adding a ticket with same ID as a currently active ticket is not handled correctly. It just overwrites the labels from the previous ticket without any warning message. Also, it...

bug

The go tests require running imageio server serving an empty 6g image. Currently running the Go tests requires lot of manual steps: 1. Start another shell 2. Build ``` make...

tests

Initial testing with fast NVMe drives show significant speedup when uploading uisng buffer_size of 256k in imageio client and server. - Run performance tests for upload and download with various...

enhancement
performance

Add a Github workflow to automatically publish packages to PyPI with new releases. See https://github.com/marketplace/actions/pypi-publish. Example: https://github.com/aesteve-rh/git-prune-merged/blob/main/.github/workflows/python-publish.yml

enhancement
proposal

`build-aux/release` complain when executed in the pipelines: 'subprocess.CalledProcessError: Command '('git', 'describe', '--tags', '--match', 'v[0-9]*')' returned non-zero exit status 128.' In order to avoid this fail we need to create tag...

bug

Currently we support getting image extents for an entire image. With large images on very fragmented file system, this can be very slow, delaying backup, download disk, or upload disk...

enhancement
performance

The http backed need to know the image size for validating requests to the server. Since we did not have a way to get the size from the server, we...

enhancement
performance

oVirt imageio internally uses NBD. However from virt-v2v and v2v warm conversions we still have to use the HTTPS API which is slow. Using NBD natively makes a lot more...

invalid

NBD protocol introduced new URL syntax recenlty: https://github.com/NetworkBlockDevice/nbd/blob/master/doc/uri.md | NBD URI                         | Export name | |---------------------------------|----------------| | nbd://example.com/disk         | disk | | nbd+unix:///disk?socket=sock   | disk | | nbd://example.com/             | (empty...

enhancement