This website requires JavaScript.
Explore
Help
Sign In
parallelvirtualcluster
/
pvc
Watch
1
Star
0
Fork
0
You've already forked pvc
Code
Issues
11
Pull Requests
Projects
Releases
115
Wiki
Activity
Files
24144ea0bab7c2439748a3a196bfd37ab8291a81
pvc
/
debian
/
pvc-daemon.prerm
5 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Debianize the packaging
2018-06-17 14:55:13 -04:00
#!/bin/sh
Move daemon components into subfolder
2018-09-10 01:13:31 -04:00
# Disable the service
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
Reference in New Issue
Copy Permalink