Getting a previously unseen error when trying to initialize SCST (rc.scst start):
My /etc/scst.conf is built as per the master branch scripts -- basically scstadmin -write_config /etc/scst.conf.
I'm not able to track down any dif_checks_failed docs online..
Applying SCST configuration...
Collecting current configuration: done.
-> Checking configuration file '/etc/scst.conf' for errors.
-> WARNING: No HANDLER section defined. Only physical media will be configured for targets.
-> WARNING: Driver 'iscsi' has no configured targets.
-> Done, 2 warnings found.
-> Applying configuration.
FATAL: Received the following error:
Invalid configuration encountered. Attribute 'dif_checks_failed' has an invalid value.
# more /etc/scst.conf
# Automatically generated by SCST Configurator v3.1.0-pre1.
# Non-key attributes
max_tasklet_cmd 10
setup_id 0x0
suspend 0
threads 2
TARGET_DRIVER copy_manager {
# Non-key attributes
allow_not_connected_copy 0
TARGET copy_manager_tgt {
# Non-key attributes
addr_method PERIPHERAL
black_hole 0
cpu_mask 3
dif_checks_failed app ref guard
forwarding 0
io_grouping_type auto
rel_tgt_id 0
}
}
TARGET_DRIVER iscsi {
enabled 0
}