Skip to content

Commit cf6be72

Browse files
ali90hManagor
andauthored
lvmpolld: add page (#18097)
Co-authored-by: Managor <[email protected]>
1 parent bda0336 commit cf6be72

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pages/linux/lvmpolld.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# lvmpolld
2+
3+
> LVM poll daemon that supervises long-running LVM operations.
4+
> More information: <https://manned.org/lvmpolld>.
5+
6+
- Start the daemon in the foreground:
7+
8+
`lvmpolld {{[-f|--foreground]}}`
9+
10+
- Start in the foreground with debug logging:
11+
12+
`lvmpolld {{[-f|--foreground]}} {{[-l|--log]}} debug`
13+
14+
- Set the idle shutdown timeout (seconds):
15+
16+
`lvmpolld {{[-t|--timeout]}} {{300}}`
17+
18+
- Use a custom socket path:
19+
20+
`lvmpolld {{[-s|--socket]}} {{/tmp/lvmpolld.socket}}`
21+
22+
- Use a custom PID file:
23+
24+
`lvmpolld {{[-p|--pidfile]}} {{/tmp/lvmpolld.pid}}`
25+
26+
- Dump the current state:
27+
28+
`lvmpolld --dump`

0 commit comments

Comments
 (0)