Re: [Openstack] why nova live-migration doesn't work?

2012-08-10 Thread Jānis Ģeņģeris
What does compute and scheduler logs say? On Fri, Aug 10, 2012 at 10:23 AM, 王鹏 wrote: > Hi : > everyone. > when I test live-migration ,strangely,no error ,but instance don't > move. > please help me > why ? > the instance.log as follow: > 2012-08-10 06:47:24.815+: startin

[Openstack] Quantum network configurations for individual VMs

2012-09-27 Thread Jānis Ģeņģeris
Hello, What are the limitations that can be done with quantum related to NIC configuration for individual VMs? For example, is it possible to have multiple floating IPs and multiple fixed IPs assigned to the same VM (the IPs might come from the same and/or different subnets)? How much does it dep

Re: [Openstack] Quantum network configurations for individual VMs

2012-09-28 Thread Jānis Ģeņģeris
Thanks a lot Dan for an in-depth explanation. I think the part about fixed/floating ip assignment limitations for a VM should go into docs. It will help to avoid pointless experiments. On Fri, Sep 28, 2012 at 6:36 PM, Dan Wendlandt wrote: > Hi Janis, > > > On Thu, Sep 27, 2012 at 3:

Re: [Openstack] Network IP address setting in nova.conf file

2012-10-04 Thread Jānis Ģeņģeris
Hello Ahmed, On Thu, Oct 4, 2012 at 9:08 AM, Ahmed Al-Mehdi wrote: > Hi Anne, > > Thank you for the explanation. A few follow-up question: > > 1. Is the set of IP address mentioned by fixed_range distributed over all > the Compute Nodes. E.g., a VM on Compute Node1 would get an IP address > fro

Re: [Openstack] Just a newbie getting some error messages

2012-10-04 Thread Jānis Ģeņģeris
Hi Daniel, Do you have set up [filter:authtoken] section in glance-api-paste.ini? You need to replace the strings with percent signs with correct auth credentials. To get more precise output use, 'glance -d index', that will show additional debug information. On Thu, Oct 4, 2012 at 4:07 PM, Dani

Re: [Openstack] Just a newbie getting some error messages

2012-10-04 Thread Jānis Ģeņģeris
ld replace. Do you mean replacing, > for example: > > the line > *admin_user = glance* > in the [filter:authtoken] section > > for the line > *admin_user = %glance*? > > and so on for the other credentials? > > 2012/10/4 Jānis Ģeņģeris > >> Hi Daniel, &g

Re: [Openstack] Network IP address setting in nova.conf file

2012-10-04 Thread Jānis Ģeņģeris
On Thu, Oct 4, 2012 at 8:23 PM, Ahmed Al-Mehdi wrote: > > Hi Janis, > > Thank you very much for your response. I have some questions to your > response which are inlined below. > > Regards, > Ahmed. > > From: Jānis Ģeņģeris > Date: Thursday, October 4, 2012 12

Re: [Openstack] Is it possible to have several floating IPs per VM?

2012-10-05 Thread Jānis Ģeņģeris
Hello, I have asked similar question about floating IPs before, but the Quantum docs are now updated with section about provider networks. Can this(multiple IP from same public net) be done if using provider networks? As I understand from the docs then they map directly to VMs without fixed ip +

[Openstack] metadata api with Quantum and provider networks

2012-10-08 Thread Jānis Ģeņģeris
Hello, When using provider networks in Quantum, where should the metadata service rule mapping (e.g. 169.254.169.254:80 -> metadata_server:metadata_port) must be set? For example, for floating IPs l3-agent handles this, but for provider networks router is not used. I tried to set custom iptables

Re: [Openstack] metadata api with Quantum and provider networks

