From 768ecf9ab64b522e4527858b80c2c74d5a810b84 Mon Sep 17 00:00:00 2001 From: OliCat Date: Wed, 10 Aug 2016 16:54:26 +0200 Subject: [PATCH 1/2] Update INSTALL_HETZNER.md --- INSTALL_HETZNER.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/INSTALL_HETZNER.md b/INSTALL_HETZNER.md index bf97c08..7fbe48c 100644 --- a/INSTALL_HETZNER.md +++ b/INSTALL_HETZNER.md @@ -41,6 +41,7 @@ ssh_authorized_keys: - $ssh_public_key EOF +apt-get install gawk wget https://raw.github.com/coreos/init/master/bin/coreos-install bash coreos-install -d /dev/sda -c cloud-config.tmp @@ -49,8 +50,19 @@ reboot ``` ssh core@$IP + +configure mdmonitor. + sudo su - +mdadm --examine --scan > /etc/mdadm.conf +vim /etc/mdadm.conf +#ADD your mail +MAILADDR xxx@xxx.org + +# Start service +systemctl start mdmonitor.service + # Add swap fallocate -l 8192m /swap chmod 600 /swap -- GitLab From 8ad957d3e65dafbec465065ad733f8d4f03a6277 Mon Sep 17 00:00:00 2001 From: OliCat Date: Wed, 10 Aug 2016 16:55:32 +0200 Subject: [PATCH 2/2] Update INSTALL_HETZNER.md --- INSTALL_HETZNER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL_HETZNER.md b/INSTALL_HETZNER.md index 7fbe48c..bf81d40 100644 --- a/INSTALL_HETZNER.md +++ b/INSTALL_HETZNER.md @@ -51,7 +51,7 @@ reboot ``` ssh core@$IP -configure mdmonitor. +#configure mdmonitor. sudo su - -- GitLab