This website requires JavaScript.
Explore
Help
Sign In
parallelvirtualcluster
/
pvc
Watch
1
Star
0
Fork
You've already forked pvc
0
Code
Issues
11
Pull Requests
Projects
Releases
109
Wiki
Activity
b452a7355f
pvc
/
debian
/
pvc-daemon.prerm
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Debianize the packaging
2018-06-17 14:55:13 -04:00
#!/bin/sh
Add node autoflush service and target Add a systemd service to manage node flush/unflush, useful during system startup and shutdown to avoid requiring administrator intervention for this to occur. This is optional and the service is not enabled by default, and the postinst script informs the administrator of this. Also adds a systemd target to collect the two service units together and provide an easy way to flush+shutdown or startup+unflush the entire PVC system. Closes #28
2019-05-23 22:38:45 -04:00
# Disable the services
Massive rejigger into single daemon Completely restructure the daemon code to move the 4 discrete daemons into a single daemon that can be run on every hypervisor. Introduce the idea of a static list of "coordinator" nodes which are configured at install time to run Zookeeper and FRR in router mode, and which are allowed to take on client network management duties (gateway, DHCP, DNS, etc.) while also allowing them to run VMs (i.e. no dedicated "router" nodes required).
2018-10-14 02:01:35 -04:00
systemctl disable pvcd.service
Add node autoflush service and target Add a systemd service to manage node flush/unflush, useful during system startup and shutdown to avoid requiring administrator intervention for this to occur. This is optional and the service is not enabled by default, and the postinst script informs the administrator of this. Also adds a systemd target to collect the two service units together and provide an easy way to flush+shutdown or startup+unflush the entire PVC system. Closes #28
2019-05-23 22:38:45 -04:00
systemctl disable pvcd.target