mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 23:55:22 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/linux/lvmpolld
Normal file
33
tldr/linux/lvmpolld
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lvmpolld
|
||||
|
||||
> LVM poll daemon that supervises long-running LVM operations.
|
||||
> More information: <https://manned.org/lvmpolld>.
|
||||
|
||||
- Start the daemon in the foreground:
|
||||
|
||||
`lvmpolld {{[-f|--foreground]}}`
|
||||
|
||||
- Start in the foreground with debug logging:
|
||||
|
||||
`lvmpolld {{[-f|--foreground]}} {{[-l|--log]}} debug`
|
||||
|
||||
- Set the idle shutdown timeout (seconds):
|
||||
|
||||
`lvmpolld {{[-t|--timeout]}} {{300}}`
|
||||
|
||||
- Use a custom socket path:
|
||||
|
||||
`lvmpolld {{[-s|--socket]}} {{/tmp/lvmpolld.socket}}`
|
||||
|
||||
- Use a custom PID file:
|
||||
|
||||
`lvmpolld {{[-p|--pidfile]}} {{/tmp/lvmpolld.pid}}`
|
||||
|
||||
- Dump the current state:
|
||||
|
||||
`lvmpolld --dump`
|
||||
Reference in New Issue
Block a user