*** Oneiroi has quit IRC | 00:00 | |
*** rustam has joined #openstack | 00:00 | |
*** redconnection has quit IRC | 00:05 | |
*** andrewbogott has quit IRC | 00:11 | |
*** gyee has quit IRC | 00:16 | |
*** mcclurmc has quit IRC | 00:22 | |
*** mcclurmc has joined #openstack | 00:22 | |
*** wilmoore has joined #openstack | 00:23 | |
*** Turicas has quit IRC | 00:25 | |
*** kbringard has joined #openstack | 00:27 | |
*** rnorwood has quit IRC | 00:31 | |
*** sniperd has quit IRC | 00:37 | |
*** sniperd has joined #openstack | 00:37 | |
*** marrusl has joined #openstack | 00:39 | |
*** kbringard has quit IRC | 00:54 | |
*** andrewbogott has joined #openstack | 00:57 | |
mjfork | _rfz: the additional disk space is there, just unmounted | 00:58 |
---|---|---|
_rfz | mjfork, yep I saw, however --minimum_root_size worked | 01:00 |
mjfork | ok, after you restarted service? | 01:00 |
_rfz | yep | 01:00 |
_rfz | my images (bar 0meg flavor) all spin up with 20gigs now | 01:01 |
mjfork | cool | 01:02 |
mjfork | what was teh specific need you had to make it bigger? | 01:02 |
_rfz | for inhouse applications ( I haven't setup cheff or puppet yet) | 01:03 |
mjfork | ok | 01:06 |
*** jakkudanieru has quit IRC | 01:07 | |
*** bilal has quit IRC | 01:07 | |
_rfz | and I think most user's won't know how to mount a drive or use it in a practical way | 01:07 |
mjfork | yeah, probably true | 01:09 |
*** dotdevops1 has quit IRC | 01:11 | |
*** mcclurmc has quit IRC | 01:12 | |
*** mcclurmc has joined #openstack | 01:14 | |
Spirilis | hey any of you have experience with the Regions or Zones? | 01:14 |
Spirilis | how does that generally work? is it like 1 keystone node provides auth for many disparate totally separate nova clusters? | 01:14 |
Spirilis | there's mention of it in the keystone end-user docs but not much more than a mention of having to include the region keyword in the endpointTemplate's | 01:15 |
*** livemoon has joined #openstack | 01:15 | |
mjfork | Spirilis: think that is right | 01:15 |
mjfork | but no experience | 01:15 |
Spirilis | gotcha | 01:15 |
mjfork | not sure dashboard supports multiple regions today | 01:15 |
Spirilis | ah k | 01:16 |
livemoon | morning | 01:16 |
mjfork | unless it is smart enough to not expose it unless there are multiple | 01:16 |
mjfork | to test it, just throw a second region in, see if there is a selctor inthe UI | 01:16 |
Spirilis | putting together a presentation for my coworkers next week, I showed my boss's boss the prototype environment so far and he was blown away | 01:16 |
mjfork | awesome! | 01:17 |
Spirilis | so that question will undoubtedly come up along with questions about redundancy too lol | 01:17 |
mjfork | redundancy where? controllers? | 01:17 |
Spirilis | yeah, I imagine nova-network will be an important question | 01:17 |
Spirilis | redundancy is available for that if I recall you guys mentioning it, but it's a pain? | 01:17 |
*** arBmind has quit IRC | 01:17 | |
mjfork | FlatDHCP? | 01:18 |
_rfz | nova-network can be installed on all compute nodes | 01:18 |
_rfz | so if your controller goes offline, all the compute nodes and vm's still keep running | 01:18 |
*** winston-d has quit IRC | 01:18 | |
Spirilis | ahh k, does one of them take over for the private .1 gateway? | 01:19 |
mjfork | Spirilis: what networking model do you use? | 01:19 |
_rfz | Spirilis, what network setup you running? | 01:19 |
Spirilis | mjfork: FlatDHCP yeah | 01:19 |
mjfork | read this | 01:19 |
*** talman has joined #openstack | 01:19 | |
mjfork | Spirilis: http://docs.openstack.org/diablo/openstack-compute/admin/content/existing-ha-networking-options.html | 01:19 |
mjfork | specifically "New HA Option" | 01:20 |
mjfork | Spirilis: it is possible and easy with FlatFHCP | 01:21 |
mjfork | at least to reduce the fault zone to a signle comptue node | 01:21 |
Spirilis | ohhhh I gotcha | 01:23 |
Spirilis | that is very nice. | 01:23 |
*** talman has quit IRC | 01:24 | |
*** jakkudan_ has joined #openstack | 01:24 | |
Spirilis | and the HW switch router option is an interesting one too | 01:25 |
Spirilis | I suppose another option along the same line would be for a special cluster entirely for public web serving, have a HW load balancer on that private network act as the gateway | 01:27 |
mjfork | yeah,, although if a box fails (most likely) do you gain anything there? | 01:28 |
*** WilliamHerry has joined #openstack | 01:29 | |
_rfz | mjfork, is there anyway you can add public ip's directly to the VM's? | 01:29 |
mjfork | _rfz: you could make it the injected network for DHCP | 01:30 |
Spirilis | mjfork: you mean with the HW gateway? yeah you still have the same SPOF where the nova-network node can croak... so not really a huge win for HA | 01:30 |
mjfork | Spirilis: yeah, my thoughts too. it is interseting, but seems like more work than doing the new option | 01:31 |
Spirilis | unless nova-network has ways of configuring 3rd party firewalls to match the secgroup rules, in which case it could replace the iptables functionality on the nova-network node but I'm guessing that's not there? | 01:31 |
Spirilis | mjfork: yeah, I think that "HW gateway on the private network" option makes the most sense in my Load Balancer idea, where the nova environment isn't being used for its secgroup's but rather as an agile provisioning environment | 01:32 |
mjfork | what use case are you looking to fulfill that the standard case doesnt? | 01:32 |
Spirilis | well, using a nova cluster as a flexible staging environment for new webapps that will eventually go on a baremetal load-balanced environment | 01:33 |
Spirilis | I mean really you could just have a LB outside the environment hit floating IPs for that, but, by putting the HW LB on the private net you remove the HA requirement for nova-network (since it's not actually necessary) | 01:34 |
Spirilis | though, with the option you mentioned (New HA), the standard case still makes sense in that environment... | 01:34 |
*** ccc3 has joined #openstack | 01:34 | |
Spirilis | yeah, that's really a nice option. | 01:35 |
*** winston-d has joined #openstack | 01:35 | |
Spirilis | and now that I've talked myself through a loop of logic... I see another advantage to keeping the traditional nova-network floating IPs & secgroup rules in place. | 01:36 |
mjfork | what drives eventual bare metal deploy? | 01:36 |
*** wilmoore has quit IRC | 01:36 | |
Spirilis | performance, for the most part. We can almost always trust that baremetal will outperform anything else with a high-volume site | 01:38 |
Spirilis | I think this use case would be only for very serious sites | 01:38 |
mjfork | ok | 01:38 |
mjfork | even then, isn't management easier with VMs and horizontal sacling? | 01:38 |
Spirilis | yeah. Now that I'm thinking it through... :) | 01:39 |
Spirilis | Having the floating IPs is nice for another reason, a load balancer can enroll a small set of floating IPs for a particular website, then the developers can move those floating IPs to different VMs to try out newer versions of code and seamlessly roll back without having to hassle the network admins in charge of the LB | 01:40 |
mjfork | Spirilis: exactly | 01:42 |
*** jakedahn has joined #openstack | 01:47 | |
*** llang629 has quit IRC | 01:49 | |
mjfork | Spirilis: you need to look at the software load balancers | 01:49 |
Spirilis | might be worth a look someday. As I understand it we have a few Netscalars at work that they use for the public stuff though... | 01:56 |
*** jakkudan_ has quit IRC | 01:59 | |
*** spiffxp has quit IRC | 02:03 | |
*** erkules|away has joined #openstack | 02:04 | |
*** erkules has quit IRC | 02:07 | |
*** jakkudanieru has joined #openstack | 02:08 | |
*** deshantm has joined #openstack | 02:09 | |
*** stewart has quit IRC | 02:09 | |
*** MarkAtwood has joined #openstack | 02:14 | |
*** rnorwood has joined #openstack | 02:14 | |
*** ejat has joined #openstack | 02:16 | |
*** PaulM has joined #openstack | 02:16 | |
uvirtbot | New bug: #909207 in nova "Nova API doesn't return instance security groups" [Undecided,New] https://launchpad.net/bugs/909207 | 02:21 |
*** MarkAtwood has quit IRC | 02:24 | |
*** shayatou has joined #openstack | 02:24 | |
*** sniperd has quit IRC | 02:25 | |
*** bilal has joined #openstack | 02:26 | |
*** bilal has joined #openstack | 02:26 | |
*** zykes- has joined #openstack | 02:27 | |
livemoon | hi | 02:35 |
livemoon | how to edit tennat's quota | 02:35 |
uvirtbot | New bug: #909209 in nova "Nova API doesn't differentiate between fixed and floating IPs" [Undecided,New] https://launchpad.net/bugs/909209 | 02:35 |
*** huslage has joined #openstack | 02:39 | |
*** MarkAtwood has joined #openstack | 02:39 | |
*** bilal has quit IRC | 02:39 | |
*** bilal has joined #openstack | 02:41 | |
*** bilal has joined #openstack | 02:41 | |
*** mcclurmc has quit IRC | 02:45 | |
uvirtbot | New bug: #909210 in nova "python-novaclient missing pip8 in pip-requires" [Undecided,In progress] https://launchpad.net/bugs/909210 | 02:46 |
*** mcclurmc has joined #openstack | 02:46 | |
shayatou | anyone successfully make swift work on CENTOS5 or RHEL5? | 02:47 |
mjfork | i have | 02:47 |
Spirilis | centos 5 yeah | 02:49 |
shayatou | I get 503 when create an account, seems to be db connnetction error | 02:50 |
mjfork | i gues mine was RHEL 6 now that I think. | 02:50 |
Spirilis | I did a sandboxed custom install of python and all its prereqs before building the swift source | 02:50 |
mjfork | stack trace/ | 02:50 |
Spirilis | make sure there's no goofy iptables firewalls enabled by default | 02:50 |
Spirilis | I seem to recall running into something like that | 02:50 |
Spirilis | though I think my problem was with rsync, not a db | 02:50 |
shayatou | the log in account-server is like | 02:51 |
*** andrewbogott has quit IRC | 02:51 | |
shayatou | Dec 26 14:50:51 fsc02 account-server 192.168.61.83 - - [26/Dec/2011:06:50:51 +0000] "HEAD /sde1/205350/AUTH_system" 404 - "-" "-" "TempAuth" 0.0004 "" Dec 26 14:50:51 fsc02 account-server ERROR __call__ error with PUT /sde1/205350/AUTH_system : Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/swift-1.4.3-py2.7.egg/swift/account/server.py", line 305, in __call__ res = getattr(self, req.method)(req) | 02:51 |
*** andrewbogott has joined #openstack | 02:51 | |
shayatou | Dec 26 14:50:51 fsc02 account-server ERROR __call__ error with PUT /sde1/205350/AUTH_system : Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/swift-1.4.3-py2.7.egg/swift/account/server.py", line 305, in __call__ res = getattr(self, req.method)(req) File "/usr/local/lib/python2.7/site-packages/swift-1.4.3-py2.7.egg/swift/account/server.py", line 106, in PUT broker.initialize(timestamp) File "/usr/l | 02:53 |
Spirilis | got cut off there at "broker.initialize(timestamp) File "/usr/l" | 02:53 |
*** bcwaldon has quit IRC | 02:54 | |
mjfork | pastebin it please | 02:54 |
mjfork | paste.openstack.org | 02:54 |
livemoon | (nova.rpc): TRACE: raise driver.NoValidHost(_("All hosts have too many cores")) | 02:59 |
livemoon | (nova.rpc): TRACE: NoValidHost: All hosts have too many cores | 02:59 |
livemoon | 02:59 | |
livemoon | how to fix it | 02:59 |
*** erkules has joined #openstack | 03:01 | |
mjfork | livemoon, i think you need to adjust the number of cores setting in the scheduelr | 03:01 |
shayatou | so it's the version of sqlite db on centos5 has nothing to do with my problem? | 03:01 |
mjfork | shayatou: Paste error at paste.openstack.org | 03:01 |
livemoon | mjfork: how to adjust setting | 03:02 |
*** erkules|away has quit IRC | 03:03 | |
mjfork | i blieve right in the schdeler.py | 03:03 |
mjfork | livemoon: take that back, just set --max_cores=<X> | 03:04 |
mjfork | the simple scheduler limits to 16 instances cores/host | 03:05 |
feiyuliu | euca-describe-availability-zones verbose --debug have 500 error | 03:06 |
feiyuliu | http://paste.openstack.org/show/3980/ | 03:07 |
*** hugokuo has joined #openstack | 03:07 | |
*** ben_duyujie has joined #openstack | 03:07 | |
feiyuliu | I can run nova-manage command | 03:07 |
mjfork | feiyuliu: look in nova-api log | 03:07 |
feiyuliu | nothing error | 03:08 |
feiyuliu | mjfork , can't find errors | 03:08 |
mjfork | did you source novarc with teh right values? | 03:08 |
mjfork | 192.168.1.220:8773 | 03:09 |
feiyuliu | yes | 03:09 |
*** marrusl has quit IRC | 03:09 | |
*** osier has joined #openstack | 03:09 | |
feiyuliu | my novarc http://paste.openstack.org/show/3981/ | 03:09 |
mjfork | euca-describe-isntances work ok? | 03:10 |
feiyuliu | no | 03:10 |
feiyuliu | also have the 500 error | 03:10 |
mjfork | diablo or essexc | 03:11 |
feiyuliu | 2011.3 (2011.3-nova-milestone-tarball:tarmac-20110922115702-k9nkvxqzhj130av2) | 03:12 |
feiyuliu | diablo | 03:12 |
feiyuliu | It seems that all ec2 command can't use. | 03:13 |
mjfork | yeah, unfronately I can't test them because I don't have it seutp | 03:13 |
feiyuliu | 500 Internal Server Error | 03:13 |
mjfork | do you have verbose on? | 03:13 |
mjfork | in nova.conf | 03:14 |
feiyuliu | yes ,I set it .--verbose --debug | 03:14 |
livemoon | mjfork: thanks, I have found this flag | 03:15 |
feiyuliu | I have not install quantum | 03:15 |
mjfork | in nova.conf, do you have --verbose=true? | 03:16 |
mjfork | feiyuliu: see above | 03:17 |
feiyuliu | OK,thanks mjfork | 03:18 |
livemoon | mjfork: where can we get all flags doc in nova.conf? | 03:19 |
mjfork | feiyuliu: if you do not, set that flag, restart nova-api and check tha tlog after running | 03:19 |
mjfork | livemoon: with verbose on, look in the log file to see all flags set on startup | 03:19 |
livemoon | mjfork: no , I want to know all flags can be set | 03:20 |
mjfork | livemoon: that will show you all flags | 03:21 |
mjfork | livemoon: if you don't have it in nova.conf, it will show default value | 03:21 |
feiyuliu | yes ,I set it,and restart the nova-api.However ,It is all the same error, and can't find the errors in nova-api.log | 03:21 |
mjfork | feiyuliu: can you telnet 192.168.1.220 8773 | 03:21 |
*** spiffxp has joined #openstack | 03:22 | |
feiyuliu | yes | 03:22 |
feiyuliu | Trying 192.168.1.220... | 03:22 |
feiyuliu | Connected to 192.168.1.220. | 03:22 |
feiyuliu | Escape character is '^]'. | 03:22 |
mjfork | feiyuliu: how about the other nova-* lgos? | 03:23 |
livemoon | mjfork: ok | 03:27 |
livemoon | I set --max_cores in nova.conf | 03:27 |
livemoon | default it is set 16 and allow max cores of host | 03:27 |
feiyuliu | nothing errors | 03:28 |
*** huslage has quit IRC | 03:32 | |
Spirilis | heh sweet, got the euca-* tools working with keystone | 03:33 |
Spirilis | had to set EC2_ACCESS_KEY, EC2_SECRET_KEY, EC2_URL=http://<nova-api-host>:8773/services/Cloud/ | 03:34 |
Spirilis | and create the auth credentials with keystone-manage credentials <user> EC2 <token> <secret> <tenant> | 03:34 |
*** ejat has quit IRC | 03:36 | |
shayatou | Spirilis: the error in the account server log also includes | 03:37 |
shayatou | File "/usr/local/lib/python2.7/site-packages/swift-1.4.3-py2.7.egg/swift/common/db.py", line 245, in initialize self.conn = get_db_connection(self.db_file, self.timeout) File "/usr/local/lib/python2.7/site-packages/swift-1.4.3-py2.7.egg/swift/common/db.py", line 148, in get_db_connection timeout=timeout) DatabaseConnectionError: DB connection error (/srv/node/sde1/accounts/205350/ca2/c8898f67451ad4a98fe3ec4b8273bca2/c | 03:37 |
shayatou | Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/swift-1.4.3-py2.7.egg/swift/common/db.py", line 14 | 03:38 |
*** stewart has joined #openstack | 03:39 | |
shayatou | so any idea how this happen? | 03:39 |
*** ejat has joined #openstack | 03:40 | |
Spirilis | hm | 03:40 |
Spirilis | can you pastebin that btw | 03:40 |
Spirilis | it keeps getting cut off short (I think IRC only allows 512 bytes per line) | 03:40 |
*** mjfork has quit IRC | 03:41 | |
*** llang629 has joined #openstack | 03:41 | |
*** hadrian has quit IRC | 03:43 | |
feiyuliu | how to control the instance running the node that I wish? | 03:45 |
*** bryguy has quit IRC | 03:47 | |
*** wilmoore has joined #openstack | 03:47 | |
*** miclorb_ has quit IRC | 03:48 | |
*** bryguy has joined #openstack | 03:49 | |
shayatou | Spirilis: I‘ve paste the log on http://paste.openstack.org/show/3982/ | 03:49 |
*** bilal has quit IRC | 03:52 | |
*** krow has joined #openstack | 03:52 | |
Spirilis | shayatou: huh, any permissions problems? is that file under /srv/node/sde1/blahblah.... there? | 03:52 |
*** rustam has quit IRC | 04:02 | |
*** krow has quit IRC | 04:03 | |
*** ejat has quit IRC | 04:04 | |
shayatou | Spirilis: I didn't notice the permission problem, It probably is the problem http://paste.openstack.org/show/3983/ | 04:04 |
shayatou | the owner of the .db file should be swift, right? | 04:05 |
*** ejat has joined #openstack | 04:06 | |
*** yshh has joined #openstack | 04:09 | |
Spirilis | yeah, see what user swift is running as? | 04:11 |
Spirilis | ps auxwwww | grep python | 04:11 |
Spirilis | I'm guessing your ubuntu box's uid and gid for swift is different from the uid/gid for swift on centos? | 04:11 |
Spirilis | since it uses rsync and I think rsync preserves permissions when it syncs, the uid & gid for the swift user and group should be identical among all your swift boxes | 04:12 |
Spirilis | bbl | 04:14 |
*** yshh has quit IRC | 04:14 | |
shayatou | I checked, swift is running by user swift | 04:17 |
shayatou | when I add user swift and group swift, I didn't assign uid and gid, so if they may be different among swift nodes ? | 04:20 |
*** wilmoore has quit IRC | 04:21 | |
Spirilis | back | 04:24 |
Spirilis | shayatou: yeah, that may be the problem | 04:24 |
Spirilis | now 2 things need to happen- | 04:24 |
Spirilis | 1. shut down swift services on the centos boxes | 04:24 |
Spirilis | er | 04:24 |
Spirilis | more than 2, let me just list them :) | 04:24 |
Spirilis | 2. jot down what the uid & gid is that centos chose for swift's user and group | 04:25 |
Spirilis | 3. go to all swift servers, do a find under /srv/node and change ownership for any file/dir that got created by that erroneous uid to the correct 'swift' uid as you see on your ubuntu servers | 04:25 |
Spirilis | 4. do the same thing for the group, normalize them to the correct gid that your ubuntu servers use | 04:25 |
*** JesperA has quit IRC | 04:26 | |
Spirilis | 5. then purge the swift user & group on centos, manually create them with the same uid & gid as your ubuntu boxes | 04:26 |
Spirilis | 6. start up swift services on centos and you should be good. | 04:26 |
Spirilis | yeah I think my centos swift install forcibly creates the swift user & group with a specific uid and gid | 04:27 |
*** scalability-junk has quit IRC | 04:27 | |
*** warik has quit IRC | 04:32 | |
*** wilmoore has joined #openstack | 04:36 | |
*** jakedahn has quit IRC | 05:04 | |
*** andrewbogott has quit IRC | 05:05 | |
WilliamHerry | http://paste.openstack.org/show/3984/ | 05:06 |
WilliamHerry | i got this error, some one can help me plz | 05:06 |
*** tmichael has quit IRC | 05:10 | |
*** ben_duyujie has quit IRC | 05:13 | |
*** jakkudanieru has quit IRC | 05:19 | |
*** clopez has joined #openstack | 05:20 | |
*** ejat has joined #openstack | 05:24 | |
lzyeval | WilliamHerry: did u use curl to access the api? | 05:25 |
*** ldlework has quit IRC | 05:27 | |
*** koolhead17 has quit IRC | 05:33 | |
*** dragondm has joined #openstack | 05:38 | |
*** jakkudanieru has joined #openstack | 05:43 | |
*** dweimer has quit IRC | 05:46 | |
shayatou | Spirilis: I did what you said, but the problem is still there http://paste.openstack.org/show/3986/ | 05:47 |
*** MarcMorata has joined #openstack | 05:49 | |
*** bryguy has quit IRC | 05:52 | |
*** bryguy has joined #openstack | 05:54 | |
*** mcclurmc has quit IRC | 05:59 | |
*** mcclurmc has joined #openstack | 06:00 | |
WilliamHerry | lzyeval: no i use dashboard | 06:01 |
*** llang629 has quit IRC | 06:03 | |
*** llang629 has joined #openstack | 06:04 | |
*** rajan has joined #openstack | 06:04 | |
lzyeval | WilliamHerry: strange...then check if your nova.conf or api-paste.ini has any relative paths or typos | 06:06 |
WilliamHerry | http://paste.openstack.org/show/3987/ | 06:11 |
WilliamHerry | seems not | 06:11 |
*** rnorwood has quit IRC | 06:11 | |
WilliamHerry | it already works, instance can be created, only this error and can not ssh to it | 06:12 |
uvirtbot | New bug: #909245 in nova "missing packages in nova's pip-requires " [Undecided,New] https://launchpad.net/bugs/909245 | 06:16 |
WilliamHerry | i want know what script will run when i open http://ip/syspanel/ | 06:16 |
*** jakkudanieru has quit IRC | 06:22 | |
*** spiffxp has quit IRC | 06:25 | |
WilliamHerry | lzyeval, http://paste.openstack.org/show/3988/ | 06:25 |
WilliamHerry | lzyeval: the Traceback | 06:26 |
*** Ryan_Lane has joined #openstack | 06:27 | |
*** ejat has quit IRC | 06:27 | |
*** krow has joined #openstack | 06:29 | |
*** deshantm has quit IRC | 06:29 | |
lzyeval | WillianHerry: [Wed Dec 28 14:19:59 2011] [error] DEBUG:django_openstack.api:admin_api connection created using token "openstack" and url ".1/1" | 06:34 |
lzyeval | that end where it says .1/1 is the error and I'm curious what you requested in horizon at that time | 06:35 |
WilliamHerry | it happens when i request http://ip/syspanel | 06:38 |
*** erkules has quit IRC | 06:39 | |
*** erkules has joined #openstack | 06:39 | |
*** mohits has joined #openstack | 06:43 | |
lzyeval | WillianHerry: man, syspanel works fine in my env. it must be some configuration problem. | 06:43 |
*** heut2008 has joined #openstack | 06:44 | |
WilliamHerry | i find the error where happened | 06:45 |
*** clopez has quit IRC | 06:47 | |
uvirtbot | New bug: #909255 in keystone "Endpoint handling broken on SQL backend by portable-identifiers changes" [Undecided,In progress] https://launchpad.net/bugs/909255 | 07:01 |
*** GheRivero has joined #openstack | 07:08 | |
*** feiyuliu has quit IRC | 07:10 | |
*** feiyuliu has joined #openstack | 07:10 | |
feiyuliu | openstack can control the instance running the node that I wish? | 07:10 |
*** linmin_ has quit IRC | 07:11 | |
*** linmin_ has joined #openstack | 07:11 | |
*** devops has joined #openstack | 07:20 | |
devops | Is it possible to boot an openstack instance from persistent storage | 07:22 |
*** ejat has joined #openstack | 07:25 | |
*** Ryan_Lane has quit IRC | 07:43 | |
*** dragondm has quit IRC | 07:49 | |
*** kaigan_ has joined #openstack | 07:50 | |
*** heut2008 has quit IRC | 07:59 | |
*** lzyeval has quit IRC | 08:00 | |
*** dragondm has joined #openstack | 08:07 | |
*** lzyeval has joined #openstack | 08:08 | |
*** Vivek has joined #openstack | 08:10 | |
*** tjikkun has quit IRC | 08:11 | |
*** heut2008 has joined #openstack | 08:17 | |
*** guigui has joined #openstack | 08:23 | |
*** dev_sa has joined #openstack | 08:27 | |
*** dev_sa has left #openstack | 08:27 | |
*** devops has quit IRC | 08:28 | |
*** redconnection has joined #openstack | 08:37 | |
*** shaibn has joined #openstack | 08:42 | |
*** dragondm has quit IRC | 08:51 | |
*** ejat has quit IRC | 09:02 | |
WilliamHerry | my openstack can work, but on dashboard, compute,identity,image server shows false in UP colomn, plz help me | 09:07 |
*** katkee has joined #openstack | 09:13 | |
*** tungvs has joined #openstack | 09:21 | |
tungvs | hi guys, I have a question. Is it possible for an nova instance (qemu) to change hardware setting without reboot (add more NIC, or add more disk, like vmware) ? | 09:22 |
*** llang629_ has joined #openstack | 09:29 | |
*** llang629 has quit IRC | 09:31 | |
*** zigo has joined #openstack | 09:31 | |
*** llang629_ has quit IRC | 09:32 | |
*** llang629_ has joined #openstack | 09:32 | |
*** sniperd has joined #openstack | 09:42 | |
*** Hakon|mbp has joined #openstack | 09:46 | |
*** mnour has joined #openstack | 09:51 | |
*** nid0 has joined #openstack | 09:51 | |
*** sniperd has quit IRC | 09:54 | |
*** sniperd has joined #openstack | 09:55 | |
hugokuo | No module named local.local_settings | 09:56 |
hugokuo | while install Horizon | 09:57 |
*** mohits has quit IRC | 09:57 | |
*** uksysadmin has joined #openstack | 09:59 | |
*** lvaughn has quit IRC | 10:01 | |
*** tokuz has quit IRC | 10:03 | |
*** WilliamHerry has quit IRC | 10:03 | |
*** rwmjones has joined #openstack | 10:06 | |
*** MarcMorata has quit IRC | 10:07 | |
*** livemoon has quit IRC | 10:09 | |
amatk | Hi all. I published an image like this: uec-publish-image amd64 serverfinal.image bucket1 .... but it's state stays in untarring forever..it never becomes available. Would you have a clue of what the probelm might be? | 10:10 |
uksysadmin | hi amatk, what version of OpenStack? I posted a bug recently on this performance - and it is dependent on the size of "serverfinal.image" as well as your hardware | 10:18 |
amatk | I see...would you have a link to your report so I can check your findings and compare with my setup? | 10:20 |
amatk | (Im trying to check what version Im running) | 10:20 |
amatk | root@netopsos1:/home/localadmin/creds# nova-manage version list | 10:22 |
amatk | 2011.3 (2011.3-nova-milestone-tarball:tarmac-20110922115702-k9nkvxqzhj130av2) | 10:22 |
*** ejat has joined #openstack | 10:26 | |
*** llang629_ is now known as llang629 | 10:28 | |
*** GheRivero has quit IRC | 10:29 | |
uksysadmin | amatk, https://bugs.launchpad.net/bugs/906351 | 10:35 |
*** kaigan_ has quit IRC | 10:56 | |
amatk | thanks! | 11:03 |
*** arBmind has joined #openstack | 11:13 | |
*** ejat has quit IRC | 11:17 | |
hugokuo | hello ... | 11:27 |
hugokuo | a question about essex-2 glance and nova diablo | 11:27 |
*** ccc3 has quit IRC | 11:27 | |
hugokuo | i found that diablo nova seems requires image_id as a [int] | 11:27 |
hugokuo | but latest glance image_id changes from [int] to [UUID] | 11:28 |
hugokuo | how can I integrate diablo run with essex glance | 11:28 |
*** pixelbeat has joined #openstack | 11:30 | |
*** MarcMorata has joined #openstack | 11:31 | |
*** siwos has joined #openstack | 11:49 | |
siwos | hi all | 11:51 |
siwos | question | 11:51 |
siwos | has anyone used this on production? | 11:52 |
siwos | https://github.com/zenoss/ZenPacks.zenoss.OpenStack | 11:52 |
*** yamahata_ has joined #openstack | 12:01 | |
*** WilliamHerry has joined #openstack | 12:03 | |
*** livemoon has joined #openstack | 12:05 | |
*** linmin has quit IRC | 12:09 | |
*** linmin has joined #openstack | 12:10 | |
*** yshh has joined #openstack | 12:10 | |
*** tungvs has quit IRC | 12:11 | |
*** yshh has quit IRC | 12:15 | |
*** alperkanat has joined #openstack | 12:21 | |
*** alperkanat has joined #openstack | 12:21 | |
amatk | Hi all, has enybody seen this error when launching an instance: http://pastebin.com/MQmDHgyA | 12:25 |
amatk | euca-describe-instances show the instance as pending and stays like that forever | 12:26 |
*** WilliamHerry has quit IRC | 12:26 | |
amatk | var/lib/nova/instances exists..but not instance-000000001 | 12:27 |
amatk | it was launched like this: euca-run-instance ami-00000003 -k mykey -t m1.tiny | 12:27 |
*** MarcMorata has quit IRC | 12:29 | |
*** shayatou_ has joined #openstack | 12:30 | |
*** gnuyoga has joined #openstack | 12:38 | |
*** WilliamHerry has joined #openstack | 12:38 | |
*** Hakon|mbp has quit IRC | 12:41 | |
uksysadmin | amatk, did your nova-manage version list imply you installed from tarball and compiled? | 12:43 |
*** Birk_ has quit IRC | 12:43 | |
*** shayatou_ has quit IRC | 12:44 | |
amatk | uksysadmin: how can I check that? .. btw I solved my problem of the never ending untaring | 12:46 |
amatk | I just created the image again and patiently waited waited until I could get a reply from euca-describe-images | 12:46 |
amatk | ..while I was waiting describe-images would just hag | 12:47 |
amatk | hang* | 12:47 |
amatk | it took nearly 25 minutes | 12:47 |
*** Birk_ has joined #openstack | 12:47 | |
uksysadmin | amatk, I was asking how you installed your openstack server | 12:47 |
amatk | after that my image showed as available | 12:47 |
amatk | let me double check how I installed one sec | 12:48 |
*** danishman has joined #openstack | 12:48 | |
amatk | but I didnt compiled thats for sure | 12:48 |
*** Vivek has quit IRC | 12:48 | |
*** krow has quit IRC | 12:48 | |
*** zykes- has quit IRC | 12:48 | |
amatk | I installed from oneiric default repositories | 12:48 |
*** redconnection has quit IRC | 12:50 | |
*** krow has joined #openstack | 12:50 | |
amatk | basically followed this guide: http://docs.openstack.org/diablo/openstack-compute/starter/content/Installation_and_configuration-d1e385.html | 12:51 |
*** Vivek has joined #openstack | 12:55 | |
*** Vivek is now known as Guest15009 | 12:55 | |
*** wilmoore has quit IRC | 12:56 | |
*** shaibn has quit IRC | 12:56 | |
*** zykes- has joined #openstack | 13:00 | |
*** bombay has joined #openstack | 13:00 | |
*** bombay has left #openstack | 13:01 | |
*** alperkanat has quit IRC | 13:01 | |
*** osier has quit IRC | 13:05 | |
*** hugo_kuo has joined #openstack | 13:15 | |
*** ben_duyujie has joined #openstack | 13:19 | |
*** livemoon has quit IRC | 13:20 | |
hugo_kuo | Does there any possible to run with Nova diablo with latest glance …. | 13:21 |
hugo_kuo | bcd latest glance use UUID as image ID | 13:22 |
*** RobertLaptop has joined #openstack | 13:22 | |
hugo_kuo | but NOVA seems support only an int value in Diablo | 13:22 |
*** Silva has joined #openstack | 13:26 | |
amatk | ok I found some more miningfull error in the nova-compute log | 13:27 |
amatk | does anybody know the reason for this error: ERROR: trying to add VLAN #100 to IF -:br100:- error: No such device | 13:27 |
*** livemoon has joined #openstack | 13:29 | |
*** PotHix has joined #openstack | 13:32 | |
hugo_kuo | I think that br100 is not exist though | 13:34 |
*** mohits has joined #openstack | 13:36 | |
*** rajan has quit IRC | 13:37 | |
Silva | Hey. I have created a loopback device to use the nova-volumes, but when I reboot the machine the nova-volumes disappears. I think that I need put it in the fstab, does anybody know how I do it? What is the command that I need put there? | 13:37 |
*** krow has quit IRC | 13:37 | |
*** mohits1 has joined #openstack | 13:39 | |
*** mohits has quit IRC | 13:39 | |
*** mohits1 is now known as mohits | 13:40 | |
*** mohits has joined #openstack | 13:40 | |
livemoon | hi,huguo | 13:42 |
*** llang629 has quit IRC | 13:44 | |
hugo_kuo | hi | 13:44 |
*** llang629 has joined #openstack | 13:44 | |
*** heut2008 has quit IRC | 13:46 | |
*** hadrian has joined #openstack | 13:47 | |
livemoon | what about your test nova? | 13:47 |
livemoon | I have found some problem in these one month | 13:48 |
*** rustam has joined #openstack | 13:49 | |
uksysadmin | Silva, not sounding facetious but google's your friend and easier to explain: loop mount fstab shows lots of answers how to set it up in fstab - essentially: /dev/loop0 /mnt ext4 loop,auto 0 0 (or along those lines) | 13:51 |
hugo_kuo | playing with horizon today | 13:53 |
hugo_kuo | looks good | 13:53 |
hugo_kuo | but , failed to run diablo nova with other services in Essex ... | 13:54 |
hugo_kuo | I think the problem is on latest glance using UUID as image_ID .. | 13:54 |
hugo_kuo | but diablo nova could not resolve UUID :> | 13:55 |
*** WilliamHerry has quit IRC | 13:56 | |
zigo | After I uploaded XCP in Debian SID last week, I'm trying to test Openstack with it. I get this: http://paste.debian.net/150381/ | 13:56 |
zigo | Anyone knows how I can solve this? | 13:56 |
zigo | Seems an issue in Essex. | 13:56 |
zigo | Maybe it was built against an old version of the XAPI python lib ... | 13:57 |
*** mjfork has joined #openstack | 13:58 | |
livemoon | glance db sync | 13:58 |
livemoon | hugo: I guess | 13:59 |
livemoon | my nova-compute always stop | 13:59 |
livemoon | and sometime nova-network will be error and stop | 14:00 |
*** scalability-junk has joined #openstack | 14:00 | |
*** zykes- has quit IRC | 14:03 | |
*** bepernoot has joined #openstack | 14:07 | |
*** PeteDaGuru has joined #openstack | 14:11 | |
*** zykes- has joined #openstack | 14:13 | |
*** Guest15009 is now known as Vivek | 14:19 | |
*** Vivek has joined #openstack | 14:19 | |
*** dprince has joined #openstack | 14:21 | |
*** livemoon has left #openstack | 14:27 | |
*** bcwaldon has joined #openstack | 14:27 | |
*** dspano has joined #openstack | 14:28 | |
*** kbringard has joined #openstack | 14:31 | |
*** rustam has quit IRC | 14:32 | |
*** rustam has joined #openstack | 14:32 | |
*** rustam has quit IRC | 14:34 | |
*** siwos has quit IRC | 14:34 | |
*** rustam has joined #openstack | 14:34 | |
*** Oneiroi has joined #openstack | 14:36 | |
*** Oneiroi has quit IRC | 14:36 | |
*** Oneiroi has joined #openstack | 14:36 | |
*** kbringard has quit IRC | 14:40 | |
*** kbringard has joined #openstack | 14:40 | |
*** fishguy has joined #openstack | 14:42 | |
dspano | Does anyone know if keystone has been ported to ubuntu maverick yet? | 14:43 |
uvirtbot | New bug: #909373 in nova "nova-compute-xen fails to contact XCP" [Undecided,New] https://launchpad.net/bugs/909373 | 14:43 |
*** jcapel has joined #openstack | 14:44 | |
*** zigo has quit IRC | 14:44 | |
jcapel | does anywhere know where keystone tracks it's open issues? https://bugs.launchpad.net/~keystone is very empty | 14:46 |
*** phschwartz has quit IRC | 14:52 | |
jcapel | ah.. here... https://bugs.launchpad.net/keystone :) | 14:52 |
*** cloudgeek has joined #openstack | 14:52 | |
*** ldlework has joined #openstack | 14:53 | |
*** sword- has joined #openstack | 14:56 | |
*** phschwartz has joined #openstack | 14:58 | |
*** GheRivero has joined #openstack | 15:01 | |
*** tryggvil__ has quit IRC | 15:07 | |
*** rnorwood has joined #openstack | 15:16 | |
*** judd7 has joined #openstack | 15:19 | |
*** kbringard has quit IRC | 15:21 | |
*** kbringard has joined #openstack | 15:21 | |
*** dillon-w has joined #openstack | 15:22 | |
dillon-w | greetings | 15:23 |
*** clopez has joined #openstack | 15:24 | |
dillon-w | i'm using GridDynamics' RHEL package. i encountered some problem when launching new instances. compute node failed to inject ssh key. | 15:24 |
*** bombay has joined #openstack | 15:25 | |
dillon-w | is anyone else here using GridDynamics package? | 15:25 |
*** lionel has quit IRC | 15:25 | |
*** leifmadsen has joined #openstack | 15:25 | |
*** hub_cap has joined #openstack | 15:25 | |
jcapel | dillon-w: we're only using it for Swift | 15:25 |
*** tjikkun has joined #openstack | 15:26 | |
*** tjikkun has joined #openstack | 15:26 | |
dillon-w | jcapel, :( | 15:26 |
dillon-w | GridDynamic guys may already gone for sleep. | 15:27 |
*** lionel has joined #openstack | 15:27 | |
dillon-w | BK_man is in Russia | 15:27 |
uvirtbot | New bug: #909396 in keystone "invalid sha512-crypt hash with ldap backend" [Undecided,New] https://launchpad.net/bugs/909396 | 15:28 |
*** MrHeat has joined #openstack | 15:31 | |
MrHeat | Anyone knows what euca-monitor-instances do? and how they work? i tried to make it work... | 15:31 |
*** LeanReox has joined #openstack | 15:34 | |
LeanReox | Hi guys, anybode know how to fix the RabbiMQ error on Diablo " 406, u"PRECONDITION_FAILED - cannot redeclare exchange 'nova' in vhost '/' " | 15:34 |
LeanReox | i tried restarting Rabbit | 15:34 |
LeanReox | reseting it | 15:34 |
LeanReox | deleting the quees with amqp ruby utils | 15:35 |
*** Razique has joined #openstack | 15:35 | |
*** jameschen1287 has quit IRC | 15:35 | |
LeanReox | anyone faced it ? | 15:35 |
LeanReox | anybode know how to fix the RabbiMQ error on Diablo " 406, u"PRECONDITION_FAILED - cannot redeclare exchange 'nova' in vhost '/' " | 15:36 |
*** ejat has joined #openstack | 15:38 | |
LeanReox | anybody know how to fix the RabbiMQ error on Diablo " 406, u"PRECONDITION_FAILED - cannot redeclare exchange 'nova' in vhost '/' " | 15:40 |
mjfork | dillon-w: what is in your nova-compute.log on teh machine launching? | 15:43 |
*** zzed has joined #openstack | 15:45 | |
*** redconnection has joined #openstack | 15:47 | |
*** tryggvil_ has joined #openstack | 15:48 | |
LeanReox | hell anyone with AMQP ? http://pastebin.com/8X3j4g8e | 15:49 |
Birk_ | mjfork: Thanks for your help yesterday. We have solved the problem and now we can ping the VM's outside the network. We changed the multi_host flag to 1 in networks table and installed nova-network on all nodes then rebooted all nodes. We are still having some issues with the IP adresses when restarting nova-network, we are investigating that. | 15:52 |
mjfork | Birk_: good news | 15:52 |
*** uksysadmin has quit IRC | 15:54 | |
*** yshh has joined #openstack | 15:54 | |
*** cp16net has joined #openstack | 15:55 | |
*** danishman has quit IRC | 15:56 | |
*** rnorwood has quit IRC | 15:57 | |
*** Oneiroi has quit IRC | 15:58 | |
*** daysmen_ has joined #openstack | 15:59 | |
uvirtbot | New bug: #909408 in glance "Glance tests failing in python 2.6 with AssertIsNone" [Undecided,New] https://launchpad.net/bugs/909408 | 16:01 |
*** redconnection has quit IRC | 16:01 | |
*** guigui has quit IRC | 16:01 | |
dillon-w | mjfork, i think i just fixed the problem. | 16:03 |
mjfork | ok | 16:04 |
dillon-w | mjfork, the problem was caused by incorrect version of qemu introduced by GridDynamics, it replaced RHEL's qemu-kvm package, but that caused libguestfs failure. | 16:04 |
*** ejat has quit IRC | 16:05 | |
dillon-w | mjfork, i need to report to GridDynamics for this, they should have tested it before putting packages into yum repository | 16:05 |
dillon-w | mjfork, anyway, thanks for offering help. | 16:07 |
*** Razique has quit IRC | 16:08 | |
*** Razique has joined #openstack | 16:08 | |
*** freeflyi1g has joined #openstack | 16:10 | |
*** llang629 has left #openstack | 16:11 | |
*** ejat has joined #openstack | 16:11 | |
*** freeflying has quit IRC | 16:13 | |
*** cp16net has quit IRC | 16:15 | |
*** cp16net has joined #openstack | 16:15 | |
*** hub_cap has quit IRC | 16:17 | |
*** hub_cap has joined #openstack | 16:17 | |
*** mohits has quit IRC | 16:19 | |
*** Damianz has joined #openstack | 16:22 | |
*** spiffxp has joined #openstack | 16:22 | |
*** Hakon|mbp has joined #openstack | 16:23 | |
*** jdg has joined #openstack | 16:25 | |
*** rnorwood has joined #openstack | 16:25 | |
*** tryggvil__ has joined #openstack | 16:27 | |
*** tryggvil_ has quit IRC | 16:28 | |
*** bepernoot has quit IRC | 16:29 | |
*** jdg has quit IRC | 16:34 | |
*** jdg has joined #openstack | 16:34 | |
*** troytoman-away is now known as troytoman | 16:35 | |
*** jog0 has quit IRC | 16:35 | |
*** leifmadsen has quit IRC | 16:36 | |
*** Vivek has quit IRC | 16:38 | |
*** gyee has joined #openstack | 16:39 | |
*** dillon-w has quit IRC | 16:39 | |
*** cloudgeek has quit IRC | 16:40 | |
*** Ryan_Lane has joined #openstack | 16:41 | |
*** Hakon|mbp has quit IRC | 16:42 | |
*** ben_duyujie has quit IRC | 16:42 | |
*** spiffxp has quit IRC | 16:46 | |
*** mtaylor has quit IRC | 16:51 | |
*** mtaylor has joined #openstack | 16:51 | |
*** mtaylor has quit IRC | 16:51 | |
*** mtaylor has joined #openstack | 16:51 | |
*** ChanServ sets mode: +v mtaylor | 16:51 | |
LeanReox | hell anyone with AMQP ? http://pastebin.com/8X3j4g8e | 16:55 |
*** rnorwood1 has joined #openstack | 16:55 | |
*** rnorwood has quit IRC | 16:55 | |
*** cloudgeek has joined #openstack | 16:56 | |
*** mohits has joined #openstack | 16:59 | |
*** rnorwood1 has quit IRC | 17:00 | |
*** rnorwood has joined #openstack | 17:02 | |
*** spiffxp has joined #openstack | 17:02 | |
*** bcwaldon has quit IRC | 17:02 | |
*** bombay is now known as fayce | 17:02 | |
*** misheska has joined #openstack | 17:06 | |
*** tmichael has joined #openstack | 17:10 | |
*** Razique has quit IRC | 17:11 | |
*** rnirmal has joined #openstack | 17:14 | |
*** misheska has quit IRC | 17:14 | |
*** koolhead17 has joined #openstack | 17:14 | |
*** n0ano has joined #openstack | 17:16 | |
*** johnpur has quit IRC | 17:16 | |
*** rnorwood has quit IRC | 17:17 | |
*** warik has joined #openstack | 17:19 | |
*** zigo has joined #openstack | 17:20 | |
*** ejat has quit IRC | 17:26 | |
*** dotdevops has joined #openstack | 17:27 | |
*** katkee has quit IRC | 17:27 | |
*** tdi has quit IRC | 17:30 | |
*** warik_ has joined #openstack | 17:31 | |
*** bepernoot has joined #openstack | 17:32 | |
*** warik has quit IRC | 17:35 | |
*** warik_ is now known as warik | 17:35 | |
*** bcwaldon has joined #openstack | 17:39 | |
*** bcwaldon has quit IRC | 17:40 | |
sword- | anyone chat in here often? | 17:41 |
sword- | started using openstack | 17:42 |
*** jdurgin has joined #openstack | 17:42 | |
*** bcwaldon has joined #openstack | 17:43 | |
*** hugo_kuo has quit IRC | 17:46 | |
*** rnorwood has joined #openstack | 17:46 | |
*** mohits has quit IRC | 17:53 | |
*** MrHeat has quit IRC | 17:53 | |
*** shayatou has quit IRC | 17:53 | |
*** mnour has quit IRC | 17:54 | |
*** warik has quit IRC | 18:01 | |
*** warik has joined #openstack | 18:02 | |
*** lloydde has joined #openstack | 18:06 | |
*** andrewbogott has joined #openstack | 18:12 | |
*** ejat has joined #openstack | 18:14 | |
*** lionel has quit IRC | 18:19 | |
*** vishy has joined #openstack | 18:19 | |
*** lionel has joined #openstack | 18:19 | |
*** yamahata_ has quit IRC | 18:26 | |
*** yamahata_ has joined #openstack | 18:27 | |
*** kbringard has quit IRC | 18:27 | |
*** misheska has joined #openstack | 18:29 | |
*** Silva has quit IRC | 18:29 | |
*** nati2 has joined #openstack | 18:30 | |
*** jog0 has joined #openstack | 18:33 | |
*** jog0 has left #openstack | 18:34 | |
*** tryggvil__ has quit IRC | 18:35 | |
*** tmichael has quit IRC | 18:38 | |
*** katkee has joined #openstack | 18:39 | |
*** tdi has joined #openstack | 18:39 | |
*** n0ano has quit IRC | 18:40 | |
*** surya has joined #openstack | 18:42 | |
*** zigo has quit IRC | 18:42 | |
*** bepernoot has quit IRC | 18:42 | |
surya | hi | 18:42 |
*** sdake has quit IRC | 18:53 | |
*** Ryan_Lane has quit IRC | 18:54 | |
*** n0ano has joined #openstack | 18:56 | |
*** surya has quit IRC | 18:57 | |
*** bepernoot has joined #openstack | 19:01 | |
*** jdg1 has joined #openstack | 19:01 | |
*** jdg has quit IRC | 19:01 | |
*** jdg1 has left #openstack | 19:02 | |
*** misheska has quit IRC | 19:03 | |
*** jdg has joined #openstack | 19:05 | |
*** tmichael has joined #openstack | 19:07 | |
*** arBmind has quit IRC | 19:13 | |
*** Ryan_Lane has joined #openstack | 19:15 | |
*** Ryan_Lane1 has joined #openstack | 19:16 | |
*** rustam has quit IRC | 19:18 | |
*** Ryan_Lane has quit IRC | 19:19 | |
LeanReox | guys | 19:24 |
LeanReox | AMQPChannelException: (406, u"PRECONDITION_FAILED - cannot redeclare exchange 'scheduler_fanout' in vhost '/' with different type, durable or autodelete value", (40, 10), ' | 19:24 |
LeanReox | anybody ? | 19:24 |
LeanReox | same on network | 19:24 |
LeanReox | and compute | 19:24 |
LeanReox | precon failed | 19:24 |
*** Oneiroi has joined #openstack | 19:25 | |
*** Ryan_Lane1 has quit IRC | 19:26 | |
*** Ryan_Lane1 has joined #openstack | 19:26 | |
*** Ryan_Lane1 is now known as Ryan_Lane | 19:26 | |
*** swill has joined #openstack | 19:30 | |
*** swill has left #openstack | 19:31 | |
*** swill has joined #openstack | 19:31 | |
*** swill has joined #openstack | 19:33 | |
swill | pilot | 19:33 |
swill | sorry wrong window... :) | 19:33 |
swill | has anyone here ever tried to set ACL using S3 with the swift3 middleware? | 19:34 |
*** krow has joined #openstack | 19:37 | |
*** pixelbeat has quit IRC | 19:39 | |
*** voxfiles has joined #openstack | 19:40 | |
*** misheska has joined #openstack | 19:46 | |
*** rnorwood has quit IRC | 19:47 | |
dspano | LeanReox: Did you check your rabbitmq logs? The only thing I saw on your error was thishttps://answers.launchpad.net/nova/+question/163562 | 19:49 |
LeanReox | i saw that too dspano | 19:50 |
LeanReox | im on the last version of nova api and etc dspano | 19:51 |
dspano | dspano: I never ran into that error before. I'm using ubuntu 10, but not the version of rabbitmq that comes with it. I used the debs from rabbitmq.com http://www.rabbitmq.com/releases/rabbitmq-server/v2.7.1/rabbitmq-server_2.7.1-1_all.deb | 19:52 |
swill | from what I can tell looking at the swift3 code, there is no built in support for setting acl on buckets and objects. if i need it, should i just write it and submit a patch to the official code? | 19:53 |
dspano | I have an HA cloud controller and I was having a hard time getting the version of rabbitmq that shipped with ubuntu 10 to work with pacemaker. | 19:54 |
LeanReox | dspano: upgraded nova from trunk restarted rabbit already | 19:55 |
LeanReox | deleted the queus with ruby ampq tools | 19:55 |
LeanReox | dont know what to do | 19:56 |
dspano | Are you using this ppa ppa:openstack-release/2011.3? | 19:58 |
*** nati2 has quit IRC | 19:59 | |
*** nati2 has joined #openstack | 19:59 | |
*** Oneiroi has quit IRC | 19:59 | |
notmyname | swill: that would be great | 20:02 |
*** nati2_ has joined #openstack | 20:03 | |
swill | notmyname: ok, i am not sure how extensive of an implementation i need, but I will probably do the 'canned' acl options anyway: private, public-read, public-read-write, authenticated-read | 20:04 |
*** nati2 has quit IRC | 20:05 | |
*** fayce has quit IRC | 20:06 | |
swill | notmyname: is there any additional documention i should be looking at for a direct integration of .r:* and .rlistings and such? | 20:06 |
swill | notmyname: is there other options beyond those two built in? | 20:06 |
swill | (i understand that you can do a lot with the .r:* format) | 20:07 |
*** Martz has left #openstack | 20:09 | |
*** bepernoot has quit IRC | 20:09 | |
*** MarkAtwood has quit IRC | 20:20 | |
*** nati2_ has quit IRC | 20:22 | |
*** nati2 has joined #openstack | 20:22 | |
*** rnorwood has joined #openstack | 20:23 | |
*** rnorwood has quit IRC | 20:30 | |
*** rnorwood has joined #openstack | 20:31 | |
*** rnorwood1 has joined #openstack | 20:31 | |
*** j^2 has quit IRC | 20:34 | |
*** MarkAtwood has joined #openstack | 20:34 | |
*** rnorwood has quit IRC | 20:34 | |
*** j^2 has joined #openstack | 20:34 | |
*** willaerk has joined #openstack | 20:34 | |
Ryan_Lane | how can I tell if a live migration is working or not? | 20:35 |
*** dotdevops1 has joined #openstack | 20:36 | |
Ryan_Lane | I see no errors in my scheduler or compute logs | 20:36 |
Ryan_Lane | but the instance hasn't moved | 20:36 |
*** cereal_bars has joined #openstack | 20:36 | |
*** dotdevops has quit IRC | 20:37 | |
*** nati2_ has joined #openstack | 20:39 | |
*** nati2 has quit IRC | 20:41 | |
*** rnorwood1 has quit IRC | 20:41 | |
mjfork | Ryan_Lane: is there an error on the destination perhaps? | 20:42 |
Ryan_Lane | nope | 20:42 |
Ryan_Lane | I see no errors anywhere | 20:42 |
mjfork | can you pastebin the logS? | 20:43 |
*** rnorwood has joined #openstack | 20:45 | |
*** bcwaldon has quit IRC | 20:45 | |
Ryan_Lane | it's funny. it seems it goes though most of the steps on the destination | 20:45 |
*** LeanReox has quit IRC | 20:47 | |
*** bcwaldon has joined #openstack | 20:50 | |
Ryan_Lane | ah. I think I see the problem | 20:50 |
mjfork | cool | 20:50 |
Ryan_Lane | I'm using qemu+ssh | 20:50 |
Ryan_Lane | but only nova user has keys | 20:50 |
Ryan_Lane | seems root may also need keys | 20:50 |
Ryan_Lane | Dec 28 20:26:20 <destination-host> sshd[28799]: Failed password for root from <ip> port 40247 ssh2 | 20:51 |
mjfork | yep. | 20:52 |
mjfork | is compute running as root on one box ? | 20:52 |
Ryan_Lane | no | 20:52 |
Ryan_Lane | nova everywhere | 20:52 |
Ryan_Lane | but I'm betting nova runs a command via sudo | 20:52 |
mjfork | yeah | 20:53 |
Ryan_Lane | I guess I could use sasl with tls, that's a pain, though | 20:54 |
uvirtbot | New bug: #909483 in nova "server object not returning anything for get_console_output" [Undecided,New] https://launchpad.net/bugs/909483 | 20:56 |
*** PeteDaGuru has left #openstack | 20:57 | |
notmyname | swill: I think the trick is translating the s3 ACLs into the ACLs that swift supports. since I can't find the docs for swift acls, here's the link to my blog that describes them http://programmerthoughts.com/openstack/swift-permissions/ | 21:01 |
*** clopez has quit IRC | 21:02 | |
swill | notmyname: ok. i understand how referrers works as well as what you have in your blog post, so between the two i should be able to figure it out. thanks... | 21:03 |
swill | notmyname: thanks | 21:03 |
notmyname | hmm...maybe the (limited) info on http://swift.openstack.org/development_auth.html is what I was looking for | 21:04 |
notmyname | ya, the basic idea is read, write, public (ie .r:*), and listings. not sure how all of those translate to the s3 ones | 21:04 |
swill | notmyname: ya i have looked at all of these already when writing the auth part. i will spend a bunch of time with the swift code and hopefully it is documented reasonably well. :) | 21:05 |
*** zzed has quit IRC | 21:05 | |
swill | notmyname: i usually end up using the actual code as a reference. safest way. | 21:06 |
*** MarkAtwood has quit IRC | 21:10 | |
*** bilal has joined #openstack | 21:11 | |
*** dprince has quit IRC | 21:15 | |
*** judd7 has quit IRC | 21:16 | |
notmyname | swill: indeed :-) | 21:16 |
*** judd7 has joined #openstack | 21:16 | |
*** bengrue has joined #openstack | 21:21 | |
*** aschmitz has joined #openstack | 21:22 | |
*** dotdevops1 has quit IRC | 21:25 | |
*** dotdevops has joined #openstack | 21:25 | |
uvirtbot | New bug: #909495 in horizon "Consistent terminology for Project/Dashboard/Tenant" [Medium,Confirmed] https://launchpad.net/bugs/909495 | 21:25 |
aschmitz | I've set up OpenStack on a server using DevStack (with the defaults, other than IP addresses), and things seem to be working, more or less. I'm having trouble with disk access speeds though, getting only roughly 3 MB/s. What are some things I can do to make that faster? | 21:29 |
*** pixelbeat has joined #openstack | 21:34 | |
*** bepernoot has joined #openstack | 21:37 | |
*** bilal has quit IRC | 21:37 | |
aschmitz | In particular, it looks like setting cache=writeback on the disks would be good, but I don't know where to add that into OpenStack's VM-launching template. Can someone point me in the right direction? | 21:38 |
*** lts has joined #openstack | 21:39 | |
*** lts has quit IRC | 21:39 | |
mjfork | aschmitz: is that a setting that goes in teh libvirt template? | 21:40 |
*** nati2 has joined #openstack | 21:40 | |
aschmitz | mjfork: Theoretically, yes. | 21:41 |
mjfork | aschmitz: i have no idea wether that is a good idea or not, but look at nova/virt/libvirt.xml.template | 21:41 |
*** rnirmal has quit IRC | 21:41 | |
nhm | aschmitz: Is this nova-volume? | 21:42 |
*** nati2_ has quit IRC | 21:42 | |
aschmitz | I guess I don't know. It's all installed together on one computer with devstack, and I'm not yet clear on where the lines are between the different pieces of nova. | 21:42 |
mjfork | aschmitz: is it it the root disk, or an additional attachaed voume? | 21:42 |
aschmitz | mjfork: The root disk, although it appears to the guest OS as two volumes(? at least, the Oneiric guest image mounts most of the image under /mnt, with a small root partition). | 21:43 |
mjfork | yeah, the first 10GB is / | 21:44 |
mjfork | so, yes, look at that libvirt template I sent | 21:44 |
mjfork | you should be able to modify that and have it apply to new guests | 21:44 |
aschmitz | (Aside: is there a way to change that so everything is / ?) | 21:44 |
mjfork | aschmitz: yes, but it is not always a good idea (depends on use case) | 21:44 |
*** HowardRoark has joined #openstack | 21:45 | |
aschmitz | I suppose that's probably true. Is there somewhere I should look in case I want to check it out at some point? | 21:45 |
mjfork | getting flag | 21:45 |
mjfork | --minimum_root_size | 21:46 |
mjfork | minimum_root_size: minimum size in bytes of root partition (default: '10737418240') (an integer) | 21:46 |
*** rustam has joined #openstack | 21:47 | |
aschmitz | Ah. Where should I be passing that? Is that a cloud-init type thing, or somewhere before then? | 21:47 |
mjfork | set it in nova.conf | 21:48 |
aschmitz | Oh, sure. Thanks. | 21:48 |
mjfork | yep - be sure to restart nova-compute to pick it up | 21:48 |
*** yamahata_ has quit IRC | 21:55 | |
*** yamahata_ has joined #openstack | 21:55 | |
*** GheRivero has quit IRC | 21:56 | |
*** MarkAtwood has joined #openstack | 22:00 | |
*** gasbakid has joined #openstack | 22:06 | |
*** bepernoot has quit IRC | 22:08 | |
*** hub_cap has quit IRC | 22:16 | |
*** Brune has joined #openstack | 22:18 | |
*** Brune has left #openstack | 22:19 | |
*** bcwaldon has quit IRC | 22:19 | |
*** swill has quit IRC | 22:19 | |
*** gasbakid has quit IRC | 22:25 | |
*** cp16net has quit IRC | 22:25 | |
*** katkee has quit IRC | 22:27 | |
*** stewart has quit IRC | 22:27 | |
*** stewart has joined #openstack | 22:28 | |
*** cloudgeek has quit IRC | 22:39 | |
*** dspano has quit IRC | 22:42 | |
*** PotHix has quit IRC | 22:50 | |
*** spiffxp has quit IRC | 22:50 | |
*** dragondm has joined #openstack | 22:50 | |
*** cloudgeek has joined #openstack | 22:56 | |
*** MarkAtwood has quit IRC | 22:57 | |
*** Gordonz has joined #openstack | 23:02 | |
*** davlap has quit IRC | 23:03 | |
*** hub_cap has joined #openstack | 23:06 | |
*** hub_cap has quit IRC | 23:06 | |
*** cereal_bars has quit IRC | 23:07 | |
*** gasbakid has joined #openstack | 23:13 | |
*** HowardRoark has quit IRC | 23:13 | |
*** Hakon|mbp has joined #openstack | 23:16 | |
*** gasbakid has quit IRC | 23:17 | |
*** Hakon|mbp has quit IRC | 23:25 | |
*** huslage has joined #openstack | 23:29 | |
*** bilal has joined #openstack | 23:36 | |
*** bilal has joined #openstack | 23:36 | |
*** nati2 has quit IRC | 23:40 | |
*** nati2 has joined #openstack | 23:41 | |
uvirtbot | New bug: #909527 in nova "Incorrect data in 's3_images' table after euca-describe-images command runs" [Undecided,New] https://launchpad.net/bugs/909527 | 23:46 |
*** Gordonz_ has joined #openstack | 23:46 | |
*** spiffxp has joined #openstack | 23:47 | |
*** Ryan_Lane has quit IRC | 23:48 | |
*** Gordonz has quit IRC | 23:49 | |
*** gasbakid has joined #openstack | 23:53 | |
*** RobertLaptop has left #openstack | 23:58 | |
*** bilal has quit IRC | 23:58 | |
*** gasbakid has quit IRC | 23:59 | |
aschmitz | mjfork: The libvirt template pointer seems to have worked. Thanks for your help! | 23:59 |
*** bilal has joined #openstack | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!