mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
cf6be72e38
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
593 B
593 B
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