logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vzeventd - the OpenVZ events daemon.

Author

       This  manual  page was initially written by Thorsten Schifferdecker <tsd@debian.systs.org> for the DebianGNU/Linux system (but may be used by others).

OpenVZ                                             7 Apr 2015                                        vzeventd(8)

Description

       This  daemon  takes care of events sent by the OpenVZ kernel (via a netlink socket) and performs required
       actions associated with those events, by running specific scripts. Every event received contains an event
       name and a container ID.

       For every known event, the event script /usr/lib/vzctl/vzctl/scripts/vzevent-event_name is executed, with
       container ID being passed to the script as VEID environment variable.  Not-existent  events  scripts  are
       ignored.  All unknown events are ignored but logged.

       The following events are recognized:
              startstopmountumountreboot

       The following event scripts are provided:

       vzevent-stop
              Takes care of removing ARP and routing records for the given CT from CT0.

       vzevent-reboot
              Takes care of rebooting a given CT.

Exit Status

       Returns 0 upon success.

License

       Copyright (C) 2010-2015, Parallels, Inc. Licensed under GNU GPL.

Name

       vzeventd - the OpenVZ events daemon.

Options

-v     Increase verbosity (can be used multiple times).

       -d     Debug mode (do not daemonize, run in foreground).

       -h     Display help and exit.

Synopsis

vzeventd [-v] [-d]

       vzeventd-h

See Also