virest-storage-volume

command module
v0.4.0-dev Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2025 License: MIT Imports: 6 Imported by: 0

README

virest-storage-volume

Go Package for Managing Virtualization Storage Volume

Storage pools are divided into storage volumes. Storage volumes are abstractions of physical partitions, LVM logical volumes, file-based disk images, and other storage types handled by libvirt. Storage volumes are presented to guest virtual machines as local storage devices regardless of the underlying hardware.

ViRest provides storage management on the physical host through storage pools and volumes. This Go package provides the REST API interface by utilizing Libvirt.

Needed Package to Running Executable using Qemu/KVM Hypervisor

  • qemu-kvm
  • libvirt-daemon-system
  • bridge-utils

Needed Package for Development and Compiling

  • libvirt-dev
  • gcc

Add User to Libvirt Group & KVM Group

sudo adduser '<username>' libvirt
sudo adduser '<username>' kvm

Known error:

References

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
handlers
modules
structures

Jump to

Keyboard shortcuts

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