https://github.com/weltling/cloud-hypervisor-tools
VM disk image utils
https://github.com/weltling/cloud-hypervisor-tools
cloud kvm qcow2 qemu-img raw virtual-machine virtualization vm
Last synced: about 2 months ago
JSON representation
VM disk image utils
- Host: GitHub
- URL: https://github.com/weltling/cloud-hypervisor-tools
- Owner: weltling
- License: bsd-2-clause
- Created: 2021-09-29T20:19:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T12:15:41.000Z (over 3 years ago)
- Last Synced: 2025-02-07T09:12:35.806Z (3 months ago)
- Topics: cloud, kvm, qcow2, qemu-img, raw, virtual-machine, virtualization, vm
- Language: Python
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud-hypervisor-tools
## chimg
Cloud Hypervisor tools for VM image compatibility.Installation:
```bash
$ pip3 install .
$ ~/.local/bin/chimg -?
```Retrieve image information:
```
$ chimg info /path/to/image
```Convert to Cloud Hypervisor compatible format:
```
$ chimg convert /path/to/source [/path/to/target]
````chimg` will always operate on a copy of the supplied image. The copy is the original image converted to the RAW format.