mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
34 lines
685 B
Plaintext
34 lines
685 B
Plaintext
---
|
|
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`
|