#ifndef KEYPAIR_H #define KEYPAIR_H extern void generate_keypair(void); extern void verify_keypair(void); #endif /* KEYPAIR_H */
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@redhat.com>2016-12-13 14:54:50 -0500
committerMike Snitzer <snitzer@redhat.com>2016-12-13 15:01:31 -0500
commitef548c551e72dbbdcc6d9ed7c7b3b01083fea8e2 (patch)
tree18caf8a05714dcb02e7245eda29017aeeae2253b /Documentation
parente99dda8fc4567db6e39ec25b60bbcd68182dfd7b (diff)
dm flakey: introduce "error_writes" feature
Recent dm-flakey fixes, to have reads error out during the "down" interval, made it so that the previous read behaviour is no longer available. It is useful to have reads complete like normal but have writes error out, so make it possible again with a new "error_writes" feature. Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'Documentation')