mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
devices: support zvol
Support partitions on ZFS zvol. Requested via https://bugzilla.redhat.com/show_bug.cgi?id=913597 Author: hakimian@aha.com
This commit is contained in:
parent
df181cc51e
commit
7786443530
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.106 -
|
Version 2.02.106 -
|
||||||
====================================
|
====================================
|
||||||
|
Add support for partitions on ZFS zvol.
|
||||||
Fix unwanted drop of hold flocks on forked children.
|
Fix unwanted drop of hold flocks on forked children.
|
||||||
Respect LVM_LVMETAD_PIDFILE env var for lvm command.
|
Respect LVM_LVMETAD_PIDFILE env var for lvm command.
|
||||||
Avoid exposing temporary devices when initializing thin pool volume.
|
Avoid exposing temporary devices when initializing thin pool volume.
|
||||||
|
@ -62,5 +62,6 @@ static const dev_known_type_t _dev_known_types[] = {
|
|||||||
{"scm", 8, "Storage Class Memory (IBM S/390)"},
|
{"scm", 8, "Storage Class Memory (IBM S/390)"},
|
||||||
{"bcache", 1, "bcache block device cache"},
|
{"bcache", 1, "bcache block device cache"},
|
||||||
{"nvme", 64, "NVM Express"},
|
{"nvme", 64, "NVM Express"},
|
||||||
|
{"zvol", 16, "ZFS Zvols"},
|
||||||
{"", 0, ""}
|
{"", 0, ""}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user