From 85a895bec5797de1b0c3757d5ceec7c399619a64 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Tue, 15 Jan 2013 16:31:38 +0100
Subject: [PATCH] burnin: Enable DT_EXT/DT_RBD for single node clusters

As reported by Constantinos Venetsanopoulos, DT_RBD and DT_EXT work on
single node clusters.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
---
 tools/burnin | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/burnin b/tools/burnin
index 1d740d50c..42b74d27a 100755
--- a/tools/burnin
+++ b/tools/burnin
@@ -58,6 +58,8 @@ _SINGLE_NODE_DISK_TEMPLATES = compat.UniqueFrozenset([
   constants.DT_PLAIN,
   constants.DT_FILE,
   constants.DT_SHARED_FILE,
+  constants.DT_EXT,
+  constants.DT_RBD,
   ])
 
 _SUPPORTED_DISK_TEMPLATES = compat.UniqueFrozenset([
-- 
GitLab