HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

Using the quick start commands does not work #83

Closed bilalshaikh42 closed 3 years ago

bilalshaikh42 commented 3 years ago

Hello, Following the quick start guide provided in the Readme, I run into the following error when using ./runall.sh.

Here is the output of the script:

$ ./runall.sh
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
grep: admin/config/override.yml: No such file or directory
no persistent storage configured, using OPENIO ephemeral storage, admin/docker/docker-compose.openio.yml
Running docker-compose -f admin/docker/docker-compose.openio.yml up
WARNING: The LOG_LEVEL variable is not set. Defaulting to a blank string.
Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
hsds_head is up-to-date
hsds_dn_1 is up-to-date
openio_sds is up-to-date
Starting hsds_rangeget ...
Starting hsds_rangeget ... done                                                                                                                                                                                                              make bucket hsds.test (may need some retries)
make_bucket failed: s3://hsds.test An error occurred (SignatureDoesNotMatch) when calling the CreateBucket operation: The request signature we calculated does not match the signature you provided. Check your key and signing method.
make_bucket failed: s3://hsds.test An error occurred (SignatureDoesNotMatch) when calling the CreateBucket operation: The request signature we calculated does not match the signature you provided. Check your key and signing method.
make_bucket failed: s3://hsds.test An error occurred (SignatureDoesNotMatch) when calling the CreateBucket operation: The request signature we calculated does not match the signature you provided. Check your key and signing method.
make_bucket failed: s3://hsds.test An error occurred (SignatureDoesNotMatch) when calling the CreateBucket operation: The request signature we calculated does not match the signature you provided. Check your key and signing method.
make_bucket failed: s3://hsds.test An error occurred (SignatureDoesNotMatch) when calling the CreateBucket operation: The request signature we calculated does not match the signature you provided. Check your key and signing method.
make_bucket failed: s3://hsds.test An error occurred (SignatureDoesNotMatch) when calling the CreateBucket operation: The request signature we calculated does not match the signature you provided. Check your key and signing method.
make_bucket failed: s3://hsds.test An error occurred (SignatureDoesNotMatch) when calling the CreateBucket operation: The request signature we calculated does not match the signature you provided. Check your key and signing method.
make_bucket failed: s3://hsds.test An error occurred (SignatureDoesNotMatch) when calling the CreateBucket operation: The request signature we calculated does not match the signature you provided. Check your key and signing method.
make_bucket failed: s3://hsds.test An error occurred (SignatureDoesNotMatch) when calling the CreateBucket operation: The request signature we calculated does not match the signature you provided. Check your key and signing method.
make_bucket failed: s3://hsds.test An error occurred (SignatureDoesNotMatch) when calling the CreateBucket operation: The request signature we calculated does not match the signature you provided. Check your key and signing method.

An error occurred (SignatureDoesNotMatch) when calling the ListObjectsV2 operation: The request signature we calculated does not match the signature you provided. Check your key and signing method.
failed to create bucket hsds.test
jreadey commented 3 years ago

Looks like the expected authentication keys are no longer working for OpenIO. I've switched up the quick start to use the posix driver, this should be a bit easier for a first run. Please try the quick start from the jreadey-master branch and let me know if you run into any issues.

bilalshaikh42 commented 3 years ago

Worked great, thank you!

jreadey commented 3 years ago

Awesome! Thanks for bringing this to my attention. I've merged the changes into master, so you can pull from there next time.