mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
daemon: Reimplement list_dm_devices API in OCaml.
Simple refactoring. The only annoying point is requiring an extra module because of OCaml module dependency restrictions.
This commit is contained in:
@@ -6180,6 +6180,7 @@ parameter." };
|
||||
{ defaults with
|
||||
name = "list_dm_devices"; added = (1, 11, 15);
|
||||
style = RStringList (RDevice, "devices"), [], [];
|
||||
impl = OCaml "Lvm_dm.list_dm_devices";
|
||||
shortdesc = "list device mapper devices";
|
||||
longdesc = "\
|
||||
List all device mapper devices.
|
||||
|
||||
Reference in New Issue
Block a user