| Summary: | swift error: HTTP/1.1 400 Bad Request | ||
|---|---|---|---|
| Product: | [Community] Gluster-Swift | Reporter: | jordi <jarcas> |
| Component: | Proxy-server | Assignee: | Nobody <nobody> |
| Status: | ASSIGNED --- | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.9.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
jordi
2013-10-02 11:01:23 UTC
Hi, a couple of things look strange to me. First you are using swift-ring-builder instead of gluster-swift-gen-builders. Second, OpenStack Swift's replicators are running when gluster-swift does not need them. I am guessing you may not be using gluster-swift from http://launchpad.net/gluster-swift . Please retry using the following document: https://github.com/gluster/gluster-swift/blob/master/doc/markdown/quick_start_guide.md . Hi Luis! I'm trying to install gluster-swift from the link you attached, but I can't do some steps because I'm working in Ubuntu and the Packages are RPM. In addition, when I try to convert to a .deb with Alien I get an error. Is there any tutorial to install gluster-swift in Ubuntu? Thanks! Hi, We do not have a .deb yet, but try these instructions: First, you will need to install openstack-swift and python-pip, then you can install gluster-swift using the following steps: $ wget https://launchpad.net/gluster-swift/grizzly/1.8.0-7/+download/gluster-swift-1.8.0-7.tar.gz $ tar xzvf gluster-swift-1.8.0-7.tar.gz $ sudo pip install -e gluster-swift-1.8.0-7 $ sudo mkdir /etc/swift $ sudo cp gluster-swift-1.8.0-7/etc/* /etc/swift Once it is installed you can continue following these instructions: https://github.com/gluster/gluster-swift/blob/master/doc/markdown/quick_start_guide.md#configuration Let me know how this works out for you. - Luis |