snippetbashTip
lvmpolld — LVM poll daemon that supervises long-running LVM operations. More information: <https://manned.org/l
Viewed 0 times
pollcommandlvmsuperviseslvmpolldclidaemonthat
linux
Problem
How to use the
lvmpolld command: LVM poll daemon that supervises long-running LVM operations. More information: <https://manned.org/lvmpolld>.Solution
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]}} debugSet 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 --dumpCode Snippets
Start the daemon in the foreground
lvmpolld {{[-f|--foreground]}}Start in the foreground with debug logging
lvmpolld {{[-f|--foreground]}} {{[-l|--log]}} debugSet 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}}Context
tldr-pages: linux/lvmpolld
Revisions (0)
No revisions yet.