Re: [Openstack] NFS + RDMA == stuck at Booting from hard disk

2013-01-14 Thread Andrew Holway
appropriately try setting it a wee bit bigger than the block size of your filesystem. ta for now Andrew Holway On Jan 10, 2013, at 10:14 PM, Mark Lehrer wrote: Has anyone here been able to make Openstack + KVM work with Infiniband NFS-RDMA? I have spent a couple of days here trying to make

Re: [Openstack] NFS + RDMA == stuck at Booting from hard disk

2013-01-14 Thread Andrew Holway
Also, You might be better off asking on the KVM list for this low level stuff. http://www.linux-kvm.org/page/Lists,_IRC#Mailing_Lists On Jan 14, 2013, at 11:15 AM, Andrew Holway wrote: Hey, I had NFS over RDMA working but hit this bug with o_direct. I cannot remember the exact

Re: [Openstack] What is the typical way to deploy OpenStack Compute with ESXi

2013-01-03 Thread Andrew Holway
Hi, http://docs.openstack.org/trunk/openstack-compute/admin/content/vmware.html Thanks, Andrew On Jan 3, 2013, at 11:38 AM, Balamurugan V G wrote: I would like to deploy OpenStack with two compute nodes; one using KVM(which seems to be default) and one using VMware ESXi. I am clear on how

[Openstack] Failure when creating more than n instances. networking fail.

2012-12-28 Thread Andrew Holway
Hello, Anyone else seen this? https://bugs.launchpad.net/openstack-ci/+bug/1094226 When creating lots a instances simultaneously there is a point where it begins to fall apart. It seems to be related to the speed of the CPU. I tested this on a much slower E5430 and I could handle about 20

[Openstack] Cannot create projects. Folsom on Centos 6.3

2012-12-27 Thread Andrew Holway
Hi, I am trying to create a new project on my fresh folsom install on Centos6.3. In Dashboard I can see the service and admin project but I cannot edit these or make a new one. I see Error: An error occurred. Please try again.. nova-manage project create and nova-manage project add etc do not

Re: [Openstack] Cannot create projects. Folsom on Centos 6.3

2012-12-27 Thread Andrew Holway
On Dec 27, 2012, at 4:13 PM, Julie Pichon wrote: I've seen something similar when the keystone default role defined in Horizon doesn't actually exist in Keystone. The guide you link to suggests changing the default role in Horizon to match the OS_TENANT_NAME environment variable. Could

Re: [Openstack] Cannot create projects. Folsom on Centos 6.3

2012-12-27 Thread Andrew Holway
Thanks for all the extra information, which all looks correct to me... If you set admin or memberRole as OPENSTACK_KEYSTONE_DEFAULT_ROLE and restart httpd, it should work. If you've restarted httpd since setting that config variable, I'm not sure why it's not. Sorry about that, hopefully

[Openstack] two or more NFS / gluster mounts

2012-12-20 Thread Andrew Holway
Hi, If I have /nfs1mount and /nfs2mount or /nfs1mount and /glustermount can I control where openstack puts the disk files? Thanks, Andrew ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] two or more NFS / gluster mounts

2012-12-20 Thread Andrew Holway
with many a random glusterfs death), as such I have opted for using ceph. ceph's rados can also be used with cinder from the brief reading I've been doing into it. Cheers David On Thu, Dec 20, 2012 at 1:53 PM, Andrew Holway a.hol...@syseleven.de wrote: Hi, If I have

[Openstack] Vlanned networking setup

2012-12-20 Thread Andrew Holway
Hi, I am thinking about the following network setup: +-+ | vlan101(eth0) | +-+ +-+ | br0101 |

Re: [Openstack] two or more NFS / gluster mounts

2012-12-20 Thread Andrew Holway
compute nodes using your slow mount and reserve the fast mount nodes as required, perhaps even defining separate zones for deployment? Cheers David On Thu, Dec 20, 2012 at 2:53 PM, Andrew Holway a.hol...@syseleven.de wrote: Hi David, It is for nova. Im not sure I understand. I

Re: [Openstack] two or more NFS / gluster mounts

2012-12-20 Thread Andrew Holway
I'd raise it on launchpad as a potential feature. On Thu, Dec 20, 2012 at 3:19 PM, Andrew Holway a.hol...@syseleven.de wrote: Ah shame. You can specify different storage domains in oVirt. On Dec 20, 2012, at 4:16 PM, David Busby wrote: Hi Andrew, An interesting idea, but I am

Re: [Openstack] Vlanned networking setup

