mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
daemon: Reimplement xfs_info using xfs_info2
Remove all the complicated old C parsing code and reimplement xfs_info using xfs_info2. Note that this function will be deprecated.
This commit is contained in:
committed by
rwmjones
parent
dfd2700616
commit
e1deb358ce
@@ -7262,6 +7262,7 @@ call C<guestfs_max_disks>.|} };
|
||||
{ defaults with
|
||||
name = "xfs_info"; added = (1, 19, 21);
|
||||
style = RStruct ("info", "xfsinfo"), [String (Dev_or_Path, "pathordevice")], [];
|
||||
impl = OCaml "Xfs.xfs_info";
|
||||
optional = Some "xfs";
|
||||
tests = [
|
||||
InitEmpty, Always, TestResult (
|
||||
|
||||
Reference in New Issue
Block a user