mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #56] Feature Requests: ZFS storage #35
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @varuzam on GitHub (Oct 8, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/56
libvirt 1.2.8 and above supports ZFS storage
@savichev commented on GitHub (Oct 9, 2015):
ZFS pools
This provides a pool based on the ZFS filesystem. It is currently supported on FreeBSD only.
A pool could either be created manually using the zpool create command and its name specified in the source section or since 1.2.9 source devices could be specified to create a pool using libvirt.
https://libvirt.org/storage.html#StorageBackendZFS
@varuzam commented on GitHub (Oct 9, 2015):
Libvirt can be compiled on Linux with ZFS support
@h0tw1r3 commented on GitHub (Oct 16, 2015):
@varuzam can you provide a link to the libvirt patch you used?
@varuzam commented on GitHub (Oct 16, 2015):
@savichev commented on GitHub (Oct 17, 2015):
No problem to create a support ZFS.
The problem is the presence of a stable version of libvirt with ZFS support.
@varuzam commented on GitHub (Oct 19, 2015):
maybe you mean official ZFS support in libvirt, because it is only the control ZFS by commands , but stability depends on the implementation of ZFS on Linux
I believe that the ZFS support will be in libvirt, as more and more people using it on Linux