blockdev_setra
Description:
[ Version ( since = "1.29.10" ) ]
public bool blockdev_setra (string device, int32 sectors) throws Error
public bool blockdev_setra (string device, int32 sectors) throws Error
set readahead
Set readahead (in 512-byte sectors) for the device.
This uses the blockdev(8) command.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |