sysfs-driver-xen-blkback 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. What: /sys/module/xen_blkback/parameters/max_buffer_pages
  2. Date: March 2013
  3. KernelVersion: 3.11
  4. Contact: Roger Pau Monné <[email protected]>
  5. Description:
  6. Maximum number of free pages to keep in each block
  7. backend buffer.
  8. What: /sys/module/xen_blkback/parameters/max_persistent_grants
  9. Date: March 2013
  10. KernelVersion: 3.11
  11. Contact: Roger Pau Monné <[email protected]>
  12. Description:
  13. Maximum number of grants to map persistently in
  14. blkback. If the frontend tries to use more than
  15. max_persistent_grants, the LRU kicks in and starts
  16. removing 5% of max_persistent_grants every 100ms.
  17. What: /sys/module/xen_blkback/parameters/persistent_grant_unused_seconds
  18. Date: August 2018
  19. KernelVersion: 4.19
  20. Contact: Roger Pau Monné <[email protected]>
  21. Description:
  22. How long a persistent grant is allowed to remain
  23. allocated without being in use. The time is in
  24. seconds, 0 means indefinitely long.
  25. The default is 60 seconds.
  26. What: /sys/module/xen_blkback/parameters/buffer_squeeze_duration_ms
  27. Date: December 2019
  28. KernelVersion: 5.6
  29. Contact: Maximilian Heyne <[email protected]>
  30. Description:
  31. When memory pressure is reported to blkback this option
  32. controls the duration in milliseconds that blkback will not
  33. cache any page not backed by a grant mapping.
  34. The default is 10ms.
  35. What: /sys/module/xen_blkback/parameters/feature_persistent
  36. Date: September 2020
  37. KernelVersion: 5.10
  38. Contact: Maximilian Heyne <[email protected]>
  39. Description:
  40. Whether to enable the persistent grants feature or not. Note
  41. that this option only takes effect on newly connected backends.
  42. The default is Y (enable).