Merge "Open the volume_support of redis"
This commit is contained in:
commit
c3c6b7fdc7
@ -227,9 +227,9 @@ device_path = /dev/vdb
|
||||
# Format (single port or port range): A, B-C
|
||||
# where C greater than B
|
||||
tcp_ports = 6379, 16379
|
||||
# redis uses local storage
|
||||
volume_support = False
|
||||
# default device_path = None
|
||||
volume_support = True
|
||||
device_path = /dev/vdb
|
||||
|
||||
|
||||
[cassandra]
|
||||
tcp_ports = 7000, 7001, 9042, 9160
|
||||
|
@ -223,9 +223,8 @@ ignore_dbs = mysql, information_schema, performance_schema
|
||||
|
||||
[redis]
|
||||
tcp_ports = 6379, 16379
|
||||
#redis uses local storage
|
||||
volume_support = False
|
||||
# default device_path = None
|
||||
volume_support = True
|
||||
device_path = /dev/vdb
|
||||
|
||||
[cassandra]
|
||||
tcp_ports = 7000, 7001, 9042, 9160
|
||||
|
Loading…
x
Reference in New Issue
Block a user