On Thu, 24 Oct 2013 14:13:23 +0000 Therese Persson <[email protected]> wrote:
> Oct 24 15:45:37 kds-openstack-01 account-server 10.10.10.51 - - > [24/Oct/2013:13:45:37 +0000] "HEAD > /cciss/c0d2p1/182082/AUTH_519c6e2d263049adba404441f18aab60" 400 72 > "tx6dd78c64bf6b4ceca3a568c04628fad3" "-" "-" 0.0002 "" > /dev/cciss/c0d2p1 /srv/node/cciss/c0d2p1 xfs > noatime,nodiratime,nobarrier,logbufs=8 0 0 Well, duh. Bet your devices= is still set to /srv/node. You can't do that, the device namestapce has to be flat. Remount to /srv/node/cciss_c0d3p1 and rebuild rings accordingly. > This is my /etc/swift/proxy-server.conf file: account-server.conf is more relevant here, but it's pretty obvious anyway. -- Pete _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