2012-12-20 Thread Andrew Holway
:56 AM, Andrew Holway a.hol...@syseleven.de wrote: Hi, I am thinking about the following network setup: +-+ | vlan101(eth0

Re: [Openstack] [swift] RAID Performance Issue

2012-12-20 Thread Andrew Holway
Its always nice to have the benefit of a nice, big, fat BBU cache :) On Dec 21, 2012, at 12:03 AM, Chuck Thier wrote: Yes, that's why I was careful to clarify that I was talking about parity RAID. Performance should be fine otherwise. -- Chuck On Wed, Dec 19, 2012 at 8:26 PM, Hua ZZ

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-17 Thread Andrew Holway
. I'll tell you any result. Thanks @Matthias @Andres for you support. Regards! JuanFra 2012/12/14 Andrew Holway a.hol...@syseleven.de On Dec 14, 2012, at 12:45 PM, JuanFra Rodriguez Cardoso wrote: @Andrew: Yes, I knew theses great guides. I had Essex 2012.1.3 (EPEL 6.7) working ok

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread Andrew Holway
Hi, This worked perfectly on Centos 6.3. github.com/beloglazov/openstack-centos-kvm-glusterfs/ The hostname stuff can trip you up however. Watch out for the scripts creating user@controller users in the database for keystone, nova, glance et al. It seems user@localhost would be more

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread Andrew Holway
-nova-2012.1.3-...) Folsom. Why would you want to install previous Openstack packages? I think you might have to use a different EPEL repo for earlier versions. openstack-nova-2012.2-2 seems to be the only available version. Ta Andrew Thanks for your support! JuanFa 2012/12/14 Andrew

[Openstack] Removing Orphaned instanced

2012-12-13 Thread Andrew Holway
Hello, I have been playing with creating and destroying instances in the GUI. Sometimes, if I create more than 10 or so, some will get stuck in an error state. Is this some kind of timeout or something waiting for the image file perhaps? Thanks, Andrew

Re: [Openstack] Removing Orphaned instanced

2012-12-13 Thread Andrew Holway
-network where those errors appear? Thanks. JuanFra. 2012/12/13 Andrew Holway a.hol...@syseleven.de Hello, I have been playing with creating and destroying instances in the GUI. Sometimes, if I create more than 10 or so, some will get stuck in an error state. Is this some kind

Re: [Openstack] Removing Orphaned instanced

2012-12-13 Thread Andrew Holway
I set up multi_host and this seems to have fixed the problem. I suppose is it resource contention on nova-network On Dec 13, 2012, at 12:01 PM, Andrew Holway wrote: Hey I grepped out the last hour where I have been doing lots of creating and terminating of instances. OMG

Re: [Openstack] OpenStack Dashboard + WebServer

2012-12-13 Thread Andrew Holway
Its vanilla apache httpd afaik. On Dec 13, 2012, at 3:31 PM, Desta Haileselassie Hagos wrote: Hey guys, What sort of Web Server is behind OpenStack dashboard (horizon)? Is it some sort of Apache??? Cheers, Desta ___ Mailing

Re: [Openstack] nova list not working

2012-12-12 Thread Andrew Holway
-d77b-41a6-a0cf-9f6a6c0c3b83 | serverTwo | ACTIVE | private=10.0.0.3 | +--+-++ --+ Hope that helps! Andy On 12/11/12 3:29 PM, Andrew Holway a.hol...@syseleven.de wrote: Hi, Does anyone have an idea why nova

[Openstack] DEBUG nova.utils [-] backend

2012-12-12 Thread Andrew Holway
Hi, 2012-12-12 12:04:48 DEBUG nova.utils [-] backend module 'nova.db.sqlalchemy.migration' from '/usr/lib/python2.6/site-packages/nova/db/sqlalchemy/migration.pyc' from (pid=14756) __get_backend /usr/lib/python2.6/site-packages/nova/utils.py:494 I get this error a lot when using the command

[Openstack] Very slow and inoperable dashboard

2012-12-12 Thread Andrew Holway
Hello, I have just reinstalled folsom on centos 6.3 I have a very slow and nearly inoperative dashboard. I think it might be related to Qpidd...? I didn't see anything in the http error log. Thanks, Andrew some logs from api.log: 2012-12-12 17:51:51 INFO nova.api.openstack.wsgi

Re: [Openstack] Very slow and inoperable dashboard

2012-12-12 Thread Andrew Holway
P.S. It is especially slow clicking on Overview, between Project and Admin and Logging in. On Dec 12, 2012, at 5:57 PM, Andrew Holway wrote: Hello, I have just reinstalled folsom on centos 6.3 I have a very slow and nearly inoperative dashboard. I think it might be related to Qpidd

[Openstack] fixed - Re: Very slow and inoperable dashboard

2012-12-12 Thread Andrew Holway
I did not have nova-network process running. Thanks, Andrew On Dec 12, 2012, at 6:01 PM, Andrew Holway wrote: P.S. It is especially slow clicking on Overview, between Project and Admin and Logging in. On Dec 12, 2012, at 5:57 PM, Andrew Holway wrote: Hello, I have just reinstalled

[Openstack] Vlans and openstack.

