alternativa/libvirt-zfs

( forked from error/libvirt-zfs )

Project ID: 20157

Description

Current libvirt and virt-manager packages with ZFS enabled.

These packages work with ZFS on Linux. They are not tested with zfs-fuse.

No Warranty

If it breaks, you get to keep both pieces.

Installation Instructions

Enable like any other Copr repo, or use the .repo files provided below.

Usage

Define a storage pool named mypool corresponding to an existing zpool named tank.

virsh pool-define-as --type zfs --name mypool --source-name tank

Create a 20GiB zvol named myvm in storage pool mypool. This creates a zvol named tank/myvm.

virsh vol-create-as mypool myvm 20G

You can also create zvols with the included build of virt-manager.

Currently, libvirt does not provide a means for passing options for zvol creation (e.g. volblocksize, thin provisioning). If you need to set such options, you need to create the zvol yourself.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
EPEL 7 x86_64 (152)* EPEL 7 (86 downloads)

* Total number of packages downloaded in the last seven days.

External Repository List

The following repositories are accessible during builds


Quick Enable

#> dnf copr enable alternativa/libvirt-zfs
More info about enabling Copr repositories

Other Actions