Re: [Openstack] [Swift] Cannot create container.

2012-02-24 Thread John Dickinson
a 507 response means that the drive was unmounted. If you are running this in a 
VM (like the SAIO), then you need to disable to mount check. Docs for this are 
in the SAIO docs.

--John


On Feb 24, 2012, at 9:13 AM, Leander Bessa wrote:

 Hello,
 
 I'm trying to set up a custom swift server in a virtual machine. I have based 
 my install on the SAIO configurations but i'm using repository packages 
 instead of the cloning from git. 
 
 I'm using three partitions to simulate 3 different zones. Everything appears 
 to be running.  However, i am unable to create a new container (keep getting 
 404 response) and the only reference i can find in the logs is this:
 Feb 24 15:09:41 ubserver account-server 172.16.225.162 - - 
 [24/Feb/2012:15:09:41 +] HEAD /sdb1/99702/AUTH_admin 507 - 
 tx51735d3079074bfab3900df92d74466e - - 0.0059 
 Feb 24 15:09:41 ubserver account-server 172.16.225.162 - - 
 [24/Feb/2012:15:09:41 +] HEAD /sdb3/99702/AUTH_admin 507 - 
 tx51735d3079074bfab3900df92d74466e - - 0.0059 
 Feb 24 15:09:42 ubserver account-server 172.16.225.162 - - 
 [24/Feb/2012:15:09:42 +] HEAD /sdb2/99702/AUTH_admin 507 - 
 tx51735d3079074bfab3900df92d74466e - - 0.0059 
 Feb 24 15:09:42 ubserver proxy-server 172.16.225.1 172.16.225.1 
 24/Feb/2012/15/09/42 PUT /v1/AUTH_admin/default HTTP/1.0 404 - 
 curl/7.21.4%20%28universal-apple-darwin11.0%29%20libcurl/7.21.4%20OpenSSL/0.9.8r%20zlib/1.2.5
  admin%2CAUTH_tk9c942206e5d743fab3f7b45abb7d8741 - - - 
 tx51735d3079074bfab3900df92d74466e - 0.0459
 
  Any ideas?
 
 Regards,
 
 Leander
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Swift] Cannot create container.

2012-02-24 Thread Adrian Smith
A 507 usually means a device isn't mounted. It might be worth
revisiting the Using a partition for storage or Using a loopback
device for storage sections of the guide (depending on which option
you chose) in case you missed something.

Adrian

On 24 February 2012 15:13, Leander Bessa leande...@gmail.com wrote:
 Hello,

 I'm trying to set up a custom swift server in a virtual machine. I have
 based my install on the SAIO configurations but i'm using repository
 packages instead of the cloning from git.

 I'm using three partitions to simulate 3 different zones. Everything appears
 to be running.  However, i am unable to create a new container (keep getting
 404 response) and the only reference i can find in the logs is this:

 Feb 24 15:09:41 ubserver account-server 172.16.225.162 - -
 [24/Feb/2012:15:09:41 +] HEAD /sdb1/99702/AUTH_admin 507 -
 tx51735d3079074bfab3900df92d74466e - - 0.0059 
 Feb 24 15:09:41 ubserver account-server 172.16.225.162 - -
 [24/Feb/2012:15:09:41 +] HEAD /sdb3/99702/AUTH_admin 507 -
 tx51735d3079074bfab3900df92d74466e - - 0.0059 
 Feb 24 15:09:42 ubserver account-server 172.16.225.162 - -
 [24/Feb/2012:15:09:42 +] HEAD /sdb2/99702/AUTH_admin 507 -
 tx51735d3079074bfab3900df92d74466e - - 0.0059 
 Feb 24 15:09:42 ubserver proxy-server 172.16.225.1 172.16.225.1
 24/Feb/2012/15/09/42 PUT /v1/AUTH_admin/default HTTP/1.0 404 -
 curl/7.21.4%20%28universal-apple-darwin11.0%29%20libcurl/7.21.4%20OpenSSL/0.9.8r%20zlib/1.2.5
 admin%2CAUTH_tk9c942206e5d743fab3f7b45abb7d8741 - - -
 tx51735d3079074bfab3900df92d74466e - 0.0459


  Any ideas?

 Regards,

 Leander

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Swift] Cannot create container.