2012-12-12 Thread Andrew Holway
Hi, I have two hosts in my openstack setup: blade03 and blade04. I have set up my openstack with vlanned networking. The instances are being created on the specifed vlans correctly. The problem is that I cannot ping instances on blade03 from blade04. I can ping blade04 instances from blade04.

Re: [Openstack] Vlans and openstack.

2012-12-12 Thread Andrew Holway
Hi, Yes, it appears I misconfigured that VLAN. Thanks, Andrew On Dec 12, 2012, at 8:06 PM, Matt Joyce wrote: Check your switch. Make sure the ports are trunked. Make sure they have access to the vlans desired. All ports. On Wed, Dec 12, 2012 at 10:33 AM, Andrew Holway a.hol

[Openstack] nova list not working

2012-12-11 Thread Andrew Holway
Hi, Does anyone have an idea why nova list isnt working? [root@blade02 08-openstack-compute]# nova hypervisor-servers blade04 +--+---+---+-+ | ID | Name | Hypervisor

[Openstack] Something horribly wrong with NFS

2012-12-11 Thread Andrew Holway
Hello, I tried this today: http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-migrations.html Everything seemed to break really horribly. Is this documentation up to date? I am going to completely reinstall tomorrow. I am using Centos 6.3 Thanks, Andrew

Re: [Openstack] Something horribly wrong with NFS

2012-12-11 Thread Andrew Holway
but the migration didn't work properly for problems in the hypervisor, With 12.10 everything worked properly. Hope it helps, Marco. On Tue, Dec 11, 2012 at 5:33 PM, Andrew Holway a.hol...@syseleven.de wrote: Hello, I tried this today: http://docs.openstack.org/trunk/openstack

[Openstack] CRITICAL nova [-] [Errno 98] Address already in use

2012-12-10 Thread Andrew Holway
Hi, I cannot start the nova-api service. [root@blade02 07-openstack-controller]# nova list ERROR: ConnectionRefused: '[Errno 111] Connection refused' I followed this guide very carefully: https://github.com/beloglazov/openstack-centos-kvm-glusterfs/#07-openstack-controller-controller Here is

Re: [Openstack] CRITICAL nova [-] [Errno 98] Address already in use

2012-12-10 Thread Andrew Holway
://controller:5000/ On Dec 10, 2012, at 7:10 PM, Vishvananda Ishaya wrote: Odd. This looks remarkably like it is trying to start osapi_volume even though you don't have it specified in enabled apis. Your enabled_apis setting looks correct to me. Vish On Dec 10, 2012, at 9:24 AM, Andrew Holway

Re: [Openstack] CRITICAL nova [-] [Errno 98] Address already in use

2012-12-10 Thread Andrew Holway
, 2012, at 10:24 AM, Andrew Holway a.hol...@syseleven.de wrote: Hi, maybe this will shed some light on it..? Thanks, Andrew [root@blade02 init.d]# cat /etc/nova/api-paste.ini # Metadata # [composite:metadata] use = egg:Paste#urlmap /: meta

Re: [Openstack] CRITICAL nova [-] [Errno 98] Address already in use

2012-12-10 Thread Andrew Holway
. In this case it uses the enabled_apis config option. You can also run all of the apis separately by using the individual binaries: nova-api-ec2 nova-api-metadata nova-api-os-compute nova-api-os-volume Vish On Dec 10, 2012, at 10:42 AM, Andrew Holway a.hol...@syseleven.de wrote: Hi

[Openstack] nova list requests failing

2012-12-10 Thread Andrew Holway
Hi, Please excuse dumb questions. Im very new to openstack. So I have just managed to get the nova-api service running (thanks virsh) but it seems to be having a little problem with auth. [root@blade02 07-openstack-controller]# nova list ERROR: n/a (HTTP 401) [root@blade02

Re: [Openstack] nova list requests failing

2012-12-10 Thread Andrew Holway
It was this little fella in my nova.conf :) On Dec 10, 2012, at 8:35 PM, Andrew Holway wrote: #[keystone_authtoken] ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

[Openstack] 500 - Internal Server Error when using Volumes in Dashboard (Centos 6.3)

2012-12-10 Thread Andrew Holway
Hello, I have a Dashboard install. /dashboard/syspanel/volumes/ /dashboard/nova/volumes/ causes a 500 error. The 500 goes away when I run $nova-api-os-volume I also have a $/etc/init.d/openstack-nova-volume start Which doesn't make the 500 error go away. Can someone tell me what

Re: [Openstack] 500 - Internal Server Error when using Volumes in Dashboard (Centos 6.3)

2012-12-10 Thread Andrew Holway
. It is for attachable block storage devices (similar to ebs). I hope that helps. Vish On Dec 10, 2012, at 1:37 PM, Andrew Holway a.hol...@syseleven.de wrote: Hello, I have a Dashboard install. /dashboard/syspanel/volumes/ /dashboard/nova/volumes/ causes a 500 error. The 500 goes away when I