Implement OSD address selection from a specified subnet

This commit is contained in:
Vitaliy Filippov
2021-11-23 21:59:26 +03:00
parent 655a2c871d
commit 6e0e172e15
4 changed files with 118 additions and 2 deletions
+1
View File
@@ -85,6 +85,7 @@ const etcd_tree = {
// osd
etcd_report_interval: 5,
run_primary: true,
osd_network: null, // "192.168.7.0/24" or an array of masks
bind_address: "0.0.0.0",
bind_port: 0,
autosync_interval: 5,