mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
generator: Mark mount as deprecated.
Callers should use 'mount_options' or 'mount_vfs' instead. See also: http://libguestfs.org/guestfs.3.html#libguestfs_gotchas
This commit is contained in:
@@ -1529,7 +1529,7 @@ C<guestfs_inspect_get_filesystems>.");
|
||||
*)
|
||||
|
||||
let daemon_functions = [
|
||||
("mount", (RErr, [Device "device"; String "mountpoint"], []), 1, [],
|
||||
("mount", (RErr, [Device "device"; String "mountpoint"], []), 1, [DeprecatedBy "mount_options"],
|
||||
[InitEmpty, Always, TestOutput (
|
||||
[["part_disk"; "/dev/sda"; "mbr"];
|
||||
["mkfs"; "ext2"; "/dev/sda1"];
|
||||
|
||||
Reference in New Issue
Block a user