Could not reach quorum of 1 #651

Closed
opened 2023-10-14 05:42:16 +00:00 by Mako · 1 comment

Fresh install 9.0 on debian
Single-node

conf:

metadata_dir = "/var/lib/garage/meta"
data_dir = "/mnt/raid/garage/data"
db_engine = "lmdb"

replication_mode = "none"

rpc_bind_addr = "[::]:3901"
rpc_public_addr = "xx.xx.xx.xx:3901"                                                                                                                                                      >
rpc_secret = "b39xxxxxx798d9"

bootstrap_peers = []

[s3_api]
s3_region = "garage"
api_bind_addr = "[::]:3900"
root_domain = ".s3.garage.localhost"

[s3_web]
bind_addr = "[::]:3902"
root_domain = ".web.garage.localhost"
index = "index.html"

[k2v_api]
api_bind_addr = "[::]:3904"

[admin]
api_bind_addr = "0.0.0.0:3903"
admin_token = "vdRxxxxxQ0MsY="

server logs:

2023-10-14T05:33:49.794933Z  INFO netapp::netapp: Incoming connection from [::ffff:xx.xx.xx.xx]:40898, negotiating handshake...    
2023-10-14T05:33:49.795856Z  INFO netapp::netapp: Accepted connection from 4aa3f6f82d4306b2 at [::ffff:xx.xx.xx.xx]:40898    
2023-10-14T05:33:49.849338Z  INFO netapp::netapp: Connection from 4aa3f6f82d4306b2 closed    
2023-10-14T05:34:30.898007Z  INFO garage_rpc::system: Doing a bootstrap/discovery step (not_configured: true, no_peers: false, bad_peers: true)
  
garage bucket create bucket-test1
Error: Internal error: Remote error: Could not reach quorum of 1. 0 of 0 request succeeded, others returned errors: []
Fresh install 9.0 on debian Single-node conf: ``` metadata_dir = "/var/lib/garage/meta" data_dir = "/mnt/raid/garage/data" db_engine = "lmdb" replication_mode = "none" rpc_bind_addr = "[::]:3901" rpc_public_addr = "xx.xx.xx.xx:3901" > rpc_secret = "b39xxxxxx798d9" bootstrap_peers = [] [s3_api] s3_region = "garage" api_bind_addr = "[::]:3900" root_domain = ".s3.garage.localhost" [s3_web] bind_addr = "[::]:3902" root_domain = ".web.garage.localhost" index = "index.html" [k2v_api] api_bind_addr = "[::]:3904" [admin] api_bind_addr = "0.0.0.0:3903" admin_token = "vdRxxxxxQ0MsY=" ``` server logs: ``` 2023-10-14T05:33:49.794933Z INFO netapp::netapp: Incoming connection from [::ffff:xx.xx.xx.xx]:40898, negotiating handshake... 2023-10-14T05:33:49.795856Z INFO netapp::netapp: Accepted connection from 4aa3f6f82d4306b2 at [::ffff:xx.xx.xx.xx]:40898 2023-10-14T05:33:49.849338Z INFO netapp::netapp: Connection from 4aa3f6f82d4306b2 closed 2023-10-14T05:34:30.898007Z INFO garage_rpc::system: Doing a bootstrap/discovery step (not_configured: true, no_peers: false, bad_peers: true) ``` ``` garage bucket create bucket-test1 Error: Internal error: Remote error: Could not reach quorum of 1. 0 of 0 request succeeded, others returned errors: [] ```
Owner

Have you configured a layout with a role assigned to your node? You have to do it even if your cluster consists in a single node.

Have you configured a layout with a role assigned to your node? You have to do it even if your cluster consists in a single node.
Mako closed this issue 2023-10-14 12:55:27 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#651
No description provided.