-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
294 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,12 +42,16 @@ managers = [[email protected], [email protected]] | |
## STORAGE | ||
## -------------------------------------------------------------------- | ||
## LeoFS version | ||
system_version = 1.0.0-pre1 | ||
system_version = 1.0.0-pre2 | ||
|
||
## Object container | ||
obj_containers.path = [./avs] | ||
obj_containers.num_of_containers = [8] | ||
|
||
## e.g. Case of plural pathes | ||
## obj_containers.path = [/var/leofs/avs/1, /var/leofs/avs/2] | ||
## obj_containers.num_of_containers = [32, 64] | ||
|
||
|
||
## A number of virtual-nodes for the redundant-manager | ||
## num_of_vnodes = 168 | ||
|
@@ -89,7 +93,7 @@ mq.recovery_node.interval_max = 32 | |
## STORAGE - Replication/Recovery object(s) | ||
## -------------------------------------------------------------------- | ||
## Rack-id for the rack-awareness replica placement | ||
## replication.rack_awareness.rack_id = "" | ||
## replication.rack_awareness.rack_id = | ||
|
||
## Size of stacked objects (bytes) | ||
## replication.recovery.size_of_stacked_objs = 67108864 | ||
|
@@ -126,10 +130,48 @@ mq.recovery_node.interval_max = 32 | |
## Directory of SNMP agent configuration | ||
snmp_agent = ./snmp/snmpa_storage_0/LEO-STORAGE | ||
|
||
|
||
## -------------------------------------------------------------------- | ||
## Other Libs | ||
## -------------------------------------------------------------------- | ||
## Enable profiler - leo_backend_db | ||
## leo_backend_db.profile = false | ||
|
||
## Enable profiler - leo_logger | ||
## leo_logger.profile = false | ||
|
||
## Enable profiler - leo_mq | ||
## leo_mq.profile = false | ||
|
||
## MQ backend storage: [bitcask, leveldb] | ||
## leo_mq.backend_db = bitcask | ||
|
||
## Enable profiler - leo_object_storage | ||
## leo_object_storage.profile = false | ||
|
||
## Enable strict check between checksum of a metadata and checksum of an object | ||
## leo_object_storage.is_strict_check = false | ||
|
||
## Metadata Storage: [bitcask, leveldb] | ||
leo_object_storage.metadata_storage = leveldb | ||
|
||
## Enable profiler - leo_ordning_reda | ||
## leo_ordning_reda.profile = false | ||
|
||
## Send after interval | ||
## leo_ordning_reda.send_after_interval = 100 | ||
|
||
## Enable profiler - leo_redundant_manager | ||
## leo_redundant_manager.profile = false | ||
|
||
## Enable profiler - leo_statistics | ||
## leo_statistics.profile = false | ||
|
||
|
||
#====================================================================== | ||
# For vm.args | ||
#====================================================================== | ||
## Name of the leofs-gateway node | ||
## Name of the leofs-storage node | ||
nodename = [email protected] | ||
|
||
## Cookie for distributed node communication. All nodes in the same cluster | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,12 +42,16 @@ managers = [[email protected], [email protected]] | |
## STORAGE | ||
## -------------------------------------------------------------------- | ||
## LeoFS version | ||
system_version = 1.0.0-pre1 | ||
system_version = 1.0.0-pre2 | ||
|
||
## Object container | ||
obj_containers.path = [./avs] | ||
obj_containers.num_of_containers = [8] | ||
|
||
## e.g. Case of plural pathes | ||
## obj_containers.path = [/var/leofs/avs/1, /var/leofs/avs/2] | ||
## obj_containers.num_of_containers = [32, 64] | ||
|
||
|
||
## A number of virtual-nodes for the redundant-manager | ||
## num_of_vnodes = 168 | ||
|
@@ -89,7 +93,7 @@ mq.recovery_node.interval_max = 32 | |
## STORAGE - Replication/Recovery object(s) | ||
## -------------------------------------------------------------------- | ||
## Rack-id for the rack-awareness replica placement | ||
## replication.rack_awareness.rack_id = "" | ||
## replication.rack_awareness.rack_id = | ||
|
||
## Size of stacked objects (bytes) | ||
## replication.recovery.size_of_stacked_objs = 67108864 | ||
|
@@ -126,10 +130,48 @@ mq.recovery_node.interval_max = 32 | |
## Directory of SNMP agent configuration | ||
snmp_agent = ./snmp/snmpa_storage_1/LEO-STORAGE | ||
|
||
|
||
## -------------------------------------------------------------------- | ||
## Other Libs | ||
## -------------------------------------------------------------------- | ||
## Enable profiler - leo_backend_db | ||
## leo_backend_db.profile = false | ||
|
||
## Enable profiler - leo_logger | ||
## leo_logger.profile = false | ||
|
||
## Enable profiler - leo_mq | ||
## leo_mq.profile = false | ||
|
||
## MQ backend storage: [bitcask, leveldb] | ||
## leo_mq.backend_db = bitcask | ||
|
||
## Enable profiler - leo_object_storage | ||
## leo_object_storage.profile = false | ||
|
||
## Enable strict check between checksum of a metadata and checksum of an object | ||
## leo_object_storage.is_strict_check = false | ||
|
||
## Metadata Storage: [bitcask, leveldb] | ||
leo_object_storage.metadata_storage = leveldb | ||
|
||
## Enable profiler - leo_ordning_reda | ||
## leo_ordning_reda.profile = false | ||
|
||
## Send after interval | ||
## leo_ordning_reda.send_after_interval = 100 | ||
|
||
## Enable profiler - leo_redundant_manager | ||
## leo_redundant_manager.profile = false | ||
|
||
## Enable profiler - leo_statistics | ||
## leo_statistics.profile = false | ||
|
||
|
||
#====================================================================== | ||
# For vm.args | ||
#====================================================================== | ||
## Name of the leofs-gateway node | ||
## Name of the leofs-storage node | ||
nodename = [email protected] | ||
|
||
## Cookie for distributed node communication. All nodes in the same cluster | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,12 +42,16 @@ managers = [[email protected], [email protected]] | |
## STORAGE | ||
## -------------------------------------------------------------------- | ||
## LeoFS version | ||
system_version = 1.0.0-pre1 | ||
system_version = 1.0.0-pre2 | ||
|
||
## Object container | ||
obj_containers.path = [./avs] | ||
obj_containers.num_of_containers = [8] | ||
|
||
## e.g. Case of plural pathes | ||
## obj_containers.path = [/var/leofs/avs/1, /var/leofs/avs/2] | ||
## obj_containers.num_of_containers = [32, 64] | ||
|
||
|
||
## A number of virtual-nodes for the redundant-manager | ||
## num_of_vnodes = 168 | ||
|
@@ -89,7 +93,7 @@ mq.recovery_node.interval_max = 32 | |
## STORAGE - Replication/Recovery object(s) | ||
## -------------------------------------------------------------------- | ||
## Rack-id for the rack-awareness replica placement | ||
## replication.rack_awareness.rack_id = "" | ||
## replication.rack_awareness.rack_id = | ||
|
||
## Size of stacked objects (bytes) | ||
## replication.recovery.size_of_stacked_objs = 67108864 | ||
|
@@ -126,10 +130,48 @@ mq.recovery_node.interval_max = 32 | |
## Directory of SNMP agent configuration | ||
snmp_agent = ./snmp/snmpa_storage_2/LEO-STORAGE | ||
|
||
|
||
## -------------------------------------------------------------------- | ||
## Other Libs | ||
## -------------------------------------------------------------------- | ||
## Enable profiler - leo_backend_db | ||
## leo_backend_db.profile = false | ||
|
||
## Enable profiler - leo_logger | ||
## leo_logger.profile = false | ||
|
||
## Enable profiler - leo_mq | ||
## leo_mq.profile = false | ||
|
||
## MQ backend storage: [bitcask, leveldb] | ||
## leo_mq.backend_db = bitcask | ||
|
||
## Enable profiler - leo_object_storage | ||
## leo_object_storage.profile = false | ||
|
||
## Enable strict check between checksum of a metadata and checksum of an object | ||
## leo_object_storage.is_strict_check = false | ||
|
||
## Metadata Storage: [bitcask, leveldb] | ||
leo_object_storage.metadata_storage = leveldb | ||
|
||
## Enable profiler - leo_ordning_reda | ||
## leo_ordning_reda.profile = false | ||
|
||
## Send after interval | ||
## leo_ordning_reda.send_after_interval = 100 | ||
|
||
## Enable profiler - leo_redundant_manager | ||
## leo_redundant_manager.profile = false | ||
|
||
## Enable profiler - leo_statistics | ||
## leo_statistics.profile = false | ||
|
||
|
||
#====================================================================== | ||
# For vm.args | ||
#====================================================================== | ||
## Name of the leofs-gateway node | ||
## Name of the leofs-storage node | ||
nodename = [email protected] | ||
|
||
## Cookie for distributed node communication. All nodes in the same cluster | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,15 +42,15 @@ managers = [[email protected], [email protected]] | |
## STORAGE | ||
## -------------------------------------------------------------------- | ||
## LeoFS version | ||
system_version = 1.0.0-pre1 | ||
system_version = 1.0.0-pre2 | ||
|
||
## Object container | ||
obj_containers.path = [./avs] | ||
obj_containers.num_of_containers = [8] | ||
|
||
|
||
## obj_containers.path.2 = ./path/to | ||
## obj_containers.num_of_containers.2 = 16 | ||
## e.g. Case of plural pathes | ||
## obj_containers.path = [/var/leofs/avs/1, /var/leofs/avs/2] | ||
## obj_containers.num_of_containers = [32, 64] | ||
|
||
|
||
## A number of virtual-nodes for the redundant-manager | ||
|
@@ -93,7 +93,7 @@ mq.recovery_node.interval_max = 32 | |
## STORAGE - Replication/Recovery object(s) | ||
## -------------------------------------------------------------------- | ||
## Rack-id for the rack-awareness replica placement | ||
## replication.rack_awareness.rack_id = "" | ||
## replication.rack_awareness.rack_id = | ||
|
||
## Size of stacked objects (bytes) | ||
## replication.recovery.size_of_stacked_objs = 67108864 | ||
|
@@ -130,10 +130,48 @@ mq.recovery_node.interval_max = 32 | |
## Directory of SNMP agent configuration | ||
snmp_agent = ./snmp/snmpa_storage_3/LEO-STORAGE | ||
|
||
|
||
## -------------------------------------------------------------------- | ||
## Other Libs | ||
## -------------------------------------------------------------------- | ||
## Enable profiler - leo_backend_db | ||
## leo_backend_db.profile = false | ||
|
||
## Enable profiler - leo_logger | ||
## leo_logger.profile = false | ||
|
||
## Enable profiler - leo_mq | ||
## leo_mq.profile = false | ||
|
||
## MQ backend storage: [bitcask, leveldb] | ||
## leo_mq.backend_db = bitcask | ||
|
||
## Enable profiler - leo_object_storage | ||
## leo_object_storage.profile = false | ||
|
||
## Enable strict check between checksum of a metadata and checksum of an object | ||
## leo_object_storage.is_strict_check = false | ||
|
||
## Metadata Storage: [bitcask, leveldb] | ||
leo_object_storage.metadata_storage = leveldb | ||
|
||
## Enable profiler - leo_ordning_reda | ||
## leo_ordning_reda.profile = false | ||
|
||
## Send after interval | ||
## leo_ordning_reda.send_after_interval = 100 | ||
|
||
## Enable profiler - leo_redundant_manager | ||
## leo_redundant_manager.profile = false | ||
|
||
## Enable profiler - leo_statistics | ||
## leo_statistics.profile = false | ||
|
||
|
||
#====================================================================== | ||
# For vm.args | ||
#====================================================================== | ||
## Name of the leofs-gateway node | ||
## Name of the leofs-storage node | ||
nodename = [email protected] | ||
|
||
## Cookie for distributed node communication. All nodes in the same cluster | ||
|
Oops, something went wrong.