forked from TrueCloudLab/frostfs-node
[#249] node: Drop subnet from config
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
05c870f39a
commit
d757d881d0
7 changed files with 0 additions and 112 deletions
|
@ -122,7 +122,6 @@ contracts:
|
|||
| `balance` | `hash160` | | Balance contract hash. |
|
||||
| `container` | `hash160` | | Container contract hash. |
|
||||
| `netmap` | `hash160` | | Netmap contract hash. |
|
||||
| `subnet` | `hash160` | | Subnet contract hash. |
|
||||
|
||||
# `morph` section
|
||||
|
||||
|
@ -300,10 +299,6 @@ node:
|
|||
path: /sessions
|
||||
persistent_state:
|
||||
path: /state
|
||||
subnet:
|
||||
exit_zero: false
|
||||
entries:
|
||||
- 123
|
||||
notification:
|
||||
enabled: true
|
||||
endpoint: tls://localhost:4222
|
||||
|
@ -323,7 +318,6 @@ node:
|
|||
| `relay` | `bool` | | Enable relay mode. |
|
||||
| `persistent_sessions` | [Persistent sessions config](#persistent_sessions-subsection) | | Persistent session token store configuration. |
|
||||
| `persistent_state` | [Persistent state config](#persistent_state-subsection) | | Persistent state configuration. |
|
||||
| `subnet` | [Subnet config](#subnet-subsection) | | Subnet configuration. |
|
||||
| `notification` | [Notification config](#notification-subsection) | | NATS configuration. |
|
||||
|
||||
|
||||
|
@ -352,14 +346,6 @@ It is used to correctly handle node restarts or crashes.
|
|||
|-----------|----------|------------------------|------------------------|
|
||||
| `path` | `string` | `.frostfs-storage-state` | Path to the database. |
|
||||
|
||||
## `subnet` subsection
|
||||
This is an advanced section, use with caution.
|
||||
|
||||
| Parameter | Type | Default value | Description |
|
||||
|-------------|------------|---------------|------------------------------------------------------|
|
||||
| `exit_zero` | `bool` | `false` | Exit from the default subnet. |
|
||||
| `entries` | `[]uint32` | | List of non-default subnet ID this node belongs to. |
|
||||
|
||||
## `notification` subsection
|
||||
This is an advanced section, use with caution.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue