imageio

package module
v0.0.0-...-3a238e9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2016 License: GPL-2.0 Imports: 0 Imported by: 0

README

oVirt imageio

A port of ovirt-imageio to Go.

Packages

Most of the daemon packages are implemented.

  • images - images web server
  • auth - authrization for images operations
  • fileio - perform I/O to local file (file or block device)
  • testutil - utilities for testing
  • uuid - generates uuids version 4
  • bench - benchmarks tools

Testing

go test ./...

Benchmarking

go build bench/recvfile.go
touch image
time ./recvfile -progress image 1024 </dev/zero

Notes

  • Support only aligned images and offsets. The Python version try to support unaligned images and offsets, make the code too complicated, and images should always be aligned.

  • Ticket use {"mode": "rw"} instead of {"ops": ["read", "write"]}.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL