synology-csi icon indicating copy to clipboard operation
synology-csi copied to clipboard

Support enabling FUA and Sync Cache SCSI commands

Open vaskozl opened this issue 3 years ago • 1 comments

https://www.synology.com/en-uk/releaseNote/ScsiTarget

Added support for FUA and Sync Cache SCSI commands to lower the risk of data loss or file system crash.

This option is disabled for LUNs created by the CSI driver.

As I understand these commands decrease the likeliness of corruption and we should be able to enable them.

vaskozl avatar Feb 24 '22 12:02 vaskozl

At my project over here the create api methods are fully templatable so assuming those properties can be set via the api at creation time you could control them: https://github.com/democratic-csi/democratic-csi/blob/master/examples/synology-iscsi.yaml

travisghansen avatar Mar 01 '22 03:03 travisghansen