-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
1- Nonvalidator still needs to manually be setup for wss access through domain, e.g wss://node3....
2- validator and non validator ports needs to be adjusted to allow pings
3- in pool creation ipfs config is not correct
4- 9096, 4001, 40001, and other ports need manual opening for pool
5- pools disk sizes are at 30GB both internal and external
6- copy service.json to /uniondrive/ipfs-cluster and Manually edit cluster service.json
sudo nano /uniondrive/ipfs-cluster/service.json
"allocator": {
"balanced": {
"allocate_by": [
"tag:group",
"pinqueue",
"reposize"
]
}
}
and add reposize to monitor as well and to EXEC_START -e CLUSTER_ALLOCATOR_ALLOCATEBY="tag:group,pinqueue,reposize"
Metadata
Metadata
Assignees
Labels
No labels