]>
git.proxmox.com Git - pve-cluster.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Dietmar Maurer [Mon, 24 Oct 2011 08:09:09 +0000 (10:09 +0200)]
add vzdump backup schedule to observed file list
Dietmar Maurer [Mon, 24 Oct 2011 05:33:27 +0000 (07:33 +0200)]
generate vzdump setup file /etc/pve/vzdump
Also create a symlink /etc/cron.d/vzdump to that file.
Dietmar Maurer [Mon, 24 Oct 2011 04:49:26 +0000 (06:49 +0200)]
fix typo
Dietmar Maurer [Mon, 24 Oct 2011 04:46:48 +0000 (06:46 +0200)]
protect against fork
Each process needs its own ipcc connection, else the shared memory buffer gets corrupted.
Dietmar Maurer [Wed, 19 Oct 2011 09:25:20 +0000 (11:25 +0200)]
allow to read empty config files
The old code returned undef on empty files.
Dietmar Maurer [Wed, 19 Oct 2011 08:01:34 +0000 (10:01 +0200)]
another fix for duplicate VM check
Dietmar Maurer [Wed, 19 Oct 2011 07:19:04 +0000 (09:19 +0200)]
fix expression to avoid duplicate vm ids
Dietmar Maurer [Fri, 14 Oct 2011 10:40:44 +0000 (12:40 +0200)]
fix documenation
we do not have ipcc_open and ipcc_close
Dietmar Maurer [Tue, 4 Oct 2011 05:28:46 +0000 (07:28 +0200)]
restart filesystem after update asap
Dietmar Maurer [Mon, 3 Oct 2011 05:56:22 +0000 (07:56 +0200)]
set exec bit for openvz scripts
Dietmar Maurer [Mon, 3 Oct 2011 04:56:22 +0000 (06:56 +0200)]
initialize from_node
Dietmar Maurer [Wed, 28 Sep 2011 11:14:30 +0000 (13:14 +0200)]
allow to register handler for openvz configs
Dietmar Maurer [Wed, 28 Sep 2011 11:13:42 +0000 (13:13 +0200)]
correctly handle renames
Dietmar Maurer [Tue, 27 Sep 2011 05:51:33 +0000 (07:51 +0200)]
correctly use 'from' instead of 'to'
Dietmar Maurer [Mon, 26 Sep 2011 05:52:39 +0000 (07:52 +0200)]
create qemu-server and openvz dirs
Dietmar Maurer [Fri, 23 Sep 2011 08:43:38 +0000 (10:43 +0200)]
start clvm
Dietmar Maurer [Wed, 21 Sep 2011 10:06:32 +0000 (12:06 +0200)]
bug fix - respect silent flag
Dietmar Maurer [Mon, 19 Sep 2011 11:11:36 +0000 (13:11 +0200)]
new method get_members() to return node member status
Dietmar Maurer [Mon, 19 Sep 2011 08:36:25 +0000 (10:36 +0200)]
check max cluster name length
Dietmar Maurer [Thu, 15 Sep 2011 05:53:29 +0000 (07:53 +0200)]
only call g_string_append_len if we have something (len > 0)
Dietmar Maurer [Fri, 9 Sep 2011 09:41:04 +0000 (11:41 +0200)]
new method to check that node exists: check_node_exists()
Dietmar Maurer [Fri, 9 Sep 2011 09:24:27 +0000 (11:24 +0200)]
Raise exception in check_cfs_quorum (and add noerr parameter)
Dietmar Maurer [Tue, 30 Aug 2011 13:08:35 +0000 (15:08 +0200)]
add .gitignore file
Dietmar Maurer [Tue, 30 Aug 2011 13:04:11 +0000 (15:04 +0200)]
Fixed startup order and lintian errors
We now start in runlevel 2345 instead of S, and make sure
that we start before apache2.
Dietmar Maurer [Fri, 26 Aug 2011 05:43:47 +0000 (07:43 +0200)]
fix typo in log message
Dietmar Maurer [Tue, 23 Aug 2011 05:29:23 +0000 (07:29 +0200)]
imported from svn 'pve-cluster/trunk'