|
@@ -2,13 +2,14 @@
|
|
# DRBD device driver configuration
|
|
# DRBD device driver configuration
|
|
#
|
|
#
|
|
|
|
|
|
-comment "DRBD disabled because PROC_FS, INET or CONNECTOR not selected"
|
|
|
|
- depends on PROC_FS='n' || INET='n' || CONNECTOR='n'
|
|
|
|
|
|
+comment "DRBD disabled because PROC_FS or INET not selected"
|
|
|
|
+ depends on PROC_FS='n' || INET='n'
|
|
|
|
|
|
config BLK_DEV_DRBD
|
|
config BLK_DEV_DRBD
|
|
tristate "DRBD Distributed Replicated Block Device support"
|
|
tristate "DRBD Distributed Replicated Block Device support"
|
|
- depends on PROC_FS && INET && CONNECTOR
|
|
|
|
|
|
+ depends on PROC_FS && INET
|
|
select LRU_CACHE
|
|
select LRU_CACHE
|
|
|
|
+ select LIBCRC32C
|
|
default n
|
|
default n
|
|
help
|
|
help
|
|
|
|
|
|
@@ -58,7 +59,8 @@ config DRBD_FAULT_INJECTION
|
|
32 data read
|
|
32 data read
|
|
64 read ahead
|
|
64 read ahead
|
|
128 kmalloc of bitmap
|
|
128 kmalloc of bitmap
|
|
- 256 allocation of EE (epoch_entries)
|
|
|
|
|
|
+ 256 allocation of peer_requests
|
|
|
|
+ 512 insert data corruption on receiving side
|
|
|
|
|
|
fault_devs: bitmask of minor numbers
|
|
fault_devs: bitmask of minor numbers
|
|
fault_rate: frequency in percent
|
|
fault_rate: frequency in percent
|