diff --git a/tools/burnin b/tools/burnin index 2b5203c2caf4aa37f3601d9d5f1a814ae25c0050..c60e6a477eb816d43a336b3378c62fd206f1b1d9 100755 --- a/tools/burnin +++ b/tools/burnin @@ -122,7 +122,7 @@ class Burner(object): help="Skip instance failovers", action="store_false", default=True) parser.add_option("-t", "--disk-template", dest="disk_template", - choices=("remote_raid1", "drbd"), + choices=("plain", "remote_raid1", "drbd"), default="remote_raid1", help="Template type for network mirroring (remote_raid1" " or drbd) [remote_raid1]")