From ee40bd3e430262dff3e4415f2bd1e28608dc40de Mon Sep 17 00:00:00 2001 From: Rudolph Bott Date: Wed, 3 Jan 2024 11:36:34 +0100 Subject: [PATCH] reformat last paragraph --- content/posts/2024/01-01-introduction-to-ganeti.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/posts/2024/01-01-introduction-to-ganeti.md b/content/posts/2024/01-01-introduction-to-ganeti.md index d266269..9f39bff 100644 --- a/content/posts/2024/01-01-introduction-to-ganeti.md +++ b/content/posts/2024/01-01-introduction-to-ganeti.md @@ -40,4 +40,6 @@ Ganeti is very easy to setup/bootstrap. There are packages available for Debian, Upgrades of Ganeti clusters are possible and usually work flawlessly. Ganeti itself does not get in the way of your VM operations. It is very robust and can recover from many error states by itself. -While RBD/Ceph or Gluster backends require the additional installation/configuration of services outside of Ganeti, DRBD is fully managed. Ganeti will take care of all DRBD-related operations and provide you with redundant VMs at no additional operative cost. Ganeti powers well-known infrastructures like Wikimedia, Tor Project, Debian or ICANN. It is also in use at various universities and many private companies and you can interact with developers and the community using mailing lists, IRC or Github issues. +While RBD/Ceph or Gluster backends require the additional installation/configuration of services outside of Ganeti, DRBD is fully managed. Ganeti will take care of all DRBD-related operations and provide you with redundant VMs at no additional operative cost. + +Ganeti powers well-known infrastructures like Wikimedia, Tor Project, Debian or ICANN. It is also in use at various universities and many private companies and you can interact with the community using mailing lists, IRC or Github issues.