Thanks you guys sooo much for the help!!! I got this figured out. I was
using swift's --use-slo flag and apparently SoftLayer doesn't support that.
It be really great to add to the docs that SLO support is optional (and
turned off by default). I was definitely confused by that.
Thanks!
-Ben
On
I managed to find out from SoftLayer that they're running 1.7.x
On Thu, Mar 13, 2014 at 11:39 AM, Ben McCann wrote:
> The segments do appear to be there.
>
> I don't see any X-Object-Manifest header though or anything like that
>
>URL:
> https://dal05.objectstorage.softlayer.net/v1/
The segments do appear to be there.
I don't see any X-Object-Manifest header though or anything like that
URL:
https://dal05.objectstorage.softlayer.net/v1/AUTH_c4fd4142----/mongodb-backups/mongodb_backup_2014.03.09.09.00.03.tar.gz
Auth Token: AUTH_tkced5xxx
No, you can't really turn off DLO and it's been around for awhile (let's
assume for now they support it).
Can you verify the segments are showing up in the "container_segments"
container? Can you verify the "X-Object-Manifest" header on the
"container/file.tar.gz" object?
"swift stat -v containe
Oh geeze, sorry, looking at those docs, it seems maybe I was mistaken and
am using Dynamic Large Objects because I uploaded the file using swift -S.
Is DLO also optional? Was it added at a certain version?
Thanks so much for the help!
-Ben
On Thu, Mar 13, 2014 at 10:50 AM, Clay Gerrard wrote:
>
You should check with your deployer to see what version of Swift they are
running.
the /info (capabilities) feature was added in 1.11 and I think Havana
shipped with 1.10
But I think SLO support has been around since 1.5 which should be in
Havana, maybe even Grizzly. [1]
Either way SLO support h
Oh, you're right, I did miss the -v option. Thanks!
The curl command isn't working for me, however.
StorageURL:
https://dal05.objectstorage.softlayer.net/v1/AUTH_----
$ curl https://dal05.objectstorage.softlayer.net/info
Bad URL
On Thu, Mar 13, 2014 at 2:59 A
Hi Ben,
1. What's the Swift CLI version are you using for now ?
2. The $>swift stat -v suppose to show you the storage_url. -v means
verbose.
3. There's another choice via curl
~IRON_MAN$>curl -i https://$FQDN_of_AUTH_SERVER/auth/v1.0 -H
"X-auth-user:johndoe" -H "x-auth-key:password_of_john"
HTTP
Thanks Samuel. That's super helpful. I didn't realize that SLO could be
turned on/off on the server. I thought it was merely a client-side
convention.
swift stat doesn't return a StorageUrl for me. It just returns:
Account:
Containers:
Objects:
Bytes:
Meta Cdn-Id:
On 3/12/14 9:14 PM, Ben McCann wrote:
Hi,
I'm attempting to download a large file which I have uploaded to
SoftLayer Object Storage using the swift tool. It's downloading only the
manifest and is not downloading the segments. Any tips on figuring out
what is going wrong?
It's entirely possible
Hi,
I'm attempting to download a large file which I have uploaded to SoftLayer
Object Storage using the swift tool. It's downloading only the manifest and
is not downloading the segments. Any tips on figuring out what is going
wrong?
swift -A https://dal05.objectstorage.softlayer.net/auth/v1.0 -U
11 matches
Mail list logo