2012-02-24 Thread Leander Bessa
Thanks for the replies, it appears i forgot to disable the mount check
option in the vm. I've managed to create a container now.

Regards,

Leander

On Fri, Feb 24, 2012 at 3:29 PM, Adrian Smith adrian_f_sm...@dell.comwrote:

 A 507 usually means a device isn't mounted. It might be worth
 revisiting the Using a partition for storage or Using a loopback
 device for storage sections of the guide (depending on which option
 you chose) in case you missed something.

 Adrian

 On 24 February 2012 15:13, Leander Bessa leande...@gmail.com wrote:
  Hello,
 
  I'm trying to set up a custom swift server in a virtual machine. I have
  based my install on the SAIO configurations but i'm using repository
  packages instead of the cloning from git.
 
  I'm using three partitions to simulate 3 different zones. Everything
 appears
  to be running.  However, i am unable to create a new container (keep
 getting
  404 response) and the only reference i can find in the logs is this:
 
  Feb 24 15:09:41 ubserver account-server 172.16.225.162 - -
  [24/Feb/2012:15:09:41 +] HEAD /sdb1/99702/AUTH_admin 507 -
  tx51735d3079074bfab3900df92d74466e - - 0.0059 
  Feb 24 15:09:41 ubserver account-server 172.16.225.162 - -
  [24/Feb/2012:15:09:41 +] HEAD /sdb3/99702/AUTH_admin 507 -
  tx51735d3079074bfab3900df92d74466e - - 0.0059 
  Feb 24 15:09:42 ubserver account-server 172.16.225.162 - -
  [24/Feb/2012:15:09:42 +] HEAD /sdb2/99702/AUTH_admin 507 -
  tx51735d3079074bfab3900df92d74466e - - 0.0059 
  Feb 24 15:09:42 ubserver proxy-server 172.16.225.1 172.16.225.1
  24/Feb/2012/15/09/42 PUT /v1/AUTH_admin/default HTTP/1.0 404 -
 
 curl/7.21.4%20%28universal-apple-darwin11.0%29%20libcurl/7.21.4%20OpenSSL/0.9.8r%20zlib/1.2.5
  admin%2CAUTH_tk9c942206e5d743fab3f7b45abb7d8741 - - -
  tx51735d3079074bfab3900df92d74466e - 0.0459
 
 
   Any ideas?
 
  Regards,
 
  Leander
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Swift] Cannot create container.

2012-02-24 Thread Stephen Broeker
Why not 4 zones?

On Fri, Feb 24, 2012 at 7:13 AM, Leander Bessa leande...@gmail.com wrote:

 Hello,

 I'm trying to set up a custom swift server in a virtual machine. I have
 based my install on the SAIO configurations but i'm using repository
 packages instead of the cloning from git.

 I'm using three partitions to simulate 3 different zones. Everything
 appears to be running.  However, i am unable to create a new container
 (keep getting 404 response) and the only reference i can find in the logs
 is this:

 Feb 24 15:09:41 ubserver account-server 172.16.225.162 - -
 [24/Feb/2012:15:09:41 +] HEAD /sdb1/99702/AUTH_admin 507 -
 tx51735d3079074bfab3900df92d74466e - - 0.0059 
 Feb 24 15:09:41 ubserver account-server 172.16.225.162 - -
 [24/Feb/2012:15:09:41 +] HEAD /sdb3/99702/AUTH_admin 507 -
 tx51735d3079074bfab3900df92d74466e - - 0.0059 
 Feb 24 15:09:42 ubserver account-server 172.16.225.162 - -
 [24/Feb/2012:15:09:42 +] HEAD /sdb2/99702/AUTH_admin 507 -
 tx51735d3079074bfab3900df92d74466e - - 0.0059 
 Feb 24 15:09:42 ubserver proxy-server 172.16.225.1 172.16.225.1
 24/Feb/2012/15/09/42 PUT /v1/AUTH_admin/default HTTP/1.0 404 -
 curl/7.21.4%20%28universal-apple-darwin11.0%29%20libcurl/7.21.4%20OpenSSL/0.9.8r%20zlib/1.2.5
 admin%2CAUTH_tk9c942206e5d743fab3f7b45abb7d8741 - - -
 tx51735d3079074bfab3900df92d74466e - 0.0459


  Any ideas?

 Regards,

 Leander

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp