]> git.proxmox.com Git - pve-cluster.git/commitdiff
restart pvedaemon after cluster 'add'
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 15 Nov 2011 08:23:57 +0000 (09:23 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 15 Nov 2011 08:23:57 +0000 (09:23 +0100)
Makefile
data/PVE/pvecm
debian/changelog

index 7a231e33c9500e2a4c823b4068fbb91919690c0e..1eb3c415c599af31e79a384d958afa65ea3eadb7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=2.0
 
 PACKAGE=pve-cluster
 PKGVER=1.0
-PKGREL=10
+PKGREL=11
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
index 78e8e7a898e9f4da932d857177bb9c1726b457c1..f0c4f6689f26c3a2135b31633f55ceb597bb0424 100755 (executable)
@@ -465,6 +465,8 @@ __PACKAGE__->register_method ({
            PVE::Cluster::ssh_merge_known_hosts($nodename, $local_ip_address, 1);
 
            print "restart services\n";
+           # restart pvedaemon (changed certs)
+           system("/etc/init.d/pvedaemon restart");
            # restart apache (changed certs)
            system("/etc/init.d/apache2 restart");
 
index 0a9fbff6af9f7f9770f06f772541f65736a029c4..4ef85856daa539a9eee98e9fe67d3a78b98b34c5 100644 (file)
@@ -1,8 +1,14 @@
+pve-cluster (1.0-11) unstable; urgency=low
+
+  * restart pvedaemon after cluster 'add'
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 15 Nov 2011 09:14:30 +0100
+
 pve-cluster (1.0-10) unstable; urgency=low
 
   * add vzdump backup schedule to observed file list
 
-  * generate vzdump setup file /etc/pve/vzdump
+  * generate vzdump setup file /etc/pve/vzdump.cron
     
   * Also create a symlink /etc/cron.d/vzdump to that file.