From 59707bad4e992bfc1ed762add7c8ce575c423801 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 11 Apr 2020 01:33:18 -0400 Subject: [PATCH] Fix some errors in the FAQ --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 06469a82..0f2533e3 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -20,9 +20,9 @@ PVC might be right for you if your requirements are: I built PVC for my homelab first, found a perfect usecase with my employer, and think it might be useful to you too. -### Is 3 hypervisor really the minimum? +### Is 3 hypervisors really the minimum? -For a redundant cluster, yes. PVC requires a majority quorum for several subsystems, and the smallest possible majority quorum is 2/3. That said, you can run PVC on a single node for testing/lab purposes without host-level reundancy. +For a redundant cluster, yes. PVC requires a majority quorum for several subsystems, and the smallest possible majority quorum is 2/3. That said, you can run PVC on a single node for testing/lab purposes without host-level reundancy, should you wish to do so. ## Feature Questions