change settings template
This commit is contained in:
parent
4dff032fe6
commit
785f72692a
|
@ -14,8 +14,8 @@ WB_SMART_TEST = short
|
||||||
WB_ERASE = EraseBasic
|
WB_ERASE = EraseBasic
|
||||||
WB_ERASE_STEPS = 1
|
WB_ERASE_STEPS = 1
|
||||||
WB_ERASE_LEADING_ZEROS = False
|
WB_ERASE_LEADING_ZEROS = False
|
||||||
|
VERSION = "Basic Erasure"
|
||||||
|
|
||||||
WB_DEBUG = True
|
|
||||||
{% elif baseline_erease %}
|
{% elif baseline_erease %}
|
||||||
DH_HOST = {{ api_host }}
|
DH_HOST = {{ api_host }}
|
||||||
DH_DATABASE = {{ schema }}
|
DH_DATABASE = {{ schema }}
|
||||||
|
@ -28,6 +28,11 @@ WB_SMART_TEST = short
|
||||||
WB_ERASE = EraseSectors
|
WB_ERASE = EraseSectors
|
||||||
WB_ERASE_STEPS = {{ erase_steps }}
|
WB_ERASE_STEPS = {{ erase_steps }}
|
||||||
WB_ERASE_LEADING_ZEROS = True
|
WB_ERASE_LEADING_ZEROS = True
|
||||||
|
VERSION = {%if erase_steps < 3 %}"Baseline Secure Erasure"{% else %}"Enhanced Secure Erasure"{% endif %}
|
||||||
|
|
||||||
|
{% else %}
|
||||||
|
SNAPSHOTS_PATH = /mnt
|
||||||
|
LOGS_PATH = /mnt
|
||||||
|
VERSION = "Basic Metadata"
|
||||||
|
|
||||||
WB_DEBUG = True
|
|
||||||
{% endif %}
|
{% endif %}
|
Reference in New Issue