We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda0336 commit cf6be72Copy full SHA for cf6be72
pages/linux/lvmpolld.md
@@ -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