Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions pages/linux/lvmpolld.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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`