[pve-devel] r5586 - pve-cluster/trunk/data/perl
svn-commits at proxmox.com
svn-commits at proxmox.com
Tue Feb 22 14:59:04 CET 2011
Author: dietmar
Date: 2011-02-22 14:59:04 +0100 (Tue, 22 Feb 2011)
New Revision: 5586
Modified:
pve-cluster/trunk/data/perl/Cluster.pm
Log:
use domains.cfg instead of priv/domains.cfg
Modified: pve-cluster/trunk/data/perl/Cluster.pm
===================================================================
--- pve-cluster/trunk/data/perl/Cluster.pm 2011-02-22 10:59:32 UTC (rev 5585)
+++ pve-cluster/trunk/data/perl/Cluster.pm 2011-02-22 13:59:04 UTC (rev 5586)
@@ -40,7 +40,7 @@
'storage.cfg' => 1,
'cluster.cfg' => 1,
'user.cfg' => 1,
- 'priv/domains.cfg' => 1,
+ 'domains.cfg' => 1,
'priv/shadow.cfg' => 1,
'/qemu-server/' => 1,
};
More information about the pve-devel
mailing list