-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Labels
Description
Hi,
We have 3 Nodes running.
LEOFS version: 1.3.8-1
root@prd-leofs001:/home/varun.tanwar# leofs-adm status
[System Confiuration]
-----------------------------------+----------
Item | Value
-----------------------------------+----------
Basic/Consistency level
-----------------------------------+----------
system version | 1.3.8
cluster Id | leofs_1
DC Id | dc_1
Total replicas | 2
number of successes of R | 1
number of successes of W | 1
number of successes of D | 1
number of rack-awareness replicas | 0
ring size | 2^128
-----------------------------------+----------
Multi DC replication settings
-----------------------------------+----------
[mdcr] max number of joinable DCs | 2
[mdcr] total replicas per a DC | 1
[mdcr] number of successes of R | 1
[mdcr] number of successes of W | 1
[mdcr] number of successes of D | 1
-----------------------------------+----------
Manager RING hash
-----------------------------------+----------
current ring-hash |
previous ring-hash |
-----------------------------------+----------
[State of Node(s)]
-------+--------------------------------------------+--------------+----------------+----------------+----------------------------
type | node | state | current ring | prev ring | updated at
-------+--------------------------------------------+--------------+----------------+----------------+----------------------------
S | storage_0@prd-leofs001 | running | e92344d1 | e92344d1 | 2019-09-16 16:05:13 +0550
S | storage_1@prd-leofs002 | running | e92344d1 | e92344d1 | 2019-09-16 15:33:49 +0550
S | storage_2@prd-leofs003 | running | e92344d1 | e92344d1 | 2019-09-16 15:34:27 +0550
G | gateway_http@prd-leofs003 | running | e92344d1 | e92344d1 | 2019-09-16 15:35:27 +0550
G | gateway_s3@prd-leofs001 | running | e92344d1 | e92344d1 | 2019-09-16 15:34:54 +0550
-------+--------------------------------------------+--------------+----------------+----------------+----------------------------
I have tried restarting all services (stop gateway -> stop storage -> stop manager then start in the reverse order : manager -> storage -> gateway).
When I run where-is command, I getting following error:
leofs-adm whereis s3:///
[ERROR] Could not get ring
When I configure the s3cmd, I get following error:
Test access with supplied credentials? [Y/n] y
Please wait, attempting to list all buckets...
ERROR: Test failed: 403 (AccessDenied): Access Denied
ERROR: Are you sure your keys have s3:ListAllMyBuckets permissions?
but when I upload file via s3cmd, it succeeds.