pve-manager/bin
Thomas Lamprecht 57de747b0c rename pve-manager.service to pve-guests
the name 'pve-manager' collides with our pve-manager package name,
which - from the user point of view - provides mainly the API and
WebUI.
An user could thus think that restarting 'pve-manager' would restart
the WebUIs server, which is relatable.
But, the pve-manager.service does not controls the WebUI or its
server but is responsible for starting all guest with 'onboot=1' in
their config on system boot and to stop all remaining running guests
on system shutdown.

Thus rename it to pve-guests and adapt its description. This may not
seem as ideal name at first glance, but its better than the current
option. Further it leads to log messages like:
 > Starting PVE guests (Service providing start-on-boot and stop-all-on-shutdown)
 > [...]
 > Started PVE guests (Service providing start-on-boot and stop-all-on-shutdown)
 > [...]
 > Stopping PVE guests (Service providing start-on-boot and stop-all-on-shutdown)

which makes it clearer what happens, or what this service is for.

Alias the new service to the old pve-manager.service for legacy
reasons. While our services do not depend on it an user could have
made an own service which used pve-manager.service as synchronisation
point.

Linitian then complains about init.d/pve-manager not having a related
systemd service file. Instead of renmaning it just drop it.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-09-11 09:34:02 +02:00
..
init.d rename pve-manager.service to pve-guests 2017-09-11 09:34:02 +02:00
ocf Makefile: fix distclean target 2016-09-28 08:21:48 +02:00
test replication: fix regression tests 2017-06-29 07:46:56 +02:00
.gitignore add .gitignore files, fix Makefiles 2011-08-23 16:23:46 +02:00
Makefile buildsys: use CC, CPPFLAGS and CFLAGS 2017-07-19 08:57:31 +02:00
pveam refactor pveam to use it with our CLI Handler. 2016-02-26 11:34:52 +01:00
pvebanner use shorter login message 2013-06-17 11:22:33 +02:00
pveceph cleanup: use new run_cli_handler() method 2015-10-02 11:28:01 +02:00
pvedaemon cleanup: use new run_cli_handler() method 2015-10-02 11:28:01 +02:00
pvemailforward.c cleanup C wrapper 2013-03-25 17:47:33 +01:00
pvemailforward.pl GUI: add new email_from option to datacenter.cfg 2014-09-04 17:16:02 +02:00
pveperf pveperf: remove outated POD replaced by pve-docs 2017-02-15 11:10:27 +01:00
pveproxy cleanup: use new run_cli_handler() method 2015-10-02 11:28:01 +02:00
pvereport Move pvereport functionality into a separate PVE package 2015-11-03 18:10:22 +01:00
pvesh PVE::API2Tools::resolve_proxyto - new helper 2017-05-31 08:23:47 +02:00
pvesr pvesr: add pve storage replication tool 2017-05-31 08:23:46 +02:00
pvestatd pvestatd: log warnings to syslog 2016-10-26 15:58:23 +02:00
pvesubscription cleanup: use new run_cli_handler() method 2015-10-02 11:28:01 +02:00
pveupdate fix initlog name 2016-02-26 11:30:17 +01:00
pveupgrade do not use -w switch as it breaks modules 2013-10-01 10:36:47 +02:00
pveversion do not use -w switch as it breaks modules 2013-10-01 10:36:47 +02:00
spiceproxy spiceproxy: import PVE::SafeSyslog 2017-01-26 12:59:57 +01:00
vzdump cleanup: use new run_cli_handler() method 2015-10-02 11:28:01 +02:00