2012-10-08 Thread Jānis Ģeņģeris
On Mon, Oct 8, 2012 at 6:24 PM, Dan Wendlandt wrote: > On Mon, Oct 8, 2012 at 7:52 AM, Jānis Ģeņģeris > wrote: > > Hello, > > > > When using provider networks in Quantum, where should the metadata > service > > rule mapping (e.g. 169.254.169.254:80 -> m

Re: [Openstack] metadata api with Quantum and provider networks

2012-10-08 Thread Jānis Ģeņģeris
change the default gw in VM to the virtual router? On Mon, Oct 8, 2012 at 9:32 PM, Dan Wendlandt wrote: > On Mon, Oct 8, 2012 at 12:27 PM, Jānis Ģeņģeris > wrote: > > On Mon, Oct 8, 2012 at 6:24 PM, Dan Wendlandt wrote: > >> > >> On Mon, Oct 8, 2012 at 7:52 AM, Jān

Re: [Openstack] metadata api with Quantum and provider networks

2012-10-09 Thread Jānis Ģeņģeris
that it is possible to match against IPs. What other solution is here to fix this? Thanks, --janis On Mon, Oct 8, 2012 at 11:04 PM, Jānis Ģeņģeris wrote: > Here is the output, with few details. > > # quantum router-show r

Re: [Openstack] metadata api with Quantum and provider networks

2012-10-10 Thread Jānis Ģeņģeris
Hi, Thanks for you patience Dan answering all the questions, I have solved all the issues and got the thing working. I could possibly add some content to the Quantum docs about my experience, who should I contant in this regard? Regards, --janis ___ Ma

Re: [Openstack] Not able to get IP address for VM

2012-10-24 Thread Jānis Ģeņģeris
Hi Srikanth, Can you confirm that metadata service is working and the VMs are able to access it? Usually if VM's can't get network settings is because of inaccessible metadata service. --janis On Wed, Oct 24, 2012 at 4:00 PM, Srikanth Kumar Lingala < srikanthkumar.ling...@gmail.com> wrote: > He

Re: [Openstack] Not able to get IP address for VM

2012-10-24 Thread Jānis Ģeņģeris
>> 2) Can you see dnsmasq instances running on the controller node? If yes, > >> do you see your VM's MAC in the hosts file for the dnsmasq instance? > >> 3) If dnsmasq instances are running, can you confirm the relevant tap > >> ports are inserted on Open vSwitch i

[Openstack] Using GRE tunnels and VLANs together in Quantum

2012-10-27 Thread Jānis Ģeņģeris
Hello, Is it possible to use GRE tunneling between compute nodes and VLANs with external networks? Let me illustrate this. If we look at this reference picture from the docs http://docs.openstack.org/trunk/openstack-network/admin/content/connectivity.html . The 'Data network' will use GRE tunnel

[Openstack] snapshots, backups of running VMs and compute node recovery

2012-11-09 Thread Jānis Ģeņģeris
Hello all, I would like to know the available solutions that are used regarding to backing up and/or snapshotting running instances on compute nodes. Documentation does not mention anything related to this. With snapshots I don't mean the current snapshot mechanism, that imports image of the runni

Re: [Openstack] snapshots, backups of running VMs and compute node recovery

2012-11-12 Thread Jānis Ģeņģeris
image download from glance ('glance image-download')? > > Vish > > > On Nov 9, 2012, at 2:51 AM, Jānis Ģeņģeris > wrote: > > Hello all, > > I would like to know the available solutions that are used regarding to > backing up and/or snapshotting running

Re: [Openstack] snapshots, backups of running VMs and compute node recovery

2012-11-12 Thread Jānis Ģeņģeris
r, which > would mean you could safely ignore the _base directory for backups. > Additionally using qcow images in glance and the config option > `force_raw_images=False` will keep this directory much smaller. > > > > Vish > > > > > > On Nov 9, 2012, at 2:51 AM

[Openstack] Multiple quantum L3 agents in Folsom

2013-03-08 Thread Jānis Ģeņģeris
Hello, I'm trying to run two Quantum L3 agents where each of them handles different external network which is attached to separate router. Depending on which agent was started as last, it clears all interfaces on the router that is handled by first L3 agent. I have the following configs for agent

Re: [Openstack] Multiple quantum L3 agents in Folsom

2013-03-09 Thread Jānis Ģeņģeris
the network configuration and some output from 'ip netns' - http://paste2.org/p/3091769. Is this a bug in Folsom? Can somone confirm a working multi-l3 agent configuration? On Fri, Mar 8, 2013 at 6:45 PM, Jānis Ģeņģeris wrote: > Hello, > > I'm trying to run two Quantum