Displaying 3 results from an estimated 3 matches for "zfserror".
2017 Oct 02
3
error: internal error: missing backend for pool type 11 (zfs)
...anager with ZFS als storage on my Arch box. I
have created a pool named virt-pool and tried to use it as storage. First
with virt-manager and then in the terminal with virsh but I'm always
getting the following errors:
*virsh # pool-define-as --name zfsvirtpool --source-name virt-pool --type
zfserror: Failed to define pool zfsvirtpoolerror: internal error: missing
backend for pool type 11 (zfs)*
But ZFS seems to be working fine:
# zpool status
pool: virt-pool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
virt-pool...
2017 Oct 03
0
Re: error: internal error: missing backend for pool type 11 (zfs)
...ox. I
> have created a pool named virt-pool and tried to use it as storage. First
> with virt-manager and then in the terminal with virsh but I'm always
> getting the following errors:
>
>
>
> *virsh # pool-define-as --name zfsvirtpool --source-name virt-pool --type
> zfserror: Failed to define pool zfsvirtpoolerror: internal error: missing
> backend for pool type 11 (zfs)*
Your libvirt was built without support for ZFS. You need to contact your
distribution manufacturer and ask them to enable it. Or build libvirt on
your own.
However, as I am writing these lines I...
2017 Oct 03
2
Re: error: internal error: missing backend for pool type 11 (zfs)
...amed virt-pool and tried to use it as storage. First
> > with virt-manager and then in the terminal with virsh but I'm always
> > getting the following errors:
> >
> >
> >
> > *virsh # pool-define-as --name zfsvirtpool --source-name virt-pool --type
> > zfserror: Failed to define pool zfsvirtpoolerror: internal error: missing
> > backend for pool type 11 (zfs)*
>
> Your libvirt was built without support for ZFS. You need to contact your
> distribution manufacturer and ask them to enable it. Or build libvirt on
> your own.
>
> Howeve...