Disks: Remove mentions about RAID1

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
Azat Khuzhin 2022-05-03 12:21:28 +03:00
parent dad31fe5a0
commit 9d734bd677

View File

@ -11,7 +11,6 @@ namespace DB
enum class VolumeType enum class VolumeType
{ {
JBOD, JBOD,
RAID1,
SINGLE_DISK, SINGLE_DISK,
UNKNOWN UNKNOWN
}; };