[SOLVED] Cluster datacenter.cfg missing?

juniper

Renowned Member
Oct 21, 2013
84
0
71
Hi,

is it normal that my cluster /etc/pve is without datacenter.cfg?

lrwxr-xr-x 1 root www-data 0 Jan 1 1970 qemu-server -> nodes/timlabsrv1/qemu-server
lrwxr-xr-x 1 root www-data 0 Jan 1 1970 openvz -> nodes/timlabsrv1/openvz
lrwxr-xr-x 1 root www-data 0 Jan 1 1970 lxc -> nodes/timlabsrv1/lxc
lrwxr-xr-x 1 root www-data 0 Jan 1 1970 local -> nodes/timlabsrv1
-rw-r----- 1 root www-data 1679 Jul 17 09:54 pve-www.key
drwx------ 2 root www-data 0 Jul 17 09:54 priv
drwxr-xr-x 2 root www-data 0 Jul 17 09:54 nodes
-rw-r----- 1 root www-data 451 Jul 17 09:54 authkey.pub
-rw-r----- 1 root www-data 119 Jul 17 09:54 vzdump.cron
-rw-r----- 1 root www-data 2057 Jul 17 09:54 pve-root-ca.pem
drwxr-xr-x 2 root www-data 0 Jul 20 09:54 ha
-rw-r----- 1 root www-data 478 Sep 19 10:17 storage.cfg
-rw-r----- 1 root www-data 657 Sep 25 07:53 corosync.conf
drwxr-xr-x 2 root www-data 0 Oct 26 09:56 firewall

i need to configure unsecure migration...
 
Hmm, I had in mind that something creates it, but maybe that changed. Anyway, it's not bad directly if its missing, just create it:
Code:
echo "migration: insecure" > /etc/pve/datacenter.cfg
 
Hmm, I had in mind that something creates it, but maybe that changed. Anyway, it's not bad directly if its missing, just create it:
Code:
echo "migration: insecure" > /etc/pve/datacenter.cfg
Hello,

i have 5 Nodes in my Cluster and i wan't to set the E-Mail Sender Address to the Reverse DNS Address, i don't have a datacenter.cfg in /etc/pve/ . Should i create the File on each Node and manually add the email_from: root@reverseaddress ?

What does migration: insecure ?

Best Regards,