We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062cb3d commit adff434Copy full SHA for adff434
dockerfiles/ganeti.sh
@@ -20,6 +20,7 @@ if [ "$(hostname)" == "node1" ] ; then
20
if [ "$ganeti_ver" = "$(echo -e "${ganeti_ver}\n2.9.4" | sort -V | head -n1)" ] ; then
21
no_drbd="--no-drbd-storage"
22
fi
23
+ chmod 600 /root/.ssh/id_rsa
24
gnt-cluster init --no-etc-hosts \
25
--master-netdev=eth0 -N mode=routed,link=100 ${no_drbd} ${no_lvm} \
26
--enabled-hypervisors=fake \
0 commit comments