From 604016f9225b63c83421368454cf7c05d2400bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Tue, 17 Nov 2020 16:47:02 -0500 Subject: [PATCH] add notes from ganeti wiki --- howto/ganeti.md | 5 +++++ howto/new-machine.md | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/howto/ganeti.md b/howto/ganeti.md index fe3d90a8..60455268 100644 --- a/howto/ganeti.md +++ b/howto/ganeti.md @@ -930,6 +930,8 @@ master failover scenario. The [walkthrough](http://docs.ganeti.org/ganeti/2.15/html/walkthrough.html) also has a few recipes to resolve common problems. +See also the [common issues page](https://github.com/ganeti/ganeti/wiki/Common-Issues) in the Ganeti wiki. + ## Disaster recovery If things get completely out of hand and the cluster becomes too @@ -1505,3 +1507,6 @@ are available in the [Tor VM hosts.xlsx](https://nc.torproject.net/apps/onlyoffi ## Alternatives considered + +Note that the instance install is possible also [through FAI, see the +Ganeti wiki for examples](https://github.com/ganeti/ganeti/wiki/System-template-with-FAI). diff --git a/howto/new-machine.md b/howto/new-machine.md index 80b05efa..a61b4628 100644 --- a/howto/new-machine.md +++ b/howto/new-machine.md @@ -299,7 +299,9 @@ TBD. since buster, might require complex setup (e.g. an NFS server), [setup-storage(8)](https://manpages.debian.org/buster/fai-setup-storage/setup-storage.8.en.html) might be reusable on its own. uses Tar-based images created by FAI itself, requires network control or custom - ISO boot, requires a "server" (the [fai-server](https://packages.debian.org/unstable/fai-server) package) + ISO boot, requires a "server" (the [fai-server](https://packages.debian.org/unstable/fai-server) package), not + directly supported by Ganeti, although there are [hacks to make it + work](https://github.com/ganeti/ganeti/wiki/System-template-with-FAI) * [himblick](https://github.com/himblick/himblick) has some interesting post-install configure bits in Python, along with pyparted bridges * [list of debian setup tools](https://wiki.debian.org/SystemBuildTools), see also -- GitLab