Hello Everyone
I have installed openstack swift single node and i followed this tutorial
http://docs.openstack.org/developer/swift/development_saio.html
i have doubt regarding loopback storage.
In loopback device storage i gave 10 gb of stoage for sdb1
I want it to be 40 gb How to truncate
Hi All,
I have deployed OpenStack Multi node Havana for provisioning VMs using
ESXi as hypervisor.
However, OpenStack instances looses network connectivity every so often.
We could see the ARP reply on the GRE tunnel on the network node, but we
don't see it in the tcpdump
on the 'qr-xxx' inte
Hi,
I installed trove with using redstack automated script. But right now I am
going to start all related services manually, Is there any guide for that?
(I dont want to reinstall it every time I am going to boot up system)
regards.
--
A.Nazemian
___
Ma
Hey Chris,
On 24 Apr 2014, at 4:28 pm, Chris Behrens wrote:
> On Apr 23, 2014, at 6:36 PM, Sam Morrison wrote:
>
>> Yeah I’m not sure what’s going on, I removed my hacks and tried it using the
>> conductor rpcapi service and got what I think is a recursive call in
>> nova-conductor.
>>
>> A
Hi,
I was able to solve all the problems that I had with getting one flat
network in the same subnet as I have a router in - 192.168.22.0/24.
Instances successfully get IP addresses in the desired pool and the
communication works perfectly.
As an "upgrade" to that I still want to use my public IP
Hi, Rajshree:
As far as I know, the ovs package on HAVANA RDO repo has some problem
which may result in network input performance ok but very bad output
performance.
I don't know if it is the same situation as yours, you can reference
this: http://openvswitch.org/pipermail/discuss/2013-A
Hello,
Issue solved. I had some stupid wiring problems :-)
Regards,
Matej
-- Forwarded message --
From: Matej
Date: Thu, Apr 24, 2014 at 3:28 PM
Subject: Two flat networks
To: "openstack@lists.openstack.org"
Hi,
I was able to solve all the problems that I had with getting on
On Apr 24, 2014, at 6:10 AM, Sam Morrison wrote:
> Hmm I may have but I’ve just done another test with everything set to
> use_local=False except nova-conductor where use_local=True
> I also reverted that change I put though as mentioned above and I still get
> an infinite loop. Can’t really f
Hello,
I figured that this was happening because of the haproxy service. I had
to increase the tune.bufsize parameter of haproxy to 32k and then this
request between Nova and Neutron started working.
--
Regards,
Nagaraj
On Wed, Apr 23, 2014 at 8:03 PM, Nagaraj Mandya wrote:
> Hello,
> I am
Hi,
When OVS plugin is used with GRE option in Neutron, I see that each compute
node has br-tun and br-int bridges created.
I'm trying to understand why we need the additional br-tun bridge here.
Can't we create tunneling ports in br-int bridge, and have br-int relay
traffic between VM ports and
On Thu, 2014-04-24 at 11:19 -0400, HS wrote:
> Hi,
>
> When OVS plugin is used with GRE option in Neutron, I see that each
> compute node has br-tun and br-int bridges created.
>
> I'm trying to understand why we need the additional br-tun bridge
> here. Can't we create tunneling ports in br-int
On 04/01/2014 05:13 PM, John Griffith wrote:
> On Tue, Apr 1, 2014 at 3:34 PM, Dimitri Maziuk wrote:
>>
>> is there a command to migrate a volume from one cinder host to another?
> [root@osc-1 cinder]# cinder help migrate
> usage: cinder migrate [--force-host-copy ]
FYI: this does not work with
I believe the major reason for doing so could be to decouple underlay L2
technology from
the overlay VM ports themselves.
The overlay VM ports can continue to plugged with classic VLAN , while the
underlay L2 technology on how these VMs talk to the
cloud could be dynamically changed.
If t
Hi, stackers:
Recent days I've implemented a registration function for openstack horizon,
through which you can register and activate an account directly in horizon,
thus you can boot a tiny server without asking for your administrators to
creating an account for you.
I've implemented the basics
I'm interested! Cheers!
On 24 April 2014 14:29, Xiao Hanyu wrote:
> Hi, stackers:
>
> Recent days I've implemented a registration function for openstack
> horizon, through which you can register and activate an account directly in
> horizon, thus you can boot a tiny server without asking for yo
On 25 Apr 2014, at 12:30 am, Chris Behrens wrote:
>>> So, does your nova-conductor not have object version 1.13? As I was trying
>>> to get at in a previous reply, I think the only way this can possibly work
>>> is that you have Icehouse nova-conductor running in ALL cells.
>>
>> OK so in my
Hi!
You can attach a Cinder volume to a running instance...
To make a Cinder volume looks like a ISO, I think you can do the following
step at your "cinder-volume" node:
dd if=/my/iso/file.iso of=/dev/cinder-volumes/LOGICAL_VOLUME_OF_CINDER
Then, attach it to your instance...
I'm not sure if i
Hi!
If the Cinder volumes *are unattached* (and are based on LVM2), you can do
this:
---
- receiving end:
host-1# nc -l 7000 | dd of=/dev/mapper/cinder-volume-BLAH bs=32768
- sending end:
host-2# dd if=/dev/mapper/cinder-volume-BLAH bs=32768 | nc host-1 7000
---
BTW Dimitri, what about BTRFS
Does Heat support HOT templates where the user can enter the number of
instances to launch with a specific configuration? I would think so but
besides not finding anything other than count: , and the fact that the
resource_id parameter needs to be unique seems to suggest this approach
isn't how to
Hi, Matej. About
network_vlan_ranges = physnet1
bridge_mappings = physnet1:br-int
I think br-int can not be used here.
You may need another physical interface (or something can function like
this) on all compute nodes, let's say ethX, and create a new bridge like:
ovs-vsctl add-br flatnet
Thanks for your reply and advice.
Create a volume from glance image or through “dd” and then attach to Instance
do work. However, if we have not persistent-storage (Cinder) or cannot create
volume because quota limit, there will no other method to do so?
--
zhangleiqiang (Trump)
Best
Hi,
I want to know the concept of regions and zones
I have read this but need to practically understand this
http://kimizhang.wordpress.com/2013/08/26/openstack-zoning-regionavailability-zonehost-aggregate/
What changes will be there in authentication requests for accessing
resources over many r
Hi,
I have setup Openstack havana version.
When I attach a device to an instance I provide the device name as /dev/vdc.
But the actual device name inside the instance is "vdb". Next volume
attached get the device name as "vdc". Regardless of the device name I
provide at the time of attachment, ab
23 matches
Mail list logo