commands.sh

lvmpolld

linux

LVM poll daemon that supervises long-running LVM operations.

More info →

Options (5)

-f, --foregroundboolean

Start the daemon in the foreground

Example: lvmpolld {{[-f|--foreground]}}
-l, --logboolean

Start in the foreground with debug logging

Example: lvmpolld {{[-f|--foreground]}} {{[-l|--log]}} debug
-t, --timeoutboolean

Set the idle shutdown timeout (seconds)

Example: lvmpolld {{[-t|--timeout]}} {{300}}
-s, --socketboolean

Use a custom socket path

Example: lvmpolld {{[-s|--socket]}} {{/tmp/lvmpolld.socket}}
-p, --pidfileboolean

Use a custom PID file

Example: lvmpolld {{[-p|--pidfile]}} {{/tmp/lvmpolld.pid}}

Examples (6)

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
made by @shridhargupta | data from tldr-pages