From 2ae8d4462ce772f247bd899104e43cd50add8b33 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 13 Jan 2018 19:43:48 +0100 Subject: [PDF] [SPEC] Extend disk_rotation enum with '0' ssd and nvme drives are static, so extend the list of accepted disk_rotation values to accomodate this. Use '0' so the enum can still be parsed as a numeric value. Change-Id: Ib8ef8cceb495c7eb588c68d151690747463167f5 Signed-off-by: Alexandru Avadanii --- config/pdf/pod1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/pdf/pod1.yaml') diff --git a/config/pdf/pod1.yaml b/config/pdf/pod1.yaml index d9028c23..03ec9d12 100644 --- a/config/pdf/pod1.yaml +++ b/config/pdf/pod1.yaml @@ -34,7 +34,7 @@ jumphost: # several interface types possible disk_interface: {sata|sas|ssd|nvme} # define rotation speed of disk - disk_rotation: {5400|7200|10000|15000} + disk_rotation: {0|5400|7200|10000|15000} # second disk - name: 'disk2' disk_capacity: 2048G -- cgit 1.2.3-korg