sysfs-driver-xen-blkback 1.1 KB

123456789101112131415161718192021222324252627
  1. What: /sys/module/xen_blkback/parameters/max_buffer_pages
  2. Date: March 2013
  3. KernelVersion: 3.11
  4. Contact: Roger Pau Monné <roger.pau@citrix.com>
  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é <roger.pau@citrix.com>
  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é <roger.pau@citrix.com>
  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.