[Openstack] [OpenStack] [Swift] Is it possible to create chunked upload?

2016-08-23 Thread Alexandr Porunov
Hello, My server accepts files in chunks (4 Kbytes each chunk. File's size can be till 8 GB). Is it possible somehow store those chunks in Swift like a single file? Does somebody know any solution to solve this problem? Sincerely, Alexandr ___ Mailing l

Re: [Openstack] [OpenStack] [Swift] Is it possible to create chunked upload?

2016-08-23 Thread Jay Pipes
On 08/23/2016 10:13 AM, Alexandr Porunov wrote: Hello, My server accepts files in chunks (4 Kbytes each chunk. File's size can be till 8 GB). Is it possible somehow store those chunks in Swift like a single file? Does somebody know any solution to solve this problem? Yes, you can do this. The

Re: [Openstack] Multiple vlan on ml2 Liberty

2016-08-23 Thread Satish Patel
Remo, You mean say i should use like following, I am confused. here could you give me example in my context where we have 3 VLANs 10, 20 & 30 [ml2_type_vlan] network_vlan_ranges = provider [ovs] bridge_mappings = provider:br-provider On Mon, Aug 22, 2016 at 10:27 PM, Remo Mattei wrote: > Your

Re: [Openstack] Multiple vlan on ml2 Liberty

2016-08-23 Thread Remo Mattei
each one of those nics should be mapped > On Aug 23, 2016, at 08:13, Satish Patel wrote: > > Remo, > > You mean say i should use like following, I am confused. here could > you give me example in my context where we have 3 VLANs 10, 20 & 30 > > [ml2_type_vlan] > network_vlan_ranges = provider

Re: [Openstack] [OpenStack] [Swift] Is it possible to create chunked upload?

2016-08-23 Thread Alexandr Porunov
Hello Jay, Unfortunately I don't know python. I am writing on java. Could you explain me briefly what I have to use to send chunks in the Swift and then combine those chunks? Or maybe we can append bytes to file somehow? If I understand correctly I need to store my first chunk as an individual obj

Re: [Openstack] [OpenStack] [Swift] Is it possible to create chunked upload?

2016-08-23 Thread John van Ommen
The Swift3 plugin for Swift supports multipart upload. So you could do the following: 1) install the Swift3 plugin 2) use Amazon's s3 API for multi part upload http://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html On Aug 23, 2016 9:16 AM, "Alexandr Porunov" wrote: > Hello Jay, > > U

Re: [Openstack] Multiple vlan on ml2 Liberty

2016-08-23 Thread Ender Mujica
He Remo, We are using VLAN, VXLAN,GRE and FLAT network at the same time Here is some information for you, It is workin to us ### #Variables: neutron_computehost="Use the IP address or FQDN" bridge_mappings="frontend:br-vlanfe,backend:br-vlanbe,externa:br-ex" # If you want

Re: [Openstack] [OpenStack] [Swift] Is it possible to create chunked upload?

2016-08-23 Thread John Dickinson
There's 2 ways you can do this: 1) Use chunked transfer encoding 2) Use Swift's large object manifest objects For the first, it's the standard HTTP semantics. You can send chunks of data to Swift to be stored as one object without knowing the full object size up front. Note that the per-object

Re: [Openstack] [OpenStack] [Swift] Is it possible to create chunked upload?

2016-08-23 Thread Alexandr Porunov
Thank you all! I will try these methods. Sincerely, Alexandr On Tue, Aug 23, 2016 at 8:14 PM, John Dickinson wrote: > There's 2 ways you can do this: > > 1) Use chunked transfer encoding > 2) Use Swift's large object manifest objects > > > For the first, it's the standard HTTP semantics. You ca

[Openstack] Horizon works with IP but not DNS name

2016-08-23 Thread Satish Patel
I just install liberty allinone with RDO but strange i can open openstack GUI using IP address https://10.1.1.1/ but doesn't working with hostname like https://controller.example.com I have correct DNS entry etc, what file i should change to make it work with hostname? __

Re: [Openstack] Horizon works with IP but not DNS name

2016-08-23 Thread Johnson Manuel-Devadoss
Just curious, why cant you check* nslookup controller.example.com * to make sure it is correctly pointing to 10.1.1.1 or May be trace the route to see where it is going before you look into any conf file changes? On Tue, Aug 23, 2016 at 3:21 PM, Satish Patel wrote:

Re: [Openstack] Horizon works with IP but not DNS name

2016-08-23 Thread Satish Patel
You gave me direction :) it was hostname vs DNS name issue. My hostname was controller1.example.com My DNS name was controller.example.com Look like when openstack installed it use `hostname` and configured according. I have fixed this issue. Thanks you so much. On Tue, Aug 23, 2016 at 5:09 P

[Openstack] Swift object-server Invalid Unexpected file Timestamp value in filename

2016-08-23 Thread Chris
Hello, I get a lot of this ones at the object servers: Aug 24 13:28:26 xxx object-server: Unexpected file /srv/node/device1/objects/9540/45d/25440c02d1c5d4cc2eb8f4eba8f5745d/.1472018 782.70494.data.bdYCC2: Invalid Timestamp value in filename '.1472018782.70494.data.bdYCC2' Aug 24 13:28:26