[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 a

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

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

2012-12-10 Thread Andrew Holway
default=None, help='Number of workers for OpenStack Volume API service'), ] On Dec 10, 2012, at 7:29 PM, Vishvananda Ishaya wrote: > Nope. Best i can think of is to throw some log statements into > nova/service.py right before the exception gets thrown. See whi

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

2012-12-10 Thread Andrew Holway
nova-api is an easy way to run all of the apis as > one service. 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-v

[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 07-openstack-control

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.

[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 nova-a

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

2012-12-10 Thread Andrew Holway
lumes working to use nova. 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 wrote: > >> Hello, >> >> I have a Dashboard install. >> >> /dashboar

[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
ter server and all > the compute nodes running as gluster clients. > Something similar to what you deploy when you use NFS. > Note that my deployment is not going to be a production installation, > therefore a single gluster file server is OK. > > Also note that I started my inst

Re: [Openstack] nova list not working

2012-12-12 Thread Andrew Holway
-9f43-6cf50ecfc639 | serverOne | ACTIVE | > private=10.0.0.2 | > | 5cfc5265-3d36-4b39-9ac4-44ec06b76921 | serverThree | ACTIVE | > private=10.0.0.4 | > | 4416fdda-d77b-41a6-a0cf-9f6a6c0c3b83 | serverTwo | ACTIVE | > private=10.0.0.3 | > +--+

[Openstack] DEBUG nova.utils [-] backend

2012-12-12 Thread Andrew Holway
Hi, 2012-12-12 12:04:48 DEBUG nova.utils [-] backend 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 line nova tools. Anything to worry about? Thanks, Andrew ___ Maili

[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 [req-ffc

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 b

[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: > >> Hell

[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

[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
ompute or > nova-network where those errors appear? > > Thanks. > JuanFra. > > 2012/12/13 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 er

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 instance

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 > > > > ___ >

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 sensible.

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread Andrew Holway
r your support! > JuanFa > > 2012/12/14 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 us

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-17 Thread Andrew Holway
pointNotFound('Endpoint not found.') > [Mon Dec 17 17:02:59 2012] [error] EndpointNotFound: Endpoint not found. > > any idea? > > 2012/12/14 JuanFra Rodriguez Cardoso > Ok. I will continue trying to solve these errors with your suggestions. > I'll tell you any resu

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-17 Thread Andrew Holway
t; Thanks! > JuanFra > > 2012/12/17 Andrew Holway > Hi, > > I got this error too but I cannot remember what did it. > > Do you get this when you try and use the web interface? > > Thanks, > > Andrew > > > On Dec 17, 2012, at 6:05 PM, JuanFra Rodrigue

[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 : htt

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

2012-12-20 Thread Andrew Holway
t; on small POC clusters (3 - 5 nodes, I've tried nfs tried glusterfs, tried 2 > replica N distribute setups 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 int

[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
> some nova 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 w

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

2012-12-20 Thread Andrew Holway
t already in discussion I'd raise it on > launchpad as a potential feature. > > > > > On Thu, Dec 20, 2012 at 3:19 PM, Andrew Holway wrote: > Ah shame. You can specify different storage domains in oVirt. > > On Dec 20, 2012, at 4:16 PM, David Busby wrote: > >

Re: [Openstack] Vlanned networking setup

2012-12-20 Thread Andrew Holway
eded in this case) > > Vish > > > On Dec 20, 2012, at 6:56 AM, Andrew Holway wrote: > >> Hi, >> >> I am thinking about the following network setup: >> >&g

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, Hu

[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 d

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, ho

[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 In

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

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

2013-01-14 Thread Andrew Holway
generally fast enough as long as you have it in connected mode and set the frame size 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 Ope

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 &g