Working config steps for a SwiftStack backend (so far)
* Create a new user "foo" (pw "bar") on the cluster with undelete off and 
auto-sharding on
* Create a container "container"
* ~/.s3ql/.authinfo2:
-------
[swift-test]
test-fs: swift://cluster.domain.com/container/test_prefix
backend-login: foo
backend-password: bar

[cluster]
storage-url: swift://cluster.domain.com/container/
backend-login: foo
backend-password: bar
----

* note the trailing slash on the storage-url, don't know if it's necessary 
but whatever you enter for any call using this auth file must match or 
you'll be asked for credentials
* "python3 -m pytest -rs /root/s3ql-2.21/tests/"  (or wherever you built 
it) now completes largely without trouble (occasional errors "No such file 
or directory: 'mock_server.log'")

mkdir /s3ql
mkfs.s3ql --authfile /root/.s3ql/.authinfo2 -L S3QL 
swift://cluster.domain.com/container/    (TRAILING SLASH)
mount.s3ql --authfile /root/.s3ql/.authinfo2 --nfs 
swift://cluster.domain.com/container/ /s3ql    (TRAILING SLASH)

Life is good!

Randy

-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to