*** jplewi has quit IRC | 00:00 | |
tscopp | Well, I'm not a novice to linux. I deployed it all via the puppetized howto I found online and it seems like it *mostly* works, it's just hitting some error and I'm not familiar enough to know what logs to look at | 00:00 |
---|---|---|
*** desai has joined #openstack | 00:01 | |
*** dwcramer has joined #openstack | 00:02 | |
*** szaydel has quit IRC | 00:02 | |
*** lggr has joined #openstack | 00:02 | |
*** paltman has quit IRC | 00:03 | |
*** hemna has quit IRC | 00:05 | |
*** ahasenack has quit IRC | 00:05 | |
*** paltman has joined #openstack | 00:06 | |
*** colinmcnamara has quit IRC | 00:06 | |
*** lggr has quit IRC | 00:09 | |
*** dastergon has quit IRC | 00:10 | |
tscopp | Gah. So it worked once, and I have a functioning instance. And then I tried to make another (five or so times) and it fails. | 00:10 |
uvirtbot | New bug: #1065319 in quantum "The extension manager does not care about order of modules" [Undecided,New] https://launchpad.net/bugs/1065319 | 00:11 |
*** lggr has joined #openstack | 00:12 | |
khero | tscopp how did you fix it in the first one? | 00:12 |
ev0ldave | tscopp, when you create an instance it does the following, makes request to nova-api, schedules in nova-scheduler on controller. determines the compute node to send to and sends message via rabbitmq. nova-compute builds the instance | 00:12 |
*** szaydel has joined #openstack | 00:13 | |
tscopp | khero: nothing changed. My operating theory is that one of my 4 compute nodes is working and it's just the luck of the draw if the task gets allocated there | 00:13 |
ev0ldave | tscopp. so places to check. /var/log/nova/nova-scheduler.log on controller, find the compute node it was sent to if it made it that far or see what filter failed | 00:13 |
ev0ldave | then /var/log/nova/nova-compute.log if it made it to compute node and see what failed there | 00:13 |
tscopp | hmm.. so it seems like it made it through the scheduler, there are what look like correct rpc calls | 00:14 |
ev0ldave | then it should say what compute node it was sent to | 00:14 |
tscopp | it does, do I have to check the log on that compute node? | 00:15 |
tscopp | or on the controller? | 00:15 |
ev0ldave | everytime you spawn an instance it will check ram/cpu/disk filters to determine which node to send to, you should see ram.filter with pass or fail. yada yada for cpu and disk | 00:15 |
ev0ldave | on the compute node | 00:15 |
tscopp | ah ok | 00:15 |
tscopp | that would explain why I'm not seeing anything particularly error-y on the controller | 00:15 |
*** jemartin has quit IRC | 00:15 | |
ev0ldave | yeah, as far as it's concerned it did its job | 00:16 |
ev0ldave | brb, dinner | 00:16 |
Ryan_Lane | is there any way for me to delete a flavor that's in use? | 00:17 |
Ryan_Lane | really I just want it to not show as an option any more | 00:17 |
*** danblack has quit IRC | 00:17 | |
Ryan_Lane | if I delete one that's in use, it causes 500 errors | 00:17 |
Ryan_Lane | when listing and such | 00:18 |
*** lggr has quit IRC | 00:18 | |
*** ijw has quit IRC | 00:19 | |
tscopp | okay, so it looks like libvirtError: Unable to read from monitor: Connection reset by peer | 00:20 |
*** roge has quit IRC | 00:21 | |
*** rstarmer has quit IRC | 00:22 | |
*** lggr has joined #openstack | 00:22 | |
*** judd7_ has joined #openstack | 00:22 | |
tscopp | okay, so this is where it all appears to begin: Stderr: 'device-mapper: resume ioctl failed: Invalid argument\ncreate/reload failed on nbd15p1\n' from (pid=19746) trycmd /usr/lib/python2.7/dist-packages/nova/utils.py:277 | 00:23 |
*** judd7_ has quit IRC | 00:24 | |
*** judd7 has quit IRC | 00:25 | |
*** zach_mtu has quit IRC | 00:26 | |
tscopp | yeah, it's failing to create whatever /dev/nbd15p1 is, and then when it tries to access it, it go boom. | 00:26 |
*** blimus has joined #openstack | 00:26 | |
*** mkouhei has joined #openstack | 00:27 | |
*** riskable has joined #openstack | 00:27 | |
*** warik has left #openstack | 00:27 | |
*** lggr has quit IRC | 00:29 | |
*** sudorandom has joined #openstack | 00:30 | |
*** udagawa has quit IRC | 00:31 | |
*** lggr has joined #openstack | 00:31 | |
*** gohko_na_ has joined #openstack | 00:31 | |
*** udagawa has joined #openstack | 00:31 | |
*** littleidea has joined #openstack | 00:32 | |
*** colinmcnamara has joined #openstack | 00:32 | |
*** mishin has quit IRC | 00:33 | |
*** gohko_nao has quit IRC | 00:33 | |
*** jcooley has quit IRC | 00:34 | |
*** lggr has quit IRC | 00:38 | |
*** dhellmann has quit IRC | 00:40 | |
*** danblack has joined #openstack | 00:40 | |
*** dhellmann has joined #openstack | 00:40 | |
*** lggr has joined #openstack | 00:41 | |
colon_D | if my controller goes offline are my compute nodes actually gimped in any serious way? their VMs should just continue on churning? | 00:43 |
*** sacharya has joined #openstack | 00:44 | |
*** Blackavar has quit IRC | 00:46 | |
*** zach_mtu has joined #openstack | 00:47 | |
*** mishin has joined #openstack | 00:47 | |
*** lggr has quit IRC | 00:48 | |
*** lggr has joined #openstack | 00:51 | |
*** mnewby has quit IRC | 00:53 | |
*** Ryan_Lane has quit IRC | 00:54 | |
*** mnewby has joined #openstack | 00:55 | |
*** lggr has quit IRC | 00:57 | |
*** sunilthaha has joined #openstack | 00:58 | |
*** tmichael has quit IRC | 00:58 | |
*** huaia has joined #openstack | 00:59 | |
*** lggr has joined #openstack | 01:00 | |
*** mrjazzcat has quit IRC | 01:00 | |
*** colinmcnamara has quit IRC | 01:03 | |
larsks | colon_D: Yes, virtual instances will continue to run even if you kill your controller. | 01:06 |
larsks | You can restart pretty much everything without damage. | 01:07 |
*** lggr has quit IRC | 01:07 | |
colon_D | larsks: That's awesome! Thanks | 01:07 |
*** jemartin has joined #openstack | 01:07 | |
*** tualatrix has joined #openstack | 01:08 | |
*** lggr has joined #openstack | 01:10 | |
*** tgall_foo has joined #openstack | 01:11 | |
*** roge has joined #openstack | 01:11 | |
*** sudorandom has quit IRC | 01:11 | |
*** tmichael has joined #openstack | 01:15 | |
*** lggr has quit IRC | 01:17 | |
*** scotm has joined #openstack | 01:17 | |
*** rnorwood2 has joined #openstack | 01:17 | |
*** littleidea has quit IRC | 01:18 | |
*** wabat has quit IRC | 01:18 | |
*** xchu has joined #openstack | 01:19 | |
*** lggr has joined #openstack | 01:20 | |
*** jakkudanieru has quit IRC | 01:20 | |
*** jakkudanieru has joined #openstack | 01:21 | |
*** sniperd has quit IRC | 01:21 | |
*** littleidea has joined #openstack | 01:23 | |
*** blimus has quit IRC | 01:23 | |
*** roge has quit IRC | 01:23 | |
*** Elsvent has joined #openstack | 01:25 | |
*** sunilthaha has quit IRC | 01:26 | |
*** mishin has quit IRC | 01:26 | |
*** paltman has quit IRC | 01:26 | |
*** rnorwood1 has quit IRC | 01:26 | |
*** freeflyi1g has joined #openstack | 01:26 | |
*** paltman_ has joined #openstack | 01:26 | |
*** lggr has quit IRC | 01:26 | |
*** datajerk has joined #openstack | 01:27 | |
*** danblack has quit IRC | 01:27 | |
*** freeflying has quit IRC | 01:27 | |
*** blamar has quit IRC | 01:27 | |
*** JayLee has joined #openstack | 01:28 | |
*** Ryan_Lane has joined #openstack | 01:28 | |
*** JJoa has joined #openstack | 01:28 | |
*** comptona has quit IRC | 01:28 | |
*** lggr has joined #openstack | 01:29 | |
*** dstufft|laptop has quit IRC | 01:29 | |
*** kevein has joined #openstack | 01:30 | |
*** zach_mtu has quit IRC | 01:32 | |
*** mishin has joined #openstack | 01:32 | |
*** sunilthaha has joined #openstack | 01:33 | |
*** aeperezt has quit IRC | 01:34 | |
*** scotm has quit IRC | 01:35 | |
*** reed has quit IRC | 01:35 | |
*** Ryan_Lane has quit IRC | 01:36 | |
*** lggr has quit IRC | 01:37 | |
*** sandywalsh has quit IRC | 01:37 | |
*** dastergon has joined #openstack | 01:38 | |
*** roaet-away is now known as roaet | 01:39 | |
*** lggr has joined #openstack | 01:40 | |
*** Elsvent has quit IRC | 01:41 | |
*** lggr has quit IRC | 01:46 | |
*** lggr has joined #openstack | 01:49 | |
*** reed has joined #openstack | 01:49 | |
*** aliguori has quit IRC | 01:49 | |
*** datajerk has quit IRC | 01:49 | |
*** erkules has quit IRC | 01:49 | |
*** aliguori has joined #openstack | 01:50 | |
*** szaydel has quit IRC | 01:50 | |
*** tongli has joined #openstack | 01:50 | |
tongli | @notmyname, john, u there? | 01:50 |
*** GE3Y has quit IRC | 01:50 | |
*** jackh has joined #openstack | 01:51 | |
*** shang_ has quit IRC | 01:53 | |
*** danblack has joined #openstack | 01:53 | |
JayLee | I reported a bug about virtual interface creation error. https://bugs.launchpad.net/nova/+bug/1062097 | 01:53 |
*** roaet is now known as roaet-away | 01:54 | |
tongli | hi, anyone there who works on Swift, would like to ask a question. | 01:55 |
tongli | http://logs.openstack.org/14180/2/check/gate-swift-python26/782 : FAILURE | 01:55 |
*** lggr has quit IRC | 01:56 | |
*** roaet-away is now known as roaet | 01:56 | |
*** dwcramer has quit IRC | 01:57 | |
*** GE3Y has joined #openstack | 01:58 | |
*** lggr has joined #openstack | 01:59 | |
Qten | anyone have any advise on howto go about a multinode install, ie which roles are best split away from the compute node etc? | 02:01 |
JayLee | I want to fix that bug(https://bugs.launchpad.net/nova/+bug/1062097) Please, Confirm that bug | 02:02 |
*** erkules has joined #openstack | 02:03 | |
*** lggr has quit IRC | 02:05 | |
*** Apsu` has quit IRC | 02:06 | |
*** pvo has quit IRC | 02:06 | |
*** troytoman-away has quit IRC | 02:06 | |
*** dabo has quit IRC | 02:06 | |
*** cryptk|offline has quit IRC | 02:07 | |
*** gondoi has quit IRC | 02:07 | |
*** ayoung-afk is now known as ayoung | 02:07 | |
*** lggr has joined #openstack | 02:08 | |
*** dabo has joined #openstack | 02:10 | |
*** dwcramer has joined #openstack | 02:11 | |
*** akshaysth has joined #openstack | 02:13 | |
*** pvo has joined #openstack | 02:13 | |
*** nid0 has quit IRC | 02:15 | |
*** szaydel has joined #openstack | 02:15 | |
*** lggr has quit IRC | 02:15 | |
*** Apsu` has joined #openstack | 02:15 | |
*** gondoi has joined #openstack | 02:15 | |
JayLee | I want to fix that bug(https://bugs.launchpad.net/nova/+bug/1062097) Please, anyone confirm that bug | 02:15 |
*** troytoman-away has joined #openstack | 02:16 | |
*** cryptk has joined #openstack | 02:16 | |
*** tualatrix has quit IRC | 02:17 | |
zodiak | JayLee, confirm the bug ? | 02:17 |
*** tualatrix has joined #openstack | 02:17 | |
*** lggr has joined #openstack | 02:18 | |
*** Blackavar has joined #openstack | 02:18 | |
JayLee | Yes, Because that bug is not confirmed, I can't commit source about that- | 02:19 |
JayLee | Bug status is just 'New'. | 02:20 |
*** goldstein has joined #openstack | 02:21 | |
zodiak | JayLee, if you have a test case in python that repos it, I can confirm | 02:21 |
JayLee | Ok, I'll write, How can I repos it? | 02:22 |
zodiak | reproduce it via a unittest | 02:22 |
zodiak | repos == reproduce :) | 02:22 |
*** Elsvent has joined #openstack | 02:23 | |
zodiak | you will have to do that anyway for the patch to be accepted upstream | 02:23 |
JayLee | Yep, Ok- | 02:23 |
zodiak | you can also, btw, attach a plain old patch to the bug.. even if it's "new" | 02:23 |
zodiak | first things first, I would suggest you assign it to your launchpad id ;) | 02:24 |
*** Skutster has quit IRC | 02:24 | |
JayLee | zodiak, hmm | 02:25 |
JayLee | Yes, I changed assign to me. | 02:25 |
*** lggr has quit IRC | 02:25 | |
JayLee | And I try to change status from New to Confirmed by myself. | 02:25 |
zodiak | ah, yup, I see it's now assigned :) | 02:26 |
zodiak | well, you can't "confirm" your own bugs ;) | 02:26 |
JayLee | And It's OK! ... I don't know I have permission to change a status. | 02:26 |
*** clopez has joined #openstack | 02:26 | |
zodiak | O_o | 02:26 |
zodiak | okay, that's .. jst weird | 02:26 |
JayLee | Yep.. me too;; | 02:26 |
JayLee | Is it launchpad error?- | 02:27 |
*** Elsvent has quit IRC | 02:28 | |
*** lggr has joined #openstack | 02:28 | |
*** Guest40726 has joined #openstack | 02:28 | |
*** TheSphinX^ has joined #openstack | 02:30 | |
JayLee | I'm gointo lunch.. See u later. | 02:30 |
zodiak | yup.. have a good one | 02:31 |
*** zz_TheSphinX^ has quit IRC | 02:33 | |
*** szaydel has quit IRC | 02:33 | |
*** lggr has quit IRC | 02:35 | |
*** prometheanfire has joined #openstack | 02:36 | |
prometheanfire | does openstack support vde based networking? | 02:36 |
*** desai has quit IRC | 02:37 | |
*** lggr has joined #openstack | 02:39 | |
*** JJoa has quit IRC | 02:41 | |
*** led_belly has quit IRC | 02:45 | |
*** atrius is now known as atrius_away | 02:45 | |
*** lggr has quit IRC | 02:45 | |
*** lggr has joined #openstack | 02:48 | |
*** tualatrix has quit IRC | 02:49 | |
*** lggr has quit IRC | 02:55 | |
*** lggr has joined #openstack | 02:58 | |
*** dyer has quit IRC | 02:58 | |
*** atrius_away is now known as atrius | 02:59 | |
*** mishin has quit IRC | 03:03 | |
*** lggr has quit IRC | 03:05 | |
*** stacknewbie has joined #openstack | 03:08 | |
*** lggr has joined #openstack | 03:08 | |
*** Elsvent has joined #openstack | 03:09 | |
stacknewbie | Hello I am a new user to openstack | 03:09 |
zodiak | hey :) | 03:09 |
stacknewbie | I am having an issue with vm's going into a "Hard Reboot" status | 03:09 |
stacknewbie | how can I fix this issue without terminating the instance | 03:10 |
stacknewbie | hello zodiak | 03:11 |
zodiak | well, first thing I would do is check the logs and see why it's doing that | 03:11 |
*** julianwa has joined #openstack | 03:12 | |
*** zach_mtu has joined #openstack | 03:12 | |
stacknewbie | logs on the nova-controller? | 03:12 |
stacknewbie | or /var/log/messages in the vm? | 03:13 |
zodiak | on the controller.. not sure if you can get to the vm since it's going into hard reboot ;) | 03:13 |
*** jdurgin has quit IRC | 03:15 | |
*** Elsvent has quit IRC | 03:15 | |
*** jbrand_ has quit IRC | 03:15 | |
*** lggr has quit IRC | 03:15 | |
stacknewbie | on horizon it says Hard Reboot but the vm is still running | 03:15 |
stacknewbie | I can access the vm via vnc | 03:16 |
*** Elsvent has joined #openstack | 03:16 | |
*** ryanpetr_ has joined #openstack | 03:17 | |
stacknewbie | I'll check the logs on the nova-controller | 03:17 |
*** lggr has joined #openstack | 03:18 | |
*** Ryan_Lane has joined #openstack | 03:19 | |
*** sacharya1 has joined #openstack | 03:19 | |
*** ChrisAM has quit IRC | 03:19 | |
*** Ryan_Lane has quit IRC | 03:19 | |
*** mishin has joined #openstack | 03:20 | |
*** ryanpetrello has quit IRC | 03:20 | |
*** sacharya has quit IRC | 03:20 | |
*** jbrand_ has joined #openstack | 03:21 | |
tscopp | Hmmm, I seem to have broken my ability to VNC from the web | 03:22 |
tscopp | so of the three configuration options controlling VNC (novncproxy_base_url, vncserver_listen, and vncserver_proxy_address) which should be set to my controller and which should be set the to the private ip on the compute node? | 03:23 |
tscopp | I've been googling and experimenting to no avail. It was working before I started playing with them | 03:23 |
*** Guest40726 has quit IRC | 03:24 | |
*** lggr has quit IRC | 03:24 | |
*** chrisgerling has quit IRC | 03:24 | |
*** secbitchris has joined #openstack | 03:25 | |
*** dwcramer has quit IRC | 03:25 | |
*** szaydel has joined #openstack | 03:25 | |
*** Elsvent_ has joined #openstack | 03:25 | |
*** lggr has joined #openstack | 03:27 | |
*** stacknewbie has quit IRC | 03:27 | |
*** Elsvent has quit IRC | 03:27 | |
*** CuraHack has quit IRC | 03:31 | |
*** clopez has quit IRC | 03:31 | |
*** yocum has quit IRC | 03:32 | |
*** krow has joined #openstack | 03:33 | |
*** sudorandom has joined #openstack | 03:33 | |
*** jbrand_ has quit IRC | 03:34 | |
*** lggr has quit IRC | 03:34 | |
*** bapa has joined #openstack | 03:34 | |
*** jemartin has quit IRC | 03:34 | |
*** lggr has joined #openstack | 03:37 | |
*** sudorandom has quit IRC | 03:37 | |
*** dwcramer has joined #openstack | 03:38 | |
*** Elsvent has joined #openstack | 03:38 | |
*** atrius is now known as atrius_away | 03:39 | |
*** goldstein has quit IRC | 03:39 | |
*** Elsvent_ has quit IRC | 03:40 | |
*** jbrand_ has joined #openstack | 03:40 | |
*** jakkudanieru has quit IRC | 03:43 | |
*** jakkudanieru has joined #openstack | 03:43 | |
*** lggr has quit IRC | 03:43 | |
*** Elsvent has quit IRC | 03:43 | |
*** jbrand_ has quit IRC | 03:44 | |
*** lggr has joined #openstack | 03:46 | |
*** GE3Y has quit IRC | 03:48 | |
*** aculich has quit IRC | 03:49 | |
*** lggr has quit IRC | 03:52 | |
*** TerryH has quit IRC | 03:53 | |
*** atrius_away is now known as atrius | 03:54 | |
*** sam_one has joined #openstack | 03:55 | |
uvirtbot | New bug: #1065366 in python-novaclient "keypair-add --pub_key fails when using tilde" [Undecided,New] https://launchpad.net/bugs/1065366 | 03:55 |
*** lggr has joined #openstack | 03:55 | |
*** gatuus has joined #openstack | 03:57 | |
uvirtbot | New bug: #1065367 in python-novaclient "boot without --image but with --block-device-mapping raises an exception" [Undecided,New] https://launchpad.net/bugs/1065367 | 04:01 |
*** koolhead17 has joined #openstack | 04:01 | |
*** khero has quit IRC | 04:01 | |
*** adalbas has quit IRC | 04:01 | |
*** lggr has quit IRC | 04:02 | |
*** senilegenius has quit IRC | 04:03 | |
*** rpawlik has quit IRC | 04:03 | |
*** mishin has quit IRC | 04:04 | |
*** aculich has joined #openstack | 04:04 | |
*** lggr has joined #openstack | 04:04 | |
*** julianwa has quit IRC | 04:09 | |
*** chinclou1 has quit IRC | 04:10 | |
*** lggr has quit IRC | 04:11 | |
*** lggr has joined #openstack | 04:15 | |
*** Elsvent has joined #openstack | 04:15 | |
uvirtbot | New bug: #1065371 in nova "nova-compute running xcp-xen fails to launch instance" [Undecided,New] https://launchpad.net/bugs/1065371 | 04:15 |
*** chincloud has joined #openstack | 04:17 | |
*** chincloud is now known as Guest10796 | 04:17 | |
*** szaydel has quit IRC | 04:17 | |
*** sam_one has quit IRC | 04:20 | |
*** lggr has quit IRC | 04:21 | |
*** lggr has joined #openstack | 04:23 | |
*** rnorwood1 has joined #openstack | 04:25 | |
*** rnorwood2 has quit IRC | 04:27 | |
*** sam_one has joined #openstack | 04:28 | |
*** sam_one has left #openstack | 04:29 | |
*** gary has joined #openstack | 04:29 | |
*** kalpase has joined #openstack | 04:29 | |
*** gary has quit IRC | 04:29 | |
*** deepakcs has joined #openstack | 04:29 | |
*** lggr has quit IRC | 04:29 | |
*** sunilthaha has quit IRC | 04:30 | |
uvirtbot | New bug: #1065375 in horizon "'Disassociate Floating IP' action name too long" [Undecided,New] https://launchpad.net/bugs/1065375 | 04:31 |
*** martine has quit IRC | 04:32 | |
*** lggr has joined #openstack | 04:33 | |
*** Elsvent_ has joined #openstack | 04:33 | |
*** Elsvent has quit IRC | 04:34 | |
*** koolhead17 has quit IRC | 04:34 | |
*** dstufft|laptop has joined #openstack | 04:35 | |
*** Elsvent_ has quit IRC | 04:38 | |
*** zach_mtu has quit IRC | 04:38 | |
*** lggr has quit IRC | 04:39 | |
*** Guest10796 has quit IRC | 04:39 | |
*** chinclou1 has joined #openstack | 04:42 | |
*** lggr has joined #openstack | 04:43 | |
*** tgall_foo has quit IRC | 04:44 | |
*** changlp_ has joined #openstack | 04:44 | |
*** changlp has quit IRC | 04:44 | |
*** ryanpetr_ has quit IRC | 04:45 | |
*** dwcramer has quit IRC | 04:46 | |
*** roaet is now known as roaet-away | 04:46 | |
*** koolhead17 has joined #openstack | 04:48 | |
*** lggr has quit IRC | 04:49 | |
*** gatuus has quit IRC | 04:49 | |
*** xchu has quit IRC | 04:50 | |
*** prometheanfire has left #openstack | 04:50 | |
*** acb___ has joined #openstack | 04:52 | |
*** acb__ has quit IRC | 04:52 | |
*** bapa_ has joined #openstack | 04:52 | |
*** lggr has joined #openstack | 04:52 | |
*** bapa has quit IRC | 04:53 | |
*** timello has quit IRC | 04:53 | |
*** chinclou1 has quit IRC | 04:54 | |
*** acb___ has quit IRC | 04:54 | |
*** rnorwood1 has quit IRC | 04:54 | |
*** acb__ has joined #openstack | 04:54 | |
*** chinclou1 has joined #openstack | 04:56 | |
*** lggr has quit IRC | 04:59 | |
*** hattwick has quit IRC | 05:00 | |
*** bapa_ has quit IRC | 05:00 | |
*** lggr has joined #openstack | 05:02 | |
*** bapa has joined #openstack | 05:05 | |
*** ev0ldave has quit IRC | 05:06 | |
*** zach_mtu has joined #openstack | 05:06 | |
*** ev0ldave has joined #openstack | 05:06 | |
*** roaet has joined #openstack | 05:07 | |
*** dstufft|laptop has quit IRC | 05:08 | |
*** lggr has quit IRC | 05:09 | |
*** koolhead17 has quit IRC | 05:09 | |
*** aculich has quit IRC | 05:11 | |
Qten | any tips on howto show the keystone endpoint-list to show the service-list of which it refers to? | 05:11 |
*** hattwick has joined #openstack | 05:12 | |
*** lggr has joined #openstack | 05:12 | |
*** lggr has quit IRC | 05:19 | |
*** tryggvil_ has quit IRC | 05:20 | |
*** aculich has joined #openstack | 05:21 | |
*** sacharya1 has quit IRC | 05:21 | |
*** lggr has joined #openstack | 05:22 | |
*** SmoothSage_ has joined #openstack | 05:24 | |
*** reed has quit IRC | 05:26 | |
*** SmoothSage has quit IRC | 05:26 | |
*** zach_mtu has quit IRC | 05:27 | |
*** lggr has quit IRC | 05:29 | |
*** SmoothSage has joined #openstack | 05:30 | |
*** lggr has joined #openstack | 05:32 | |
*** akshaysth has quit IRC | 05:32 | |
*** jodok has joined #openstack | 05:33 | |
*** sayan has joined #openstack | 05:36 | |
*** roaet has quit IRC | 05:37 | |
*** Ryan_Lane has joined #openstack | 05:38 | |
*** Hikhvar has joined #openstack | 05:38 | |
*** lggr has quit IRC | 05:38 | |
*** wramthun has quit IRC | 05:40 | |
*** wramthun has joined #openstack | 05:40 | |
*** lggr has joined #openstack | 05:41 | |
*** sam_one has joined #openstack | 05:45 | |
*** julianwa has joined #openstack | 05:45 | |
*** sam_one has left #openstack | 05:45 | |
*** lggr has quit IRC | 05:48 | |
*** kindaopsdevy has joined #openstack | 05:49 | |
*** kindaopsdevy has left #openstack | 05:49 | |
*** lggr has joined #openstack | 05:50 | |
*** dendrobates is now known as dendro-afk | 05:51 | |
*** vivek has joined #openstack | 05:51 | |
vivek | Hi all | 05:51 |
*** jakkudanieru has quit IRC | 05:52 | |
*** vivek is now known as Guest89791 | 05:52 | |
*** jakkudanieru has joined #openstack | 05:52 | |
*** jodok has quit IRC | 05:53 | |
*** Elsvent has joined #openstack | 05:54 | |
*** sunilthaha has joined #openstack | 05:56 | |
*** Elsvent has quit IRC | 05:56 | |
Guest89791 | Hi all i am running Folsom release with openvswitch | 05:56 |
Guest89791 | and not able to launch instance | 05:57 |
*** lggr has quit IRC | 05:57 | |
Guest89791 | getting error Instance failed to apawn | 05:57 |
*** dev_sa has joined #openstack | 05:59 | |
*** lggr has joined #openstack | 05:59 | |
Guest89791 | Instance failed to spawn | 06:01 |
*** krow has quit IRC | 06:03 | |
*** lloydde has joined #openstack | 06:04 | |
*** ondergetekende has joined #openstack | 06:05 | |
*** lggr has quit IRC | 06:06 | |
*** lggr has joined #openstack | 06:09 | |
*** julianwa has quit IRC | 06:11 | |
*** julianwa has joined #openstack | 06:12 | |
*** sayan has quit IRC | 06:12 | |
*** afazekas has joined #openstack | 06:13 | |
*** krow has joined #openstack | 06:13 | |
*** ben_duyujie has joined #openstack | 06:14 | |
*** littleidea has quit IRC | 06:14 | |
*** lggr has quit IRC | 06:15 | |
*** pvankouteren has joined #openstack | 06:16 | |
JayLee | Hi, I tested create duplicated MAC Address for vif. I think if I insert same mac address, that will be failed. Bacause address is unique key. | 06:16 |
JayLee | But My test code is print 'OK' Anyone review this? | 06:16 |
JayLee | http://pastebin.com/w0qJyFYH | 06:17 |
*** lggr has joined #openstack | 06:19 | |
*** chmouel has quit IRC | 06:19 | |
*** mrunge has joined #openstack | 06:19 | |
*** dstufft|laptop has joined #openstack | 06:20 | |
*** julianwa has quit IRC | 06:24 | |
*** jongleur has joined #openstack | 06:25 | |
*** julianwa has joined #openstack | 06:25 | |
*** lggr has quit IRC | 06:25 | |
*** Keoven has joined #openstack | 06:26 | |
*** littleidea has joined #openstack | 06:26 | |
*** vila_ has joined #openstack | 06:27 | |
Keoven | Hello :) | 06:27 |
*** lggr has joined #openstack | 06:27 | |
JayLee | Hi, I tested create duplicated MAC Address for vif. I think if I insert same mac address, that will be failed. Bacause address is unique key. | 06:28 |
JayLee | But My test code is print 'OK' Anyone review this? http://pastebin.com/w0qJyFYH | 06:28 |
*** melmoth has joined #openstack | 06:29 | |
*** mindpixel has joined #openstack | 06:31 | |
*** thovden has joined #openstack | 06:32 | |
*** bapa has quit IRC | 06:33 | |
*** kalpase has left #openstack | 06:34 | |
*** lggr has quit IRC | 06:35 | |
*** lggr has joined #openstack | 06:37 | |
*** jodok has joined #openstack | 06:39 | |
*** saschpe has joined #openstack | 06:41 | |
*** primozf has joined #openstack | 06:41 | |
*** bapa has joined #openstack | 06:43 | |
*** mishin has joined #openstack | 06:44 | |
*** lggr has quit IRC | 06:44 | |
*** eglynn has quit IRC | 06:44 | |
*** yuwang_ has joined #openstack | 06:45 | |
*** koolhead17 has joined #openstack | 06:45 | |
*** lggr has joined #openstack | 06:46 | |
*** bapa has quit IRC | 06:46 | |
*** yuwang has quit IRC | 06:47 | |
*** bapa has joined #openstack | 06:47 | |
*** KyleMacDonald has joined #openstack | 06:47 | |
koolhead17 | KyleMacDonald: sir | 06:47 |
*** krow has quit IRC | 06:47 | |
koolhead17 | any quantum expert here | 06:48 |
*** gaveen has joined #openstack | 06:49 | |
*** gaveen has joined #openstack | 06:49 | |
melmoth | cr cr cr | 06:49 |
*** littleidea has quit IRC | 06:49 | |
*** fikus-kukis^TP has quit IRC | 06:49 | |
melmoth | sorry, it s a nervous laugh koolhead17 :-) | 06:50 |
koolhead17 | melmoth: Seems like am in wrong timezone :) | 06:50 |
*** rocambole has joined #openstack | 06:51 | |
*** lggr has quit IRC | 06:52 | |
*** ttrifonov_zZzz is now known as ttrifonov | 06:52 | |
*** osier has quit IRC | 06:52 | |
*** aculich has quit IRC | 06:53 | |
*** krow has joined #openstack | 06:53 | |
*** One-Man-Bucket has joined #openstack | 06:54 | |
*** Keoven has quit IRC | 06:54 | |
*** l_a_m has joined #openstack | 06:54 | |
*** lggr has joined #openstack | 06:55 | |
*** osier has joined #openstack | 06:56 | |
JayLee | Hi, I tested create duplicated MAC Address for vif. I think if I insert same mac address, that will be failed. Bacause address is unique key. | 06:58 |
JayLee | But My test code is print 'OK' Anyone review this? http://pastebin.com/w0qJyFYH | 06:58 |
*** metral_ has joined #openstack | 06:58 | |
*** metral_ has quit IRC | 06:58 | |
Guest89791 | hi | 06:59 |
*** krow has quit IRC | 07:00 | |
*** metral has quit IRC | 07:01 | |
*** kalpase has joined #openstack | 07:01 | |
*** darjeeling has quit IRC | 07:02 | |
*** EmilienM has joined #openstack | 07:02 | |
*** lggr has quit IRC | 07:02 | |
*** lggr has joined #openstack | 07:05 | |
*** dneary has joined #openstack | 07:07 | |
*** aculich has joined #openstack | 07:07 | |
*** lloydde has quit IRC | 07:09 | |
*** KyleMacDonald has quit IRC | 07:09 | |
*** littleidea has joined #openstack | 07:10 | |
*** eglynn has joined #openstack | 07:10 | |
*** lggr has quit IRC | 07:11 | |
*** lggr has joined #openstack | 07:14 | |
*** reidrac has joined #openstack | 07:16 | |
*** littleidea has quit IRC | 07:17 | |
*** julianwa has quit IRC | 07:17 | |
*** EmilienM has quit IRC | 07:18 | |
*** lggr has quit IRC | 07:20 | |
*** Ruetobas has quit IRC | 07:21 | |
*** lggr has joined #openstack | 07:23 | |
*** Ruetobas has joined #openstack | 07:27 | |
*** lggr has quit IRC | 07:30 | |
*** julianwa has joined #openstack | 07:30 | |
*** Domin_ has joined #openstack | 07:30 | |
*** Domin has quit IRC | 07:30 | |
*** Domin_ is now known as Domin | 07:30 | |
*** shardy_afk is now known as shardy | 07:32 | |
*** lggr has joined #openstack | 07:34 | |
*** aloga has joined #openstack | 07:34 | |
*** eglynn has quit IRC | 07:34 | |
*** ykaul has joined #openstack | 07:35 | |
JayLee | Hi, I tested create duplicated MAC Address for vif. I think if I insert same mac address, that will be failed. Bacause address is unique key. | 07:35 |
JayLee | But My test code is print 'OK' Anyone review this? http://pastebin.com/w0qJyFYH | 07:35 |
*** eglynn has joined #openstack | 07:39 | |
*** Guest89791 has quit IRC | 07:39 | |
*** lggr has quit IRC | 07:40 | |
*** miclorb has joined #openstack | 07:40 | |
*** lggr has joined #openstack | 07:43 | |
*** ykaul has quit IRC | 07:45 | |
*** eglynn has quit IRC | 07:45 | |
*** ejat has joined #openstack | 07:48 | |
*** EmilienM has joined #openstack | 07:48 | |
*** eglynn has joined #openstack | 07:49 | |
*** lggr has quit IRC | 07:50 | |
*** lloydde has joined #openstack | 07:52 | |
*** dneary has quit IRC | 07:52 | |
JayLee | Hi, I tested create duplicated MAC Address for vif. I think if I insert same mac address, that will be failed. Bacause address is unique key. | 07:53 |
JayLee | But My test code is print 'OK' Anyone review this? http://pastebin.com/w0qJyFYH | 07:53 |
*** julianwa has quit IRC | 07:53 | |
*** lggr has joined #openstack | 07:53 | |
*** simon_lucy has joined #openstack | 07:55 | |
*** jlanza has joined #openstack | 07:55 | |
*** lloydde has quit IRC | 07:56 | |
jlanza | hi... I would like to ask a simple question. Is it possible to run a VM in openstack and attach to it a local resource, like can be done in Vsphere? | 07:56 |
*** pixelbeat has joined #openstack | 07:57 | |
*** danblack has quit IRC | 07:57 | |
*** julianwa has joined #openstack | 07:58 | |
*** freeflying has joined #openstack | 07:59 | |
*** lggr has quit IRC | 07:59 | |
*** simon_lucy has quit IRC | 07:59 | |
*** lggr has joined #openstack | 08:02 | |
*** ykaul has joined #openstack | 08:04 | |
*** mnabil has joined #openstack | 08:05 | |
EmilienM | jlanza: what do you mean by "local resource" ? | 08:06 |
*** drcursor has joined #openstack | 08:06 | |
drcursor | Hi! A new day, a new question ;) | 08:07 |
*** uksysadmin has joined #openstack | 08:08 | |
jlanza | EmilienM: the computer I'm using the VM from. lets say I have a server with Openstack and a VM running there. From my laptop I connect to the vm and I want to attach my local usb to the remote machine | 08:08 |
drcursor | I have a master node and two compute nodes. If I restart any of the compute nodes, the instances running on them don't auto start. Is there a way around this? | 08:08 |
EmilienM | jlanza: you can't compare vSphere to OpenStack. And no, you can't connect an USB key to your VM. That's not the goal of the Cloud ;) | 08:09 |
*** lggr has quit IRC | 08:09 | |
uksysadmin | zykes-, how goes it | 08:09 |
uksysadmin | hello all | 08:09 |
EmilienM | drcursor: yes, there is a flag to put in nova.conf | 08:09 |
*** derekh has joined #openstack | 08:09 | |
EmilienM | uksysadmin: o/ | 08:09 |
jlanza | EmilienM: yes I know. Could you explain why cannot I compare vShepre to OpenStack? Is there any opensource environment that resembles more to vSphere? | 08:10 |
uksysadmin | EmilienM, I am going to pick your brains today | 08:10 |
EmilienM | uksysadmin: I'm in a busy day :( | 08:10 |
uksysadmin | EmilienM, I don't suppose there is a diagram anywhere that explains the network set up of your documentation? | 08:10 |
zykes- | uksysadmin: good ;p | 08:10 |
uksysadmin | EmilienM, I completely understand | 08:10 |
EmilienM | uksydadmin: yep, w8 | 08:11 |
uksysadmin | kk | 08:11 |
zykes- | jlanza: cause ways your meant to work with them are different | 08:11 |
zykes- | comparing parts of vcloud towards openstack is more "realistic" | 08:11 |
EmilienM | drcursor: resume_guests_state_on_host_boot=true | 08:11 |
drcursor | emblem : i looked around and couldn't find it..any idea what its? | 08:11 |
drcursor | thanks | 08:11 |
zykes- | EmilienM: did you read the Synaps stuff from Samsung ? | 08:11 |
zykes- | it's freakin' awesome! | 08:11 |
EmilienM | start_guests_on_host_boot=true also | 08:12 |
EmilienM | zykes-: no | 08:12 |
*** lggr has joined #openstack | 08:12 | |
*** dstufft|laptop has quit IRC | 08:12 | |
zykes- | you should :D | 08:12 |
jlanza | zykes-: any alternative to vSphere that you recomend? | 08:12 |
*** fsimonce has joined #openstack | 08:12 | |
EmilienM | uksysadmin: http://docs.openstack.org/trunk/openstack-network/admin/content/use_cases_single_router.html | 08:12 |
jlanza | zykes-: opensorce and free if possible | 08:12 |
EmilienM | uksysadmin: if you run my Quantum script, you'll have exactly this use case | 08:13 |
EmilienM | jlanza: I don't know. | 08:13 |
zykes- | jlanza: jlanza why you need vsphere ? | 08:13 |
zykes- | what is your goal ? | 08:13 |
EmilienM | jlanza: but trust me, attach an USB key to a VM is not the goal of an IaaS ;) | 08:13 |
*** Free_maN has joined #openstack | 08:13 | |
uksysadmin | EmilienM, cool - but is there something that ties up the interfaces and network ranges - so where I'm seeing 30.0.0.0/22 - what is that in your script for example? | 08:14 |
EmilienM | oh | 08:14 |
jlanza | zykes-: I dont need vSphere, I want to create a virtual environment where my students can attach their local serial ports or usb wifi dongles to the remote VM | 08:14 |
EmilienM | uksysadmin: since I don't have public network in my home (yet), I'm using RFC 1918 for public network :P | 08:14 |
EmilienM | you just need to read the comments ;) | 08:15 |
zykes- | jlanza: local serial ports to a vm ? | 08:15 |
uksysadmin | Did EmilienM just tell me to RTFM?! ;-) | 08:15 |
zykes- | sounds more like you want vmware workstation or virtualbox to me :) | 08:15 |
EmilienM | jlanza: you can do it with networking ;) | 08:15 |
One-Man-Bucket | is it possible to create a volume that's "cloned" on boot? i.e. have a master volume for static data that's rarely updated and have all vm:s start with a clone of it mounted | 08:15 |
One-Man-Bucket | uksysadmin: i found the cpu_ratio policy setting yesterday, btw :) | 08:16 |
EmilienM | One-Man-Bucket: snapshots | 08:16 |
*** eglynn has quit IRC | 08:16 | |
uksysadmin | One-Man-Bucket, awesome. | 08:16 |
One-Man-Bucket | EmilienM: i'm not sure how that would work? create a new snapshot before launching the vm? | 08:16 |
One-Man-Bucket | it sounds a bit tricky to automate | 08:17 |
jlanza | zykes-: yes I know that VMware o virtualbox do the same, but this way I need to run the VM locally. The issue is that some of them doesn't have computers with enough power. Besides, I want to control what they do to put marks and so on. So if they have it run locally, there's no way. I have instalaed a ESX Server with vSphere Cliente and it seems to work, but I alway like to find the opensource option | 08:17 |
*** davidha has quit IRC | 08:17 | |
zykes- | ah | 08:17 |
uksysadmin | koolhead17, I started doing a screencast yesterday to add to my blog | 08:18 |
EmilienM | jlanza: you can run a NFS server, great practice for your students ;) | 08:18 |
*** davidha has joined #openstack | 08:18 | |
*** lggr has quit IRC | 08:18 | |
*** KyleMacDonald has joined #openstack | 08:18 | |
zykes- | EmilienM: did you get the metadata thing to work ? | 08:18 |
EmilienM | uksysadmin: ping me in PM this morning if you need, but I can't promess. | 08:19 |
jlanza | I know this is also possible, but again they need to have the system locally installed | 08:19 |
EmilienM | zykes-: yep | 08:19 |
zykes- | EmilienM: :| | 08:19 |
zykes- | darn you ! : p | 08:19 |
*** acb__ has quit IRC | 08:19 | |
EmilienM | rtfm | 08:19 |
EmilienM | :p | 08:19 |
zykes- | EmilienM: fix your puppet modules ;p | 08:19 |
*** acb__ has joined #openstack | 08:19 | |
jlanza | EmilienM: I know this is also possible, but again they need to have the system locally installed, so I dont have access to what their base configurtion is .. etc. | 08:19 |
zykes- | that you said you where going to :D | 08:19 |
EmilienM | zykes-: great, I have no time to work on it. You've done a good job, thx btw | 08:20 |
zykes- | ;) | 08:20 |
zykes- | EmilienM: stop going to school :) | 08:20 |
EmilienM | ahah | 08:20 |
*** KyleMacDonald has quit IRC | 08:21 | |
*** lggr has joined #openstack | 08:21 | |
*** blimus has joined #openstack | 08:21 | |
*** mnabil has quit IRC | 08:22 | |
*** davidhadas has quit IRC | 08:22 | |
*** KyleMacDonald has joined #openstack | 08:22 | |
*** davidha has quit IRC | 08:22 | |
*** darjeeling has joined #openstack | 08:24 | |
uksysadmin | EmilienM, no worries - I'm ok with trying things to see what's what and how it fits. | 08:26 |
zykes- | ;p | 08:26 |
zykes- | uksysadmin: using quantum ? | 08:26 |
*** lggr has quit IRC | 08:27 | |
uksysadmin | zykes-, yes | 08:27 |
zykes- | ;) | 08:28 |
uksysadmin | zykes-, so I have an install where I can create networks and spin machines up - its the final bit of plumbing between quantum, ovs and my instances that I haven't got my head around | 08:28 |
*** mishin has quit IRC | 08:28 | |
melmoth | uksysadmin, same here | 08:28 |
melmoth | and the more i read, the less i undertand. | 08:28 |
zykes- | ;) | 08:29 |
zykes- | uksysadmin: basically, you have a "internal switch" or br-int right ? | 08:29 |
uksysadmin | melmoth, we'll sort this today | 08:29 |
melmoth | does anyone knows if i need to use a --provider when creating a quantum network to have it hooked to the real world ? | 08:29 |
zykes- | the vm itself is "plugged" into that br-int bridge | 08:29 |
zykes- | with a VLAN tag | 08:29 |
uksysadmin | with the help of zykes- (and EmilienM) | 08:29 |
*** lggr has joined #openstack | 08:30 | |
melmoth | hmmm, i added some bridge to my compute nodes, but apparently, no ports to eth1 in this bridge | 08:31 |
zykes- | this is then "patched" into your physical network bridge which is mapped in bridge_mappings uksysadmin / melmoth via the interface br-int (int-<your network bridge>) for traffic from your internal switch out to the world and from the other switch phy-br-virtual | 08:31 |
*** erikzaadi has joined #openstack | 08:32 | |
zykes- | a bit weird their cause I copy pasted 1 part, basically there's a "patch port" between the bridges | 08:32 |
zykes- | then in your uplink bridge or the bridge for you see that in contrast to Essex Quantum the traffic doesn't look to be "tagged" | 08:32 |
uksysadmin | zykes-, I think I just need more caffeine | 08:33 |
melmoth | am i suppose to run ovs-vsctl add-port br-int ethwhatever on my comput nodes ? | 08:33 |
melmoth | or is this done automatcially by some services ? | 08:33 |
zykes- | the reason for this is that the traffic that arrives from the integration bridge has a internal tag and the tag is then changed by Openflow on the virtual switch on the way out | 08:33 |
uksysadmin | melmoth, I did follow the giude at EmilienM's GitHub on this - definitely a good place to start rather than the documentation | 08:33 |
melmoth | this one ? https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst | 08:33 |
melmoth | if it s another, please let me know the url. | 08:34 |
*** thovden has quit IRC | 08:34 | |
uksysadmin | Problem with documentation - and this is no way a reflection of the docs team - is that the current documentation is very wordy in making people understand all aspects of the product - where someone just needs an operators guide that cuts out the wolly stuff | 08:34 |
zykes- | So a port in br-int can have vlan 1 internally and look at this then: cookie=0x0, duration=138922.118s, table=0, n_packets=5973, n_bytes=1071690, priority=4,in_port=4,dl_vlan=1 actions=mod_vlan_vid:60,NORMAL < it changes VLAN tags uksysadmin on the way out from 1 to 60 | 08:34 |
uksysadmin | s/wolly/woolly | 08:34 |
zykes- | thagt's how the linking works uksysadmin | 08:34 |
melmoth | this one, what i did not do if i compare, is to use any --provider when creating my networks | 08:34 |
uksysadmin | zykes-, cheers for the info | 08:34 |
*** dstufft|laptop has joined #openstack | 08:35 | |
*** dstufft|laptop has quit IRC | 08:35 | |
jlanza | zykes-: EmilienM: Thanks you guys... I will have a further look. | 08:35 |
jlanza | see you | 08:35 |
*** zhidong has quit IRC | 08:35 | |
EmilienM | melmoth: this one : https://github.com/EmilienM/openstack-folsom-guide | 08:36 |
melmoth | thanks | 08:36 |
*** lggr has quit IRC | 08:36 | |
*** freeflying has quit IRC | 08:36 | |
EmilienM | not perfect, but good to start | 08:36 |
*** Vinsh_HP has joined #openstack | 08:36 | |
*** jlanza has left #openstack | 08:37 | |
*** eglynn has joined #openstack | 08:39 | |
*** lggr has joined #openstack | 08:39 | |
*** notze has joined #openstack | 08:39 | |
notze | guys | 08:39 |
*** hingo has quit IRC | 08:40 | |
notze | if i do nova-image create, the server will always be down for a while | 08:40 |
notze | as of yet i use kvm | 08:40 |
*** Triade has joined #openstack | 08:40 | |
EmilienM | notze: I use "glance image-create" in Folsom | 08:40 |
notze | then it works? | 08:41 |
*** hingo has joined #openstack | 08:41 | |
notze | without interruption? | 08:42 |
koolhead17 | uksysadmin: super | 08:42 |
EmilienM | but if it's not working for you, check if you image has the flag "is_public=True" if this image owns to another tenant ;) | 08:42 |
notze | is the server available during image creation? | 08:42 |
EmilienM | yep | 08:42 |
notze | mhmh | 08:43 |
EmilienM | Look into nova-api.log and nova-compute.log what happens | 08:43 |
notze | with KVM as hypervior | 08:43 |
EmilienM | it takes 5 minutes more or less | 08:43 |
EmilienM | yes | 08:43 |
One-Man-Bucket | is that a new feature in folsom? to have server active during image-create? | 08:43 |
EmilienM | do you have a volume attached ? | 08:43 |
notze | no | 08:43 |
notze | this is the onliest problem before i can go live | 08:43 |
notze | i cant use it if it goes down | 08:44 |
EmilienM | can you check nova-*.log please ? | 08:44 |
notze | yes i will copy it | 08:44 |
EmilienM | pastebin it please. | 08:44 |
*** darraghb has joined #openstack | 08:44 | |
notze | sure | 08:44 |
melmoth | EmilienM, what is the reason of doing " ovs-vsctl br-set-external-id br-ex bridge-id br-ex" ? | 08:45 |
melmoth | i did not see that in the doc. | 08:45 |
*** lggr has quit IRC | 08:45 | |
*** tongli has quit IRC | 08:45 | |
melmoth | is it just to avoid having some random string generated for the id of the br-ex bridge ? | 08:46 |
EmilienM | I'm not sure it's useful anymore | 08:46 |
melmoth | :-) | 08:46 |
*** julianwa has quit IRC | 08:46 | |
One-Man-Bucket | hmm, when i launch a snapshot, obviously it starts in the "booted" state. can use a similar workflow (launch instance, make changes, snapshot) but be able to actually boot the new snapshot? | 08:46 |
EmilienM | but since this bridge has been connected to ext net, I guess it's good tu put it | 08:46 |
One-Man-Bucket | is this making any sense? :) | 08:46 |
EmilienM | s/tu/to | 08:46 |
*** hingo has quit IRC | 08:46 | |
*** hingo has joined #openstack | 08:47 | |
*** lfazio has quit IRC | 08:47 | |
*** lggr has joined #openstack | 08:48 | |
*** mrunge is now known as mrunge_afk | 08:48 | |
*** lfazio has joined #openstack | 08:49 | |
*** foexle has joined #openstack | 08:50 | |
*** hingo has quit IRC | 08:50 | |
*** hingo has joined #openstack | 08:51 | |
*** bbcmicrocomputer has joined #openstack | 08:53 | |
*** bbcmicrocomputer has joined #openstack | 08:53 | |
*** lggr has quit IRC | 08:54 | |
*** hingo has quit IRC | 08:54 | |
notze | http://pastebin.com/tjgq7GV4 | 08:54 |
*** hingo has joined #openstack | 08:55 | |
* melmoth feels depressed | 08:57 | |
*** lggr has joined #openstack | 08:57 | |
*** jakkudanieru has quit IRC | 08:58 | |
*** hingo has quit IRC | 08:58 | |
EmilienM | melmoth: only DEBUG, not really fun :p | 08:58 |
EmilienM | notze: ^ | 08:58 |
*** jakkudanieru has joined #openstack | 08:58 | |
*** hingo has joined #openstack | 08:59 | |
melmoth | too many stuff i have no idea about | 08:59 |
notze | what do you mean | 08:59 |
melmoth | i mean i have no idea how this whole stuff is even suppose to work. | 08:59 |
melmoth | i never used ovsvtl, i never heard of ip namespace befor yesterday | 09:00 |
melmoth | all of a sudden, i have ip i need to write 100000 character long line just to see (sudo ip netns exec qdhcp-9b96d525-7005-410e-9a9f-39f3741088ee ip addr list) | 09:00 |
* uksysadmin gives melmoth a slap | 09:00 | |
uksysadmin | ;-) | 09:00 |
melmoth | hey, watch out :) | 09:00 |
EmilienM | notze: nothing special, DEBUG is fine. you need to show ERROR | 09:00 |
notze | there is no error | 09:01 |
notze | what error | 09:01 |
EmilienM | for snapshot | 09:01 |
notze | it looks like designed like this | 09:01 |
notze | that the VM gets stopped for a few minutes while creating the snapshot | 09:01 |
notze | or few seconds | 09:01 |
*** jakkudanieru has quit IRC | 09:01 | |
*** jakkudanieru has joined #openstack | 09:01 | |
notze | but this cant be the way | 09:01 |
EmilienM | are you running nova-compute into a VM ? | 09:01 |
*** johngarbutt has joined #openstack | 09:02 | |
EmilienM | notze: ^ | 09:02 |
*** hingo has quit IRC | 09:02 | |
notze | no | 09:02 |
notze | on good server | 09:02 |
*** hingo has joined #openstack | 09:02 | |
EmilienM | shared storage ? | 09:02 |
notze | no | 09:03 |
EmilienM | notze: try to run "top" during snapshot | 09:04 |
*** lggr has quit IRC | 09:04 | |
notze | and then | 09:04 |
*** erikzaadi has quit IRC | 09:05 | |
*** kalpase has quit IRC | 09:05 | |
*** mkouhei has left #openstack | 09:05 | |
*** boden has joined #openstack | 09:06 | |
EmilienM | and then ? | 09:06 |
*** hingo has quit IRC | 09:06 | |
EmilienM | see what happens :) | 09:06 |
*** hingo has joined #openstack | 09:06 | |
One-Man-Bucket | maybe i should write a blog post about our installation | 09:07 |
One-Man-Bucket | didn't find much about using openstack for in-house smoke testing | 09:07 |
*** lggr has joined #openstack | 09:08 | |
koolhead17 | One-Man-Bucket: go ahead and add your blogroll to the planet openstack as well :) | 09:10 |
*** hingo has quit IRC | 09:10 | |
*** drcursor has quit IRC | 09:10 | |
*** hingo has joined #openstack | 09:10 | |
EmilienM | koolhead17: +1 ^ | 09:11 |
koolhead17 | hola EmilienM | 09:12 |
koolhead17 | melmoth: BTW am depressed too. | 09:12 |
melmoth | we should make a therapy group at uds. | 09:13 |
melmoth | Hello, my name is melmoth and i m a network n00b,. | 09:13 |
koolhead17 | melmoth: +1 to that | 09:13 |
*** hingo has quit IRC | 09:14 | |
*** hingo has joined #openstack | 09:14 | |
*** davidha has joined #openstack | 09:14 | |
*** osier has quit IRC | 09:15 | |
melmoth | if i look i my networks, i did not create a gateway for the private one, i did not used any --provider for the external one (nor am i even sure i understand what those are) | 09:15 |
*** lggr has quit IRC | 09:15 | |
*** davidhadas has joined #openstack | 09:15 | |
melmoth | so, may be it s normal it s not behaving as i would expect | 09:15 |
*** EmilienM has quit IRC | 09:16 | |
*** EmilienM has joined #openstack | 09:17 | |
notze | EmilienM what do you use as hypervisor? | 09:18 |
*** MarcMorata has joined #openstack | 09:18 | |
*** hingo has quit IRC | 09:18 | |
*** lggr has joined #openstack | 09:18 | |
EmilienM | QEMU for testing, KVM for prod | 09:18 |
*** hingo has joined #openstack | 09:18 | |
notze | and if you take a snapshot does the prod. machine still run in the middlewhile? | 09:19 |
notze | if i take a snapshot in the dashboard the machine even gets shutdown! | 09:20 |
notze | so its wanted?! | 09:20 |
zynzel | notze: really shutdown? or only power_state in db show 'poweroff'? | 09:20 |
notze | try it | 09:21 |
notze | SHUTDOWN | 09:21 |
*** simon_lucy has joined #openstack | 09:21 | |
notze | okay SHutoff | 09:21 |
zynzel | notze: so kvm process is not running? | 09:21 |
zynzel | on compute node? | 09:21 |
*** hingo has quit IRC | 09:22 | |
notze | ? no i have 10VM | 09:22 |
notze | and i take a snapshot of one | 09:22 |
notze | so only that one goes to shutoff | 09:22 |
*** hingo has joined #openstack | 09:22 | |
notze | and comes back afer 1min | 09:22 |
*** drcursor has joined #openstack | 09:22 | |
zynzel | while snapshoting VM should go to pause state for a moment | 09:23 |
zynzel | dont remember if vm goes to shutdown. | 09:23 |
*** Dr_Who has quit IRC | 09:23 | |
*** lggr has quit IRC | 09:24 | |
*** hingo has quit IRC | 09:25 | |
*** ejat has quit IRC | 09:26 | |
*** hingo has joined #openstack | 09:26 | |
uvirtbot | New bug: #1065430 in nova "Ig the log directory is not present then nova-api should fail to write the log messages" [Undecided,New] https://launchpad.net/bugs/1065430 | 09:26 |
*** darjeeling has quit IRC | 09:26 | |
*** lggr has joined #openstack | 09:27 | |
notze | zynzel that its bad design it cannot go to pause state | 09:29 |
notze | thats crazy | 09:30 |
*** darjeeling has joined #openstack | 09:30 | |
notze | it takes tooo long | 09:31 |
*** osier has joined #openstack | 09:32 | |
*** hingo has quit IRC | 09:32 | |
*** hingo has joined #openstack | 09:32 | |
*** erikzaadi has joined #openstack | 09:33 | |
*** lggr has quit IRC | 09:33 | |
*** EmilienM has quit IRC | 09:34 | |
*** EmilienM has joined #openstack | 09:34 | |
notze | during the whole snapshotting process its down | 09:34 |
notze | no just at the end it comes back | 09:35 |
notze | with active | 09:35 |
notze | and still snapshotting | 09:35 |
koolhead17 | notze: you mean the instance your taking snapshot goes down | 09:35 |
koolhead17 | *of | 09:35 |
*** tgall_foo has joined #openstack | 09:35 | |
notze | YES | 09:36 |
notze | at least for a while | 09:36 |
*** KyleMacDonald has quit IRC | 09:36 | |
koolhead17 | notze: is your machine good enough with resource ? Just asking? | 09:36 |
*** yuwang_ is now known as yuwang | 09:36 | |
*** lggr has joined #openstack | 09:36 | |
notze | 4 Core Intel with 32GB RAM | 09:37 |
koolhead17 | notze: what does top gives can u see at time u start snapshot, i would agree it takes sometime 4 snapsho | 09:38 |
koolhead17 | t | 09:38 |
notze | sec | 09:39 |
*** lggr has quit IRC | 09:42 | |
*** bapa has quit IRC | 09:42 | |
*** mrunge_afk is now known as mrunge | 09:43 | |
*** bapa has joined #openstack | 09:43 | |
*** ejat has joined #openstack | 09:44 | |
*** uksysadmin is now known as itarchitectkev | 09:45 | |
*** lggr has joined #openstack | 09:45 | |
*** bapa has quit IRC | 09:46 | |
*** danblack has joined #openstack | 09:46 | |
*** bapa has joined #openstack | 09:47 | |
*** shanlar has quit IRC | 09:47 | |
*** davidha1 has joined #openstack | 09:47 | |
itarchitectkev | that's better. don't mind me - you lot carry on now. ;) | 09:47 |
*** davidha_ has joined #openstack | 09:48 | |
notze | kvm toggles arroung 7-10% | 09:48 |
notze | qemu-img goes upto | 09:48 |
notze | 10% | 09:48 |
notze | not eve | 09:49 |
notze | 3% | 09:49 |
*** davidha has quit IRC | 09:49 | |
*** darjeeling has quit IRC | 09:50 | |
*** darjeeling has joined #openstack | 09:51 | |
*** robbiew has joined #openstack | 09:51 | |
*** davidhadas has quit IRC | 09:51 | |
*** nacx has joined #openstack | 09:51 | |
uvirtbot | New bug: #1065440 in nova "resize does not migrate DHCP host information" [Undecided,New] https://launchpad.net/bugs/1065440 | 09:51 |
*** lggr has quit IRC | 09:52 | |
*** kevein has quit IRC | 09:53 | |
*** ChrisAM1 has joined #openstack | 09:53 | |
*** lggr has joined #openstack | 09:55 | |
*** kalpase has joined #openstack | 09:56 | |
*** aleks_ has joined #openstack | 09:57 | |
*** davidha has joined #openstack | 09:58 | |
*** davidhadas has joined #openstack | 09:59 | |
*** darjeeling has quit IRC | 09:59 | |
*** davidha1 has quit IRC | 10:00 | |
*** lggr has quit IRC | 10:01 | |
*** davidha_ has quit IRC | 10:01 | |
*** lggr has joined #openstack | 10:04 | |
*** lggr has quit IRC | 10:10 | |
*** ben_duyujie has left #openstack | 10:12 | |
*** lggr has joined #openstack | 10:14 | |
*** dims has quit IRC | 10:19 | |
*** lggr has quit IRC | 10:20 | |
notze | has anybody tried openstaclk with VMWARe ESXI | 10:23 |
*** lggr has joined #openstack | 10:23 | |
zykes- | notze: atm it doesn't have too many features | 10:24 |
*** ykaul has quit IRC | 10:25 | |
*** EmilienM has quit IRC | 10:26 | |
*** Livid has joined #openstack | 10:29 | |
*** lggr has quit IRC | 10:30 | |
*** AnilV4 has quit IRC | 10:31 | |
*** AnilV4 has joined #openstack | 10:31 | |
*** lggr has joined #openstack | 10:32 | |
notze | what does it mean | 10:32 |
*** jakkudanieru has quit IRC | 10:35 | |
*** jakkudanieru has joined #openstack | 10:35 | |
*** tomoe_ has quit IRC | 10:36 | |
*** AnilV4 has quit IRC | 10:36 | |
*** tomoe_ has joined #openstack | 10:37 | |
*** DigitalFlux has joined #openstack | 10:37 | |
*** lggr has quit IRC | 10:38 | |
*** AnilV4 has joined #openstack | 10:39 | |
drcursor | Two compute nodes;VlanManager;NodeA[eth0=192.168.6.102;br100=10.1.0.6];NodeB[eth0=192.168.6.103;br100=10.1.0.4];I can ping between instances on the same node,but not with instances in different nodes;If I run brctl br100 eth0 > Instances can ping between nodes, but I loose conectivity on eth0 (192.168.6.102/192.168.6.103) | 10:40 |
melmoth | notze, i think it was a mention to http://wiki.openstack.org/HypervisorSupportMatrix | 10:40 |
*** saurabh has joined #openstack | 10:41 | |
*** Livid has quit IRC | 10:41 | |
saurabh | how to assign acls in object storage | 10:42 |
*** tomoe_ has quit IRC | 10:42 | |
*** lggr has joined #openstack | 10:42 | |
*** erikz__ has joined #openstack | 10:46 | |
*** erikzaadi has quit IRC | 10:47 | |
*** rkukura has quit IRC | 10:47 | |
*** robbiew has quit IRC | 10:48 | |
*** lggr has quit IRC | 10:49 | |
*** robbiew has joined #openstack | 10:49 | |
JayLee | Hi, I tested create duplicated MAC Address for vif. I think if I insert same mac address, that will be failed. Bacause address is unique key. | 10:52 |
JayLee | But My test code is print 'OK' Anyone review this? http://pastebin.com/w0qJyFYH | 10:52 |
*** lggr has joined #openstack | 10:52 | |
*** g112wdh` has quit IRC | 10:54 | |
*** g112wdh` has joined #openstack | 10:55 | |
foexle | heyho guys, i've a strange problem with horizon and quantum in folsom release. Horizon gets a api url to quantum but i don't have any idea where this url comes from. Not from keystone (endpoints) and not from local_settings.py | 10:56 |
foexle | the problem is, this url are wrong :> | 10:56 |
*** AnilV4 has quit IRC | 10:56 | |
*** lggr has quit IRC | 10:58 | |
*** nid0 has joined #openstack | 10:59 | |
*** deepakcs has quit IRC | 11:00 | |
*** davidhadas has quit IRC | 11:01 | |
*** davidha has quit IRC | 11:01 | |
*** lggr has joined #openstack | 11:01 | |
*** ejat has quit IRC | 11:02 | |
*** acb___ has joined #openstack | 11:05 | |
*** acb__ has quit IRC | 11:05 | |
*** davidhadas has joined #openstack | 11:06 | |
*** miclorb has quit IRC | 11:06 | |
*** davidhadas has quit IRC | 11:07 | |
*** davidhadas has joined #openstack | 11:07 | |
*** lggr has quit IRC | 11:08 | |
*** miclorb has joined #openstack | 11:08 | |
*** bluenemo has joined #openstack | 11:08 | |
*** bluenemo has joined #openstack | 11:08 | |
*** darjeeling has joined #openstack | 11:09 | |
*** lggr has joined #openstack | 11:11 | |
itarchitectkev | holy crap - my instance running with quantum has an IP address! | 11:12 |
itarchitectkev | It's inaccessible - but that's beside the point... quantum is *that* secure ;-) | 11:14 |
*** drcursor has quit IRC | 11:15 | |
*** miclorb has quit IRC | 11:15 | |
*** Breaking_Pitt has joined #openstack | 11:16 | |
koolhead17 | melmoth: seems like itarchitectkev reached where you been for sometime ^^ | 11:16 |
itarchitectkev | hey, I've not looked at poking my eyes out yet - he's in a more advanced state of despair. | 11:17 |
*** lggr has quit IRC | 11:18 | |
*** lggr has joined #openstack | 11:21 | |
*** lucioc has joined #openstack | 11:22 | |
*** drcursor has joined #openstack | 11:23 | |
lucioc | hello guys. Im looking for documentation in how I add a user to a tenant, and change add/edit its role in the tenant. Anyone can help? | 11:23 |
lucioc | using the API * | 11:23 |
melmoth | i dont know how to do it using the api. | 11:24 |
melmoth | but if you do it with keystone client, and record the traffic with tcdpump -w, and replay it in wireshark, you can see how it s done | 11:24 |
foexle | heyho koolhead17 :) | 11:25 |
melmoth | you may even see it simply by configuring keystone in debug mode may be | 11:25 |
melmoth | koolhead17, here i m reinstalling from scratch. this tends to cheers me up a little when i m too depressed | 11:25 |
lucioc | melmoth: oh, true. I will take a look into that. ty | 11:25 |
melmoth | like "look at least i can do something" | 11:25 |
*** kalpase has quit IRC | 11:25 | |
koolhead17 | melmoth: :) You inspiring me to do the same | 11:26 |
*** martine has joined #openstack | 11:26 | |
*** lggr has quit IRC | 11:27 | |
itarchitectkev | zykes-, in the guide in Emilien's blog - the script to create the virtual networking has random IPs in - what do they refer to? | 11:28 |
itarchitectkev | zykes-, Would be good if that guide had a picture of how the end product looks and how you would access the guests, on what address range etc. | 11:29 |
drcursor | anyone can help me with this ? http://serverfault.com/questions/437248/openstack-connectivity-between-instances-on-2-separate-nodes | 11:29 |
*** fikus-kukis^TP has joined #openstack | 11:29 | |
*** huaia has quit IRC | 11:30 | |
*** lggr has joined #openstack | 11:30 | |
*** yocum has joined #openstack | 11:34 | |
*** lggr has quit IRC | 11:37 | |
*** aswadrangnekar has joined #openstack | 11:37 | |
*** chasmo has quit IRC | 11:38 | |
*** lggr has joined #openstack | 11:40 | |
*** dev_sa has quit IRC | 11:42 | |
*** szaydel has joined #openstack | 11:46 | |
*** acb___ has quit IRC | 11:46 | |
*** lggr has quit IRC | 11:46 | |
*** acb__ has joined #openstack | 11:46 | |
itarchitectkev | melmoth, when you've finished with those pencils, can I use them to poke my eyes out too please? | 11:48 |
itarchitectkev | melmoth, I'm teasingly close - but don't understand following these guides what the arbitary IPs actually refer too | 11:49 |
itarchitectkev | so I can use them in my own environment | 11:49 |
*** lggr has joined #openstack | 11:49 | |
itarchitectkev | otherwise the guide is awesome... zykes- take note!! | 11:49 |
melmoth | more or less same here. i m re installing everything, with exactly the same number of network as in the doc | 11:50 |
melmoth | same wiring | 11:50 |
melmoth | and will play then, untill it works, or i am asked to do soemthing more urgent | 11:50 |
*** johngarbutt has left #openstack | 11:50 | |
itarchitectkev | starts off great: controller on X.X.X.X and compute on X.X.X.X but then doc then refers to some other ranges :( | 11:50 |
*** lggr has quit IRC | 11:55 | |
itarchitectkev | whoa - the Quantum guide is 65 pages long | 11:56 |
itarchitectkev | think I know my issue - I can ssh to my instance from the host | 11:57 |
itarchitectkev | but not outside | 11:57 |
itarchitectkev | this is just the old world of me needing to assign a floating ip | 11:57 |
*** timello has joined #openstack | 11:57 | |
*** darjeeling has quit IRC | 11:58 | |
*** markvoelker has joined #openstack | 11:58 | |
melmoth | itarchitectkev, no gateway set on the network ? | 11:59 |
*** dneary has joined #openstack | 11:59 | |
*** lggr has joined #openstack | 11:59 | |
melmoth | give me those pencils bakc now, you reach further than i did | 11:59 |
*** dendro-afk is now known as dendrobates | 12:00 | |
itarchitectkev | melmoth, no - I'm keeping them handy. I've not tested my theory yet | 12:00 |
itarchitectkev | I set a gateway, but not sure what that actually refers to | 12:01 |
melmoth | i guess it s an ip connected to the "bridge" and , well... something else. | 12:01 |
melmoth | i so notunderstand what i m doing i have difficulty picking word to describe things :) | 12:01 |
itarchitectkev | haha - yeah that was the exact same conclusion I came to ;-) | 12:01 |
*** mrunge has quit IRC | 12:01 | |
*** krtaylor has joined #openstack | 12:02 | |
*** julianwa has joined #openstack | 12:02 | |
*** martine has quit IRC | 12:03 | |
*** maurosr has joined #openstack | 12:04 | |
*** tomoe_ has joined #openstack | 12:06 | |
*** lggr has quit IRC | 12:06 | |
*** danblack has quit IRC | 12:06 | |
*** dneary has quit IRC | 12:06 | |
*** ryanpetrello has joined #openstack | 12:07 | |
*** vmlinuz has joined #openstack | 12:07 | |
*** miclorb has joined #openstack | 12:08 | |
*** h0cin has joined #openstack | 12:09 | |
*** lggr has joined #openstack | 12:09 | |
*** ryanpetrello has quit IRC | 12:10 | |
*** bluenemo has quit IRC | 12:10 | |
*** gondoi has quit IRC | 12:10 | |
*** dabo has quit IRC | 12:10 | |
*** Apsu` has quit IRC | 12:12 | |
*** pvo has quit IRC | 12:12 | |
*** rainya has quit IRC | 12:13 | |
*** eharney has joined #openstack | 12:13 | |
*** eharney has quit IRC | 12:13 | |
*** eharney has joined #openstack | 12:13 | |
*** dabo has joined #openstack | 12:13 | |
*** bluenemo has joined #openstack | 12:14 | |
*** bluenemo has joined #openstack | 12:14 | |
*** Apsu` has joined #openstack | 12:14 | |
*** troytoman-away has quit IRC | 12:15 | |
*** rackerjoe has joined #openstack | 12:15 | |
*** lggr has quit IRC | 12:16 | |
*** fikus-kukis^TP has quit IRC | 12:16 | |
*** fikus-kukis^TP has joined #openstack | 12:17 | |
zykes- | itarchitectkev: say whaaat ? | 12:17 |
*** troytoman-away has joined #openstack | 12:18 | |
*** lggr has joined #openstack | 12:18 | |
itarchitectkev | zykes-, in Emilien's docs - its great - I've quantum. He (isn't here to assist/defend) said run the quantum-networking.sh script - that you are named ;-) - but what are the IPs and ranges in question and how to they map to the documentation? | 12:19 |
itarchitectkev | I've got an instance running on a quantum created subnet that I arbitrarily created | 12:19 |
One-Man-Bucket | my vm:s have trouble reaching internet | 12:19 |
zykes- | ;p | 12:20 |
*** alunduil has quit IRC | 12:20 | |
One-Man-Bucket | the node controller has internet access through a default gateway | 12:20 |
itarchitectkev | from my compute host (I've only the one) I can ping and ssh to that instance | 12:20 |
*** ehaselwanter has joined #openstack | 12:20 | |
One-Man-Bucket | any idea whre i could start looking? | 12:20 |
*** desai has joined #openstack | 12:20 | |
itarchitectkev | does this mean I've created, in old language, a private network? | 12:20 |
itarchitectkev | and to access this I need a floating ip assigned now? | 12:20 |
zykes- | itarchitectkev: you create a "router" for your tenant / all tenants (provider router) | 12:20 |
zykes- | then you set a external gw for it with a ip from the external network | 12:21 |
*** joesavak has joined #openstack | 12:21 | |
zykes- | then you link your subnet to that router via the interface-add command and you should have inet access | 12:21 |
zykes- | ;) | 12:21 |
*** jsavak has joined #openstack | 12:22 | |
*** Apsu` has quit IRC | 12:23 | |
*** sacharya has joined #openstack | 12:23 | |
*** troytoman-away has quit IRC | 12:23 | |
itarchitectkev | I will give it a go | 12:24 |
*** cryptk has quit IRC | 12:24 | |
zykes- | ;() | 12:24 |
itarchitectkev | :-S | 12:24 |
itarchitectkev | lol | 12:24 |
*** roaet-away has quit IRC | 12:24 | |
* itarchitectkev goes to get more coffee first (and more pencils) | 12:25 | |
*** lggr has quit IRC | 12:25 | |
*** dabo has quit IRC | 12:25 | |
*** joesavak has quit IRC | 12:26 | |
*** bapa has quit IRC | 12:26 | |
*** KKA has left #openstack | 12:26 | |
*** EmilienM has joined #openstack | 12:27 | |
*** lggr has joined #openstack | 12:28 | |
One-Man-Bucket | hm | 12:29 |
*** szaydel has quit IRC | 12:31 | |
*** szaydel has joined #openstack | 12:31 | |
*** lggr has quit IRC | 12:33 | |
*** h0cin has quit IRC | 12:36 | |
*** lggr has joined #openstack | 12:37 | |
*** desai has quit IRC | 12:38 | |
One-Man-Bucket | it seems to have something to do with the promisc setting | 12:39 |
*** chasmo has joined #openstack | 12:39 | |
*** h0cin has joined #openstack | 12:40 | |
*** bapa has joined #openstack | 12:40 | |
JayLee | Hi, I tested create duplicated MAC Address for vif. I think if I insert same mac address, that will be failed. Bacause address is unique key. | 12:41 |
JayLee | But My test code is print 'OK' Anyone review this? http://pastebin.com/w0qJyFYH | 12:41 |
*** milner has quit IRC | 12:41 | |
*** adalbas has joined #openstack | 12:42 | |
*** dabo has joined #openstack | 12:42 | |
*** lggr has quit IRC | 12:43 | |
*** pvo has joined #openstack | 12:43 | |
*** acathrow has joined #openstack | 12:43 | |
*** rainya has joined #openstack | 12:44 | |
*** gaveen has quit IRC | 12:45 | |
*** ewindisch has joined #openstack | 12:45 | |
One-Man-Bucket | no, now i've set promisc mode on both br100 and eth0 | 12:46 |
One-Man-Bucket | and vm:s still can't reach outside the private and office network | 12:46 |
*** lggr has joined #openstack | 12:47 | |
*** dabo has quit IRC | 12:47 | |
*** Apsu` has joined #openstack | 12:47 | |
*** riskable has quit IRC | 12:48 | |
*** pvo has quit IRC | 12:48 | |
*** mcolombo has joined #openstack | 12:48 | |
*** TerryH has joined #openstack | 12:49 | |
*** drcursor has quit IRC | 12:50 | |
*** chmouel has joined #openstack | 12:51 | |
*** troytoman-away has joined #openstack | 12:51 | |
itarchitectkev | so zykes- do I no longer have to assign floating ips, instead you create routes to your new quantum network? | 12:51 |
itarchitectkev | zykes-, how come the guide refers to floating ips then? | 12:51 |
*** Apsu` has quit IRC | 12:52 | |
*** rainya has quit IRC | 12:52 | |
*** gondoi has joined #openstack | 12:52 | |
*** drcursor has joined #openstack | 12:53 | |
*** littleidea has joined #openstack | 12:53 | |
*** mmcloud has joined #openstack | 12:53 | |
*** rainya has joined #openstack | 12:53 | |
*** lggr has quit IRC | 12:54 | |
*** KKA has joined #openstack | 12:55 | |
*** Apsu` has joined #openstack | 12:55 | |
*** littleidea has quit IRC | 12:55 | |
k3rn | hi | 12:56 |
*** lborda has joined #openstack | 12:56 | |
*** littleidea has joined #openstack | 12:56 | |
*** lggr has joined #openstack | 12:56 | |
*** ahasenack has joined #openstack | 12:56 | |
*** gondoi has quit IRC | 12:57 | |
*** datajerk has joined #openstack | 12:57 | |
*** EmilienM has quit IRC | 12:57 | |
*** gaveen has joined #openstack | 12:57 | |
*** troytoman-away has quit IRC | 12:58 | |
k3rn | I installed openstack using the devstack script. At the moment I am testing some different localrc configurations to get the network configuration set up correctly. With the recent configuration everything seems to be okay, but when I try to launch an instance, it ends in status ERROR. How can i troubleshoot this issue - where do I find the corresponding log file? | 12:58 |
*** dabo has joined #openstack | 12:58 | |
*** pvo has joined #openstack | 12:58 | |
*** milner has joined #openstack | 12:59 | |
*** primeministerp_ has joined #openstack | 12:59 | |
*** troytoman-away has joined #openstack | 13:00 | |
*** bapa has quit IRC | 13:00 | |
*** Yada has joined #openstack | 13:01 | |
*** bapa has joined #openstack | 13:01 | |
*** gondoi has joined #openstack | 13:02 | |
*** lggr has quit IRC | 13:02 | |
*** _3N74_4v1D has joined #openstack | 13:03 | |
_3N74_4v1D | hi | 13:03 |
_3N74_4v1D | is it possible to configure essex to use vmware esx server as hypervisor | 13:04 |
*** ccorrigan has joined #openstack | 13:04 | |
_3N74_4v1D | and if yes does anyone has a good guide how to do it? | 13:04 |
*** sunilthaha has quit IRC | 13:04 | |
*** cryptk has joined #openstack | 13:05 | |
itarchitectkev | _3N74_4v1D, I do believe it is, but that's as helpful as I can be - never done it. | 13:05 |
*** lggr has joined #openstack | 13:06 | |
_3N74_4v1D | aight cool | 13:06 |
_3N74_4v1D | good to know | 13:06 |
itarchitectkev | http://docs.openstack.org/essex/openstack-compute/admin/content/vmware.html | 13:07 |
itarchitectkev | sorry for the RTFM - but that's as far as I ever read out of curiosity | 13:07 |
*** roge has joined #openstack | 13:10 | |
One-Man-Bucket | any idea why i don't get internet connectivity on my vm:s ? | 13:10 |
*** roaet-away has joined #openstack | 13:12 | |
*** lggr has quit IRC | 13:12 | |
One-Man-Bucket | or where to start looking? | 13:12 |
*** h0cin has quit IRC | 13:14 | |
geordish | http://wiki.openstack.org/UnderstandingFlatNetworking | 13:14 |
geordish | http://unchainyourbrain.com/openstack/13-networking-in-nova | 13:14 |
geordish | http://docs.openstack.org/trunk/openstack-compute/admin/content/existing-ha-networking-options.html | 13:14 |
geordish | http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-vlan-networking.html | 13:14 |
*** blamar has joined #openstack | 13:14 | |
geordish | I find those links are useful work working out how networking works in openstack | 13:14 |
One-Man-Bucket | hmm, when i disable nova-compute on all nodes except the "main" cloud controller to force the vm to launch there, i get internet connectivity on the vm | 13:14 |
One-Man-Bucket | but i get dupe icmp packets when i ping | 13:14 |
One-Man-Bucket | i run flatdhcp | 13:15 |
One-Man-Bucket | thanks for the links | 13:15 |
*** blamar has quit IRC | 13:15 | |
*** lggr has joined #openstack | 13:15 | |
*** h0cin has joined #openstack | 13:16 | |
*** mcolombo has left #openstack | 13:17 | |
One-Man-Bucket | hmm, i was under the impression that i should run nova-network on all nodes? | 13:17 |
*** japage has joined #openstack | 13:17 | |
*** SmoothSage_ has joined #openstack | 13:17 | |
*** SmoothSage has quit IRC | 13:18 | |
*** halfss has joined #openstack | 13:19 | |
One-Man-Bucket | ok, it seems i got the dupe packets because both the bridge and eth0 had promisc mode on | 13:19 |
One-Man-Bucket | turning off promisc mode on both interfaces still lets the vm access internet | 13:19 |
*** UICTamale has joined #openstack | 13:20 | |
*** Math___ has joined #openstack | 13:20 | |
*** mrjazzcat has joined #openstack | 13:21 | |
*** UICTamale has left #openstack | 13:21 | |
*** lggr has quit IRC | 13:21 | |
*** sacharya has quit IRC | 13:22 | |
One-Man-Bucket | but when i force the instance to launch at another machine i can't access internet =( | 13:22 |
geordish | One-Man-Bucket: afaik nova-network should just run on one node | 13:22 |
*** saschpe has quit IRC | 13:22 | |
geordish | it acts as a gateway for your vm's I think | 13:23 |
geordish | (its been a few months since I looked at this) | 13:23 |
*** saschpe has joined #openstack | 13:23 | |
One-Man-Bucket | hmm | 13:23 |
One-Man-Bucket | i think i set multi-host to true when i created the private network (it said so in the installation manual) | 13:24 |
*** cryptk is now known as cryptk|offline | 13:24 | |
*** lggr has joined #openstack | 13:25 | |
*** goingstudy has joined #openstack | 13:26 | |
goingstudy | hello everyone,i have a question | 13:26 |
*** Dr_Who has joined #openstack | 13:27 | |
*** Dr_Who has quit IRC | 13:27 | |
*** Dr_Who has joined #openstack | 13:27 | |
*** blamar has joined #openstack | 13:28 | |
goingstudy | quotas support only 10 instances at most,how can i change this limit? | 13:28 |
goingstudy | can anyone help me? | 13:29 |
*** Dr_Who has quit IRC | 13:29 | |
*** blamar has quit IRC | 13:29 | |
One-Man-Bucket | when the manual says to set the flag: --ec2_dmz_host=$nova-api-IP, does it mean i should replace $nova-api-IP with the node controllers ip? | 13:30 |
*** lggr has quit IRC | 13:30 | |
*** blamar has joined #openstack | 13:30 | |
*** kindjal has joined #openstack | 13:31 | |
larsks | goingstudy: Log into the dashboard as "admin", and go to the "Projects" section. Click on "Modify quotas" in the menu next to a project name. | 13:31 |
One-Man-Bucket | hang on, that was from an old manual | 13:31 |
larsks | goingstudy: You can also use the "nova-manage project ..." command. | 13:32 |
*** ryanpetrello has joined #openstack | 13:32 | |
*** ijw has joined #openstack | 13:33 | |
*** Dr_Who has joined #openstack | 13:33 | |
*** Dr_Who has quit IRC | 13:33 | |
*** Dr_Who has joined #openstack | 13:33 | |
goingstudy | ok | 13:33 |
*** mattray has joined #openstack | 13:33 | |
*** lggr has joined #openstack | 13:34 | |
*** Trixboxer has joined #openstack | 13:36 | |
*** akshaysth has joined #openstack | 13:36 | |
*** darjeeling has joined #openstack | 13:39 | |
*** alunduil has joined #openstack | 13:39 | |
*** lggr has quit IRC | 13:40 | |
*** jongleur has quit IRC | 13:42 | |
One-Man-Bucket | i can see the ping packets with tcpdump on the vm host | 13:43 |
*** lggr has joined #openstack | 13:43 | |
One-Man-Bucket | this page in the docs: http://docs.openstack.org/essex/openstack-compute/install/apt/content/compute-create-network.html | 13:49 |
One-Man-Bucket | it seems to set multi-host=T | 13:49 |
One-Man-Bucket | (which i did) | 13:49 |
One-Man-Bucket | did it screw up the installation? =( | 13:49 |
*** lggr has quit IRC | 13:50 | |
*** rnorwood1 has joined #openstack | 13:52 | |
*** lggr has joined #openstack | 13:53 | |
*** dneary has joined #openstack | 13:56 | |
uvirtbot | New bug: #1065511 in cinder "cinder incorrectly creating tgt files in /usr/lib/python2.7/dist-packages/volumes/" [Undecided,New] https://launchpad.net/bugs/1065511 | 13:56 |
*** lggr has quit IRC | 13:58 | |
*** Hikhvar has quit IRC | 13:59 | |
*** senilegenius has joined #openstack | 14:00 | |
*** senilegenius has joined #openstack | 14:01 | |
*** lggr has joined #openstack | 14:02 | |
*** dneary has quit IRC | 14:03 | |
One-Man-Bucket | i haven't installed nova-network, but isntalling nova-compute seems to add nova-network as an upstart job? | 14:03 |
*** jongleur has joined #openstack | 14:04 | |
One-Man-Bucket | no sorry, i did | 14:04 |
*** Free_maN has quit IRC | 14:05 | |
One-Man-Bucket | so now i tried to update the networks table in the nova database and set multi-host to 0, since tehre is no way to do it with the CLI | 14:05 |
One-Man-Bucket | and uninstalled nova-network on the second compute-node | 14:05 |
*** radez_g0n3 is now known as radez | 14:07 | |
*** kbringard has joined #openstack | 14:08 | |
*** sdake has quit IRC | 14:09 | |
*** zeus has joined #openstack | 14:09 | |
*** sdake has joined #openstack | 14:10 | |
*** lggr has quit IRC | 14:10 | |
JayLee | Hi, I tested create duplicated MAC Address for vif. I think if I insert same mac address, that will be failed. Bacause address is unique key. | 14:11 |
JayLee | But My test code is print 'OK' Anyone review this? http://pastebin.com/w0qJyFYH | 14:11 |
uvirtbot | New bug: #1065516 in nova "nova migrate does not update bridge configuration on destination node" [Undecided,New] https://launchpad.net/bugs/1065516 | 14:11 |
*** lazyshot has joined #openstack | 14:12 | |
*** lggr has joined #openstack | 14:13 | |
*** sudorandom has joined #openstack | 14:13 | |
*** sacharya has joined #openstack | 14:14 | |
*** ninkotech has joined #openstack | 14:14 | |
*** Free_maN has joined #openstack | 14:14 | |
*** littleidea has quit IRC | 14:15 | |
*** rnirmal has joined #openstack | 14:15 | |
*** dneary has joined #openstack | 14:15 | |
*** bapa has quit IRC | 14:16 | |
uvirtbot | New bug: #1065519 in glance "service glance-registry start produces spawning child processes" [Undecided,New] https://launchpad.net/bugs/1065519 | 14:16 |
*** lggr has quit IRC | 14:18 | |
*** goingstudy has quit IRC | 14:19 | |
*** davidhadas has quit IRC | 14:20 | |
uvirtbot | New bug: #1065522 in swift "Add X-Delete-At support to FormPost" [Undecided,New] https://launchpad.net/bugs/1065522 | 14:21 |
uvirtbot | New bug: #1065524 in openstack-common "lockutils - API for setting up lock_path/lock_file_prefix" [Medium,Confirmed] https://launchpad.net/bugs/1065524 | 14:21 |
uvirtbot | New bug: #1065525 in openstack-common "lockutils - API for destroying the semaphores" [Medium,Confirmed] https://launchpad.net/bugs/1065525 | 14:21 |
*** KarinLevenstein has joined #openstack | 14:21 | |
*** bapa has joined #openstack | 14:22 | |
*** lggr has joined #openstack | 14:22 | |
*** cp16net is now known as cp16net|away | 14:22 | |
*** cp16net|away is now known as cp16net | 14:22 | |
*** bka has joined #openstack | 14:25 | |
uvirtbot | New bug: #1065529 in openstack-common "lockutils - native threads support" [Medium,Confirmed] https://launchpad.net/bugs/1065529 | 14:26 |
*** koolhead17 has quit IRC | 14:26 | |
*** Gordonz has joined #openstack | 14:27 | |
*** lggr has quit IRC | 14:28 | |
*** rnorwood1 has quit IRC | 14:29 | |
*** Gordonz has quit IRC | 14:30 | |
*** Gordonz has joined #openstack | 14:31 | |
*** led_belly has joined #openstack | 14:31 | |
*** rnorwood1 has joined #openstack | 14:31 | |
One-Man-Bucket | should nova-scheduler run on only one node? | 14:31 |
One-Man-Bucket | what does it do? | 14:31 |
uvirtbot | New bug: #1065531 in openstack-common "lockutils - lock dir cleanup locks wrong" [Medium,Confirmed] https://launchpad.net/bugs/1065531 | 14:31 |
*** rnorwood1 has quit IRC | 14:31 | |
melmoth | One-Man-Bucket, yes it does. I think it decide wich compute node to pick when a new vm must be statred | 14:32 |
melmoth | i do not know for sure if it also schedule other tasks | 14:32 |
*** lggr has joined #openstack | 14:32 | |
One-Man-Bucket | ok | 14:32 |
One-Man-Bucket | but it's not enough to have one scheduler running on the main node? | 14:33 |
*** desai has joined #openstack | 14:34 | |
*** terryw has joined #openstack | 14:34 | |
*** otherwiseguy has quit IRC | 14:35 | |
*** terryw is now known as otherwiseguy | 14:35 | |
*** aswadrangnekar has left #openstack | 14:36 | |
*** changlp_ is now known as changlp | 14:36 | |
uvirtbot | New bug: #1065532 in openstack-common "ZmqProxy's PUB sockets cause eventlet polling loop - 100% cpu utilization" [Undecided,New] https://launchpad.net/bugs/1065532 | 14:36 |
*** saurabh has left #openstack | 14:36 | |
*** ccorrigan has quit IRC | 14:36 | |
One-Man-Bucket | i think i got networking to work now | 14:37 |
One-Man-Bucket | in single host mode | 14:37 |
One-Man-Bucket | with access to internet on the vms | 14:37 |
*** aleks_ has quit IRC | 14:37 | |
*** b4sher has joined #openstack | 14:37 | |
*** rnorwood1 has joined #openstack | 14:38 | |
*** lggr has quit IRC | 14:38 | |
*** llang629 has joined #openstack | 14:38 | |
*** miclorb has quit IRC | 14:39 | |
*** llang629 has left #openstack | 14:39 | |
*** EmilienM has joined #openstack | 14:39 | |
*** saschpe has quit IRC | 14:40 | |
One-Man-Bucket | or almost | 14:40 |
One-Man-Bucket | i have to set promisc mode on br100 on the cloud controller | 14:41 |
One-Man-Bucket | this makes internet access work everywhere | 14:41 |
One-Man-Bucket | BUT vm:s that run on the cloud controller itself get duplicate packets | 14:41 |
*** lggr has joined #openstack | 14:42 | |
One-Man-Bucket | i suppose this is good enough | 14:43 |
*** sdake has quit IRC | 14:43 | |
*** sdake has joined #openstack | 14:43 | |
*** colinmcnamara has joined #openstack | 14:44 | |
*** scotm has joined #openstack | 14:44 | |
*** tdowg1 has joined #openstack | 14:46 | |
uvirtbot | New bug: #1065537 in openstack-manuals "Task: document how to change Dashboard time zone" [Low,Confirmed] https://launchpad.net/bugs/1065537 | 14:46 |
*** dneary has quit IRC | 14:48 | |
*** lggr has quit IRC | 14:49 | |
*** UICTamale has joined #openstack | 14:49 | |
*** jaypipes has joined #openstack | 14:50 | |
b4sher | whenever i'm issuing keystone commands (on a fresh installation of essex from ubuntu repos), the only output is "printt" | 14:50 |
b4sher | has anyone seen this before? | 14:50 |
b4sher | it appears to be a function of prettytables in python, and that module is installed | 14:50 |
*** jsavak has quit IRC | 14:51 | |
*** lggr has joined #openstack | 14:51 | |
*** littleidea has joined #openstack | 14:52 | |
*** bka has quit IRC | 14:52 | |
*** dwcramer has joined #openstack | 14:53 | |
*** BLZbubba has joined #openstack | 14:56 | |
*** cp16net is now known as cp16net|away | 14:57 | |
annegentle | b4sher: I saw that yesterday but for the life of me I couldn't repeat the steps | 14:57 |
*** davidhadas has joined #openstack | 14:57 | |
annegentle | b4sher: in my case, I was installing from the Cloud Archive (and hoping to install Folsom) | 14:57 |
*** azret has quit IRC | 14:57 | |
*** milner has quit IRC | 14:58 | |
*** lggr has quit IRC | 14:58 | |
b4sher | annegentle: i think the problem is i gave up on folsom (need to do more testing before submitting into our production env) | 14:58 |
b4sher | annegentle: so i removed all the sources and packages, cleaned the system of any trace of it (as well as dbs), then proceeded with the cloud archive using 2012.1 | 14:59 |
*** cp16net|away is now known as cp16net | 14:59 | |
b4sher | annegentle: ended up applying this patch (https://launchpadlibrarian.net/104576486/replace-printt.diff) to /usr/lib/python2.7/dist-packages/keystoneclient/utils.py and now it seems to be working | 14:59 |
k3rn | I got a problem with associating a floating IP to an instance. I get an error quoting that the selected IP is not a valid choice... | 15:00 |
*** senilegenius has quit IRC | 15:00 | |
*** dyer has joined #openstack | 15:00 | |
*** krow has joined #openstack | 15:01 | |
*** UICTamale has left #openstack | 15:01 | |
*** atrius is now known as atrius_away | 15:01 | |
*** lggr has joined #openstack | 15:01 | |
*** datajerk has quit IRC | 15:01 | |
*** datajerk has joined #openstack | 15:02 | |
*** UICTamale has joined #openstack | 15:02 | |
*** jongleur has quit IRC | 15:03 | |
*** l_a_m has quit IRC | 15:04 | |
*** UICTamale has left #openstack | 15:04 | |
*** jongleur has joined #openstack | 15:05 | |
*** arBmind has joined #openstack | 15:05 | |
*** littleidea has quit IRC | 15:06 | |
*** milner has joined #openstack | 15:06 | |
*** datajerk has quit IRC | 15:07 | |
*** lggr has quit IRC | 15:07 | |
*** UICTamale has joined #openstack | 15:07 | |
*** mmcloud has quit IRC | 15:07 | |
*** UICTamale has quit IRC | 15:07 | |
*** UICTamale has joined #openstack | 15:08 | |
*** pvankouteren has quit IRC | 15:08 | |
*** aeperezt has joined #openstack | 15:08 | |
*** reidrac has left #openstack | 15:08 | |
*** UICTamale has left #openstack | 15:08 | |
*** primeministerp_ has quit IRC | 15:09 | |
*** rstarmer has joined #openstack | 15:09 | |
*** lggr has joined #openstack | 15:10 | |
uvirtbot | New bug: #1065549 in nova "Error "nova volume-create" - TypeError: %x format: a number is required, not unicode " [Undecided,New] https://launchpad.net/bugs/1065549 | 15:11 |
*** dyer has quit IRC | 15:12 | |
*** metral has joined #openstack | 15:13 | |
*** littleidea has joined #openstack | 15:14 | |
*** julianwa has quit IRC | 15:15 | |
*** Triade has quit IRC | 15:15 | |
*** ctracey has quit IRC | 15:16 | |
*** lggr has quit IRC | 15:18 | |
*** davidhadas has quit IRC | 15:18 | |
*** ctracey has joined #openstack | 15:20 | |
*** reed has joined #openstack | 15:20 | |
*** KurtMartin has joined #openstack | 15:20 | |
Dieterbe | is it possible to do signed urls in swift? | 15:21 |
*** lggr has joined #openstack | 15:21 | |
*** clopez has joined #openstack | 15:22 | |
*** senilegenius has joined #openstack | 15:23 | |
*** aleks_ has joined #openstack | 15:24 | |
*** ewindisch has quit IRC | 15:25 | |
*** kirkland has quit IRC | 15:26 | |
*** kirkland has joined #openstack | 15:26 | |
*** ondergetekende has quit IRC | 15:26 | |
JayLee | Hi, I tested create duplicated MAC Address for vif. I think if I insert same mac address, that will be failed. Bacause address is unique key. | 15:26 |
JayLee | But My test code is print 'OK' Anyone review this? http://pastebin.com/w0qJyFYH | 15:26 |
*** KarinLevenstein has quit IRC | 15:26 | |
doude | Hi all, someone try to do backup command through the Compute API with extension "admin actions" extension on Folsom release ? | 15:26 |
*** lggr has quit IRC | 15:27 | |
*** aleks_ has quit IRC | 15:27 | |
*** lggr has joined #openstack | 15:28 | |
*** zx225 has joined #openstack | 15:29 | |
*** dolphm_ has joined #openstack | 15:30 | |
*** jongleur has quit IRC | 15:30 | |
*** kindjal has quit IRC | 15:31 | |
*** rstarmer has quit IRC | 15:31 | |
*** oNeToWn has joined #openstack | 15:34 | |
*** atrius_away is now known as atrius | 15:34 | |
*** jodok has quit IRC | 15:34 | |
*** lggr has quit IRC | 15:34 | |
*** jemartin has joined #openstack | 15:34 | |
*** sayan has joined #openstack | 15:37 | |
*** zx225 has quit IRC | 15:37 | |
*** scotm has quit IRC | 15:38 | |
*** lggr has joined #openstack | 15:38 | |
*** drcursor has quit IRC | 15:40 | |
*** lucioc has quit IRC | 15:40 | |
*** ryanpetrello has quit IRC | 15:40 | |
*** drcursor has joined #openstack | 15:40 | |
*** foexle has quit IRC | 15:41 | |
*** drcursor has quit IRC | 15:41 | |
*** timello has quit IRC | 15:41 | |
*** UICTamale has joined #openstack | 15:42 | |
*** dendrobates is now known as dendro-afk | 15:42 | |
*** UICTamale has left #openstack | 15:43 | |
*** rnorwood1 has quit IRC | 15:45 | |
*** lggr has quit IRC | 15:45 | |
*** osier has quit IRC | 15:46 | |
doude | Hi all, someone try to do backup command through the Compute API with extension "admin actions" on Folsom release ? Me I get errors on Nova and Glance | 15:46 |
*** rnorwood1 has joined #openstack | 15:47 | |
*** acb__ has quit IRC | 15:47 | |
*** Blackavar has quit IRC | 15:47 | |
doude | I opened 2 bugs : https://bugs.launchpad.net/nova/+bug/1065053 and https://bugs.launchpad.net/glance/+bug/1065060 | 15:47 |
*** lggr has joined #openstack | 15:48 | |
*** sayan_ has joined #openstack | 15:48 | |
*** sagar_nikam has joined #openstack | 15:49 | |
*** sayan_ has quit IRC | 15:49 | |
*** ykaul has joined #openstack | 15:51 | |
*** datsun180b has joined #openstack | 15:51 | |
*** kalpase has joined #openstack | 15:52 | |
*** datsun180b has quit IRC | 15:52 | |
*** timello has joined #openstack | 15:53 | |
*** datsun180b has joined #openstack | 15:53 | |
*** dachary has joined #openstack | 15:53 | |
*** lggr has quit IRC | 15:54 | |
*** dachary has left #openstack | 15:54 | |
*** itarchitectkev has quit IRC | 15:54 | |
*** EmilienM has left #openstack | 15:56 | |
One-Man-Bucket | i think we have to swithc to multi-host networking anyway | 15:57 |
*** dendro-afk is now known as dendrobates | 15:57 | |
One-Man-Bucket | it seems there's a network bottleneck | 15:57 |
_3N74_4v1D | hey people, I start VMware machines from nova, but on vmware I get something like "unable to find operating system" | 15:57 |
*** kalpase has quit IRC | 15:57 | |
One-Man-Bucket | especially when spawning a new image.. the images are served from the same machine that runs nova-network | 15:57 |
*** osier has joined #openstack | 15:57 | |
_3N74_4v1D | seems vmware cant boot the image | 15:57 |
*** lggr has joined #openstack | 15:57 | |
*** mindpixel has quit IRC | 15:58 | |
_3N74_4v1D | is there secial ubuntu images for vmware? | 15:58 |
_3N74_4v1D | special* | 15:58 |
*** tomoe_ has quit IRC | 15:59 | |
*** tomoe_ has joined #openstack | 15:59 | |
*** heraclide has left #openstack | 16:00 | |
*** hemna has joined #openstack | 16:01 | |
*** KarinLevenstein has joined #openstack | 16:01 | |
*** rocambole has quit IRC | 16:01 | |
sagar_nikam | hi, i am trying devstack on ubuntu 12.04, the script is hanging at sudo virsh list --all. how do i solve this ? | 16:01 |
*** afazekas has quit IRC | 16:02 | |
*** _3N74_4v1D has quit IRC | 16:03 | |
*** aleks_ has joined #openstack | 16:03 | |
*** lggr has quit IRC | 16:04 | |
*** tomoe_ has quit IRC | 16:04 | |
*** metral_ has joined #openstack | 16:05 | |
*** metral has quit IRC | 16:07 | |
*** metral_ is now known as metral | 16:07 | |
*** lggr has joined #openstack | 16:07 | |
*** aliguori has quit IRC | 16:08 | |
*** acb__ has joined #openstack | 16:10 | |
*** halfss has quit IRC | 16:10 | |
*** krow has quit IRC | 16:12 | |
*** lggr has quit IRC | 16:13 | |
*** warik has joined #openstack | 16:13 | |
*** Math___ has quit IRC | 16:14 | |
*** epim has quit IRC | 16:14 | |
*** blamar has quit IRC | 16:14 | |
k3rn | I can't assign floating IPs via horizon. I get an error quoting invalid choice. I did manage to assign an floating IP via the 'nova add-floating-ip' command. Is that a recent bug? | 16:14 |
*** gyee has joined #openstack | 16:15 | |
*** pvankouteren has joined #openstack | 16:15 | |
k3rn | and another question: I am testing the folsome release using devstack. Does anyone have an localrc file to set up all-in-one openstack using one network interface in the host? | 16:16 |
*** ykaul has quit IRC | 16:17 | |
*** lggr has joined #openstack | 16:17 | |
*** bapa has quit IRC | 16:18 | |
*** kalpase has joined #openstack | 16:18 | |
*** ejat has joined #openstack | 16:19 | |
*** ejat has joined #openstack | 16:19 | |
*** kalpase has left #openstack | 16:19 | |
*** pvankouteren has quit IRC | 16:20 | |
*** otherwiseguy has quit IRC | 16:20 | |
*** pvankouteren has joined #openstack | 16:21 | |
*** jplewi has joined #openstack | 16:22 | |
*** lggr has quit IRC | 16:23 | |
*** erikz__ has quit IRC | 16:26 | |
*** lggr has joined #openstack | 16:27 | |
sagar_nikam | k3rn:i am trying devstack on ubuntu 12.04 and the script is stuck at sudo virsh list --all. how do i solve this ? | 16:28 |
Cardoe | look at /var/log/libvirt/libvirtd.log | 16:28 |
*** shanlar has joined #openstack | 16:29 | |
*** kindaopsdevy has joined #openstack | 16:29 | |
*** sacharya has quit IRC | 16:30 | |
*** simon_lucy has quit IRC | 16:30 | |
*** ewindisch has joined #openstack | 16:30 | |
*** warik_ has joined #openstack | 16:31 | |
*** warik has quit IRC | 16:31 | |
*** warik_ is now known as warik | 16:31 | |
*** lggr has quit IRC | 16:33 | |
sagar_nikam | Cardoe: no entries in the log file. | 16:34 |
*** dendrobates is now known as dendro-afk | 16:34 | |
*** monster_ has joined #openstack | 16:35 | |
*** ev0ldave has joined #openstack | 16:35 | |
k3rn | sagar_nikam, you can try starting the script as user root. the script will then add a user 'stack' and start installing as this user... | 16:35 |
*** ejat has quit IRC | 16:36 | |
sagar_nikam | k3rn: thanks, will try that | 16:36 |
*** roaet-away is now known as roaet-away-away | 16:36 | |
*** lggr has joined #openstack | 16:36 | |
*** gaveen has quit IRC | 16:36 | |
JayLee | Hi, I tested create duplicated MAC Address for vif. I think if I insert same mac address, that will be failed. Bacause address is unique key. | 16:37 |
JayLee | But My test code is print 'OK' Anyone review this? http://pastebin.com/w0qJyFYH | 16:37 |
*** Math___ has joined #openstack | 16:38 | |
*** metral_ has joined #openstack | 16:38 | |
*** metral has quit IRC | 16:39 | |
*** metral_ is now known as metral | 16:39 | |
*** ev0ldave1 has joined #openstack | 16:40 | |
*** ev0ldave has quit IRC | 16:40 | |
*** ejat has joined #openstack | 16:40 | |
*** Blackavar has joined #openstack | 16:40 | |
*** One-Man-Bucket has quit IRC | 16:40 | |
*** dwcramer has quit IRC | 16:41 | |
*** comptona has joined #openstack | 16:41 | |
*** sagar_nikam has quit IRC | 16:42 | |
*** ev0ldave has joined #openstack | 16:42 | |
*** littleidea has quit IRC | 16:42 | |
*** scalability-junk has joined #openstack | 16:43 | |
*** lggr has quit IRC | 16:43 | |
*** lloydde has joined #openstack | 16:43 | |
*** ondergetekende has joined #openstack | 16:44 | |
*** ijw has quit IRC | 16:44 | |
*** ev0ldave1 has quit IRC | 16:45 | |
*** sniperd has joined #openstack | 16:45 | |
*** warik has quit IRC | 16:45 | |
*** lloydde has quit IRC | 16:45 | |
*** warik has joined #openstack | 16:45 | |
*** lggr has joined #openstack | 16:46 | |
*** ryanpetrello has joined #openstack | 16:46 | |
*** littleidea has joined #openstack | 16:47 | |
*** notze has quit IRC | 16:47 | |
*** colinmcnamara has quit IRC | 16:47 | |
*** rafiu has quit IRC | 16:48 | |
*** rafiu has joined #openstack | 16:50 | |
scalability-junk | hey is there any detailed docs what the difference between cinder, swift and ceph? | 16:50 |
scalability-junk | *is? | 16:50 |
Cardoe | I can tell you swift is Amazon S3 | 16:51 |
*** primozf has quit IRC | 16:51 | |
*** colinmcnamara has joined #openstack | 16:52 | |
*** colinmcnamara has quit IRC | 16:52 | |
scalability-junk | I'm doubting that amazon s3 is swift but yeah it has the same functions... | 16:52 |
*** colinmcnamara has joined #openstack | 16:52 | |
*** lggr has quit IRC | 16:52 | |
oNeToWn | cinder is a block storage management service, swift is designed for object storage, ceph want become both of block storage and object storage. | 16:54 |
oNeToWn | it's what my understanding. | 16:54 |
*** AnilV4 has joined #openstack | 16:54 | |
Cardoe | scalability-junk: I meant as a parallel competitor | 16:55 |
Cardoe | It implements the same functionality | 16:55 |
*** AnilV_ has joined #openstack | 16:55 | |
*** dendro-afk is now known as dendrobates | 16:55 | |
scalability-junk | Cardoe, hehe just was kidding with you | 16:55 |
*** lggr has joined #openstack | 16:55 | |
scalability-junk | oNeToWn, yeah that's sort of what I understand too. so cinder isn't a real blockstorage it's just a gateway sort of? | 16:56 |
scalability-junk | and ceph is not really used in production openstack setups? | 16:56 |
*** adjohn has joined #openstack | 16:56 | |
*** joshuamckenty has joined #openstack | 16:57 | |
*** MrHeat has joined #openstack | 16:57 | |
notmyname | scalability-junk: my understanding is that cinder is an integration point (so ceph, solidfire, et al can all make cinder-pluggable block storage things) | 16:57 |
scalability-junk | ok great | 16:57 |
MrHeat | Hi, anyone have been using keystone api to create users? "OS-KSADM:password" doesn't work with dashboard... they are using different method of authenticate | 16:57 |
MrHeat | I need to know how to send a compatible password of keystone with dashboard via api | 16:58 |
*** aleks_ has quit IRC | 16:58 | |
*** sayan has quit IRC | 16:58 | |
notmyname | scalability-junk: and ceph isn't an openstack project, but they are pretty involved with it, especially from the block storage side | 16:59 |
*** krtaylor has quit IRC | 16:59 | |
*** AnilV4 has quit IRC | 16:59 | |
notmyname | scalability-junk: swift is an object storage system, so it's not directly comparable to block storage. swift is good for backups, archiving, static content. it's designed for large scale (both in concurrent users and in amount of storage) and is ideal for any unstructured data that can grow without bound | 17:00 |
scalability-junk | notmyname, yeah but would actually be cool from a infrastructure perspecitve to have ceph for block, filesystem and object storage I think. | 17:00 |
oNeToWn | +notmyname, nice explanation. | 17:00 |
scalability-junk | notmyname, yeah but with openstack you would need (if you really need that) swift, cinder and for example gluster if you need a distributed filesystem. | 17:01 |
scalability-junk | with ceph it's all one storage and service as I understand it. sounds like great at first sight. | 17:01 |
*** secbitchris has quit IRC | 17:01 | |
*** lggr has quit IRC | 17:02 | |
*** aydin916 has joined #openstack | 17:02 | |
notmyname | scalability-junk: I think it's more important to look at the use cases you are solving for first. It's better to have something that solves your problem well rather than something that sorta solves all your problems. | 17:02 |
scalability-junk | notmyname, so the drawback is that ceph isn't as specialized for each parts? | 17:03 |
scalability-junk | so you wouldn't recommend running ceph instead of swift? | 17:03 |
notmyname | scalability-junk: I've got a completely biased answer, but I think swift is better than ceph for object storage :-) | 17:04 |
*** Blackavar has quit IRC | 17:04 | |
*** thovden has joined #openstack | 17:04 | |
*** derekh has quit IRC | 17:04 | |
*** darraghb has quit IRC | 17:05 | |
notmyname | scalability-junk: I think that layering abstractions (object+file+block) leads to complexity and unintended consequences. when having a storage system that can focus on one, you get something that is better operationally and can solve a specific set of problems better | 17:05 |
scalability-junk | notmyname, but sounds like it's better but for small setups having one stack doing 3 services instead of 3 stacks doing one each and for huge setups the complexity will grow having one stack instead of 3...? | 17:06 |
*** lggr has joined #openstack | 17:06 | |
uvirtbot | New bug: #1065584 in swift "metadata shrinking below 254 increment could cause corruption" [Undecided,New] https://launchpad.net/bugs/1065584 | 17:06 |
*** Blackavar has joined #openstack | 17:06 | |
notmyname | scalability-junk: actually, I'd argue that specialization is more important the larger you get (either in throughput/connections or in total space managed) | 17:06 |
scalability-junk | notmyname, yeah that was my point or at least the one I was trying to say :) | 17:07 |
notmyname | scalability-junk: as you get larger, you need to be able to tune your systems to the exact workload you have. and pain points will become more evident as you get larger and put more stress on your systems | 17:07 |
scalability-junk | smaller - > one setup (ceph) easier | bigger - > 3 setup (swift etc.) easier. | 17:07 |
*** kindaopsdevy has quit IRC | 17:08 | |
notmyname | scalability-junk: perhaps, but one of the things I am working on with swift is to make sure it works well in small setups too :-) | 17:08 |
*** Vinsh_HP has quit IRC | 17:08 | |
scalability-junk | notmyname, how small? I doubt it's the small region were I for private projects are going for :) | 17:09 |
scalability-junk | *-are +am | 17:09 |
notmyname | scalability-junk: swift can work well with just a couple of machines and a few drives in each (something I see often in customer POCs where I work). and as the cluster grows, it's abilities grow too | 17:11 |
*** nacx has quit IRC | 17:11 | |
scalability-junk | notmyname, yeah my setup would be one server to start... :) so I'm not really trying to setup swift, wouldn't make too much sense with under 3 machines I reckon. | 17:12 |
scalability-junk | especially cause the one server should actually be a nova starting point :) | 17:12 |
*** lggr has quit IRC | 17:13 | |
*** aydin916 has left #openstack | 17:13 | |
*** nacx has joined #openstack | 17:13 | |
notmyname | scalability-junk: I'd recommend starting with at least 3-5 drives to protect against a single drive failing, but one machine can work. you'll have higher CPU overhead on that box as opposed to having 2-3 different servers, but it can work | 17:13 |
*** dolphm_ has quit IRC | 17:13 | |
scalability-junk | ok so you would sort of use the drives as replication? | 17:14 |
*** lggr has joined #openstack | 17:14 | |
*** lloydde has joined #openstack | 17:15 | |
notmyname | scalability-junk: swift would put each replica on a different drive. actually, it would even work with just one drive, but I wouldn't recommend that for anything beyond a "hey guys, watch this!" sort of toy example | 17:15 |
*** capricorn_1 has quit IRC | 17:15 | |
*** jongleur has joined #openstack | 17:15 | |
scalability-junk | cool to know, sounds actually great. easier to have 3-5 drives than have 3-5 machines with a few drives | 17:16 |
*** gatuus has joined #openstack | 17:16 | |
notmyname | I mean, the point of something like swift is to provide high durability by replicating the data 3 times. durability is kinda hard to get when it's all on the same drive | 17:16 |
scalability-junk | so you are primarily involved in swift? | 17:16 |
scalability-junk | notmyname, yeah true | 17:16 |
notmyname | scalability-junk: ya, I'm the PTL for swift and have been involved with it since before openstack started | 17:16 |
*** colinmcnamara has quit IRC | 17:16 | |
scalability-junk | cool | 17:16 |
notmyname | scalability-junk: any change you are in the SF Bay area? we're having a meetup in sunnyvale this afternoon about how swift works | 17:17 |
scalability-junk | one question I asked myself was does a swift provider want to backup the data? and if yes how? | 17:17 |
scalability-junk | notmyname, no munich, germany and here openstack meetups are a bit rare :P | 17:17 |
*** nacx has quit IRC | 17:17 | |
gatuus | notmyname: are you going to record or post something about taht meeting?? | 17:18 |
*** senilegenius has quit IRC | 17:19 | |
notmyname | scalability-junk: it's come up, but the answer generally is "swift already gives you backups because the data is replicated". in a lot of cases, swift is the backup target. beyond that, it's designed for availability and durability, so in a hand-wavey way, swift backs itself up with the durability guarantees it provides | 17:19 |
*** dhellmann is now known as dhellmann-afk | 17:20 | |
notmyname | gatuus: not live, but the content will be shared in a few places. most likely as blog posts on swiftstack's blog or in recorded talks we publish | 17:20 |
gatuus | notmyname: ohh... All right.. I'll look for it later.. thanx =) | 17:21 |
scalability-junk | notmyname, yeah sort of. but swift isn't providing versions of files for example or? so if someone deleted main_backup2 it will replicated the deletion and sort of eats up the backup through replication or? | 17:21 |
*** lggr has quit IRC | 17:22 | |
*** aculich has quit IRC | 17:22 | |
notmyname | scalability-junk: correct (beyond the optional 'versioned writes' feature swift has) | 17:22 |
scalability-junk | *googling versioned writes' | 17:22 |
notmyname | scalability-junk: let me find you the link | 17:23 |
notmyname | scalability-junk: http://docs.openstack.org/developer/swift/overview_object_versioning.html | 17:23 |
notmyname | scalability-junk: basically, writes push onto the stack and deletes pop the stack | 17:23 |
*** zach_mtu has joined #openstack | 17:24 | |
*** lggr has joined #openstack | 17:24 | |
*** aculich has joined #openstack | 17:25 | |
scalability-junk | sounds more like a backup solution | 17:25 |
scalability-junk | sounds actually really great. | 17:26 |
scalability-junk | thanks for the link | 17:26 |
*** blimus has quit IRC | 17:26 | |
*** zach_mtu has quit IRC | 17:26 | |
*** bbcmicrocomputer has quit IRC | 17:27 | |
*** optyx has joined #openstack | 17:29 | |
gatuus | Hi.... Er.. With who can I see the use of an OpenStack Logo for commertial use?? | 17:29 |
*** zach_mtu has joined #openstack | 17:30 | |
*** lggr has quit IRC | 17:30 | |
*** zach_mtu has quit IRC | 17:30 | |
larsks | gatuus: Have you already seen http://www.openstack.org/brand/openstack-logo/? | 17:31 |
*** zach_mtu has joined #openstack | 17:31 | |
*** sacharya has joined #openstack | 17:31 | |
*** zach_mtu has quit IRC | 17:31 | |
*** SmoothSage__ has joined #openstack | 17:32 | |
*** Breaking_Pitt has quit IRC | 17:32 | |
gatuus | larsks: Yes.. but I think that... we are gonna need a commertial one.. :S | 17:32 |
*** SmoothSage_ has quit IRC | 17:32 | |
larsks | gatuus: Okay. Just checkin' | 17:33 |
scalability-junk | do I need a blockstorage with nova or is this actually just optional? | 17:33 |
notmyname | gatuus: I'd talk to lauren sell | 17:33 |
*** adalbas has quit IRC | 17:33 | |
gatuus | ohhh ok.. maybe with him | 17:34 |
scalability-junk | I could probably do most of the stuff with non persistent stuff, but I'm not sure if that's the best solution. having non persistent data would ensure easy failover between different openstack setups... | 17:34 |
*** lggr has joined #openstack | 17:34 | |
*** Ryan_Lane has quit IRC | 17:35 | |
gatuus | Maybe my boss can talk to him personally next week on the "Summit"? | 17:35 |
*** MarcMorata has quit IRC | 17:36 | |
*** kindaopsdevy has joined #openstack | 17:36 | |
*** miclorb has joined #openstack | 17:37 | |
gatuus | gatuus: Is rubished... Lauren is she... :S :S | 17:38 |
* gatuus rubished | 17:38 | |
*** miclorb_ has joined #openstack | 17:40 | |
Cardoe | Having an issue where cloud-init is failing when starting up on my VM | 17:40 |
notmyname | gatuus: ya, I'd start with Lauren, but the right person will definitely be at the summit next week | 17:40 |
Cardoe | 2012-10-10 15:52:54,633 - util.py[WARNING]: 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [50/120s]: url error [timed out] | 17:40 |
uvirtbot | New bug: #1065601 in horizon "no default templates for security rules" [Undecided,New] https://launchpad.net/bugs/1065601 | 17:41 |
*** littleidea has quit IRC | 17:42 | |
*** lggr has quit IRC | 17:42 | |
*** epim has joined #openstack | 17:42 | |
gatuus | notmyname: Ohh.. all right... Meet you there =) | 17:42 |
*** mnewby has quit IRC | 17:42 | |
JayLee | Hi, I tested create duplicated MAC Address for vif. I think if I insert same mac address, that will be failed. Bacause address is unique key. | 17:42 |
JayLee | But My test code is print 'OK' Anyone review this? http://pastebin.com/w0qJyFYH | 17:42 |
*** kindjal has joined #openstack | 17:43 | |
*** melmoth has quit IRC | 17:43 | |
*** miclorb has quit IRC | 17:43 | |
*** littleidea has joined #openstack | 17:43 | |
*** robbiew has quit IRC | 17:43 | |
notmyname | gatuus: it's going to be a fun, busy week | 17:43 |
*** jog0 has joined #openstack | 17:44 | |
*** SmoothSage_ has joined #openstack | 17:44 | |
*** scotm has joined #openstack | 17:45 | |
*** SmoothSage__ has quit IRC | 17:45 | |
*** lggr has joined #openstack | 17:45 | |
*** jdurgin has joined #openstack | 17:46 | |
gatuus | notmyname: Yeah! very exciting!! =) but as you said, A lot of impresive work from all of you | 17:46 |
*** adalbas has joined #openstack | 17:46 | |
*** jog0 has left #openstack | 17:46 | |
*** krtaylor has joined #openstack | 17:47 | |
*** dneary has joined #openstack | 17:48 | |
*** MrHeat has quit IRC | 17:49 | |
*** SmoothSage__ has joined #openstack | 17:50 | |
*** SmoothSage_ has quit IRC | 17:50 | |
*** wabat has joined #openstack | 17:51 | |
*** lggr has quit IRC | 17:51 | |
*** bapa has joined #openstack | 17:54 | |
*** notze has joined #openstack | 17:55 | |
*** lggr has joined #openstack | 17:55 | |
*** dneary has quit IRC | 17:56 | |
*** sacharya has quit IRC | 17:58 | |
*** sacharya has joined #openstack | 17:58 | |
*** dneary has joined #openstack | 17:59 | |
*** jstrunk has quit IRC | 17:59 | |
*** jongleur has quit IRC | 17:59 | |
*** notze has quit IRC | 17:59 | |
*** anon12345 has joined #openstack | 17:59 | |
*** adjohn has quit IRC | 17:59 | |
*** 66MAAGPEE has joined #openstack | 18:00 | |
anon12345 | how/where do u write tests? | 18:00 |
*** lggr has quit IRC | 18:02 | |
*** kindaopsdevy has left #openstack | 18:04 | |
*** cp16net is now known as cp16net|away | 18:04 | |
scalability-junk | hehe thanks again John for the help notmyname :P | 18:05 |
scalability-junk | just read a few great articles on the latest features and globally distributed swift clusters | 18:05 |
*** lggr has joined #openstack | 18:05 | |
*** drcursor has joined #openstack | 18:05 | |
*** Cardoe has quit IRC | 18:07 | |
*** dachary has joined #openstack | 18:08 | |
*** optyx has quit IRC | 18:09 | |
*** guimaluf has quit IRC | 18:10 | |
*** Cardoe has joined #openstack | 18:10 | |
*** Cardoe has joined #openstack | 18:10 | |
*** lggr has quit IRC | 18:12 | |
*** guimaluf has joined #openstack | 18:12 | |
*** aculich has quit IRC | 18:12 | |
*** lggr has joined #openstack | 18:15 | |
*** albert23 has joined #openstack | 18:15 | |
*** aculich has joined #openstack | 18:15 | |
uvirtbot | New bug: #1065614 in keystone "Document APIs for PKI tokens" [Undecided,New] https://launchpad.net/bugs/1065614 | 18:15 |
*** dwcramer has joined #openstack | 18:16 | |
*** colinmcnamara has joined #openstack | 18:16 | |
*** tongli has joined #openstack | 18:19 | |
*** joshuamckenty has quit IRC | 18:19 | |
*** Free_maN has quit IRC | 18:20 | |
*** lggr has quit IRC | 18:20 | |
*** drcursor has quit IRC | 18:23 | |
*** lggr has joined #openstack | 18:25 | |
*** alunch has quit IRC | 18:25 | |
*** alunch has joined #openstack | 18:25 | |
*** timello has quit IRC | 18:26 | |
*** optyx has joined #openstack | 18:26 | |
*** Yada has quit IRC | 18:28 | |
*** bluenemo has quit IRC | 18:28 | |
*** lggr has quit IRC | 18:31 | |
*** colinmcnamara has quit IRC | 18:31 | |
*** colinmcnamara has joined #openstack | 18:31 | |
*** roaet-away-away is now known as roaet-away | 18:32 | |
*** Ryan_Lane has joined #openstack | 18:32 | |
*** capricorn_1 has joined #openstack | 18:32 | |
*** johnpostlethwait has joined #openstack | 18:32 | |
*** otherwiseguy has joined #openstack | 18:32 | |
*** dneary has quit IRC | 18:33 | |
*** arBmind has quit IRC | 18:34 | |
*** lggr has joined #openstack | 18:34 | |
*** dwcramer has quit IRC | 18:35 | |
*** littleidea has quit IRC | 18:35 | |
*** littleidea has joined #openstack | 18:36 | |
*** capricorn_1 has quit IRC | 18:37 | |
*** scotm has quit IRC | 18:37 | |
*** sophiap has joined #openstack | 18:38 | |
*** acathrow has left #openstack | 18:40 | |
*** lggr has quit IRC | 18:41 | |
*** dstufft has joined #openstack | 18:41 | |
*** thovden has quit IRC | 18:41 | |
*** oNeToWn has quit IRC | 18:42 | |
*** albert23 has quit IRC | 18:45 | |
*** lggr has joined #openstack | 18:45 | |
*** rods` has joined #openstack | 18:46 | |
*** rods has quit IRC | 18:46 | |
*** albert23 has joined #openstack | 18:47 | |
*** dwcramer has joined #openstack | 18:48 | |
*** arBmind has joined #openstack | 18:49 | |
*** kais58 has quit IRC | 18:50 | |
*** Math___ has quit IRC | 18:51 | |
*** lggr has quit IRC | 18:51 | |
*** aliguori has joined #openstack | 18:52 | |
*** Math___ has joined #openstack | 18:52 | |
*** kais58 has joined #openstack | 18:52 | |
*** azret has joined #openstack | 18:54 | |
*** lggr has joined #openstack | 18:54 | |
*** Sweetshark has quit IRC | 18:55 | |
*** davidhadas has joined #openstack | 18:55 | |
*** rnorwood1 has quit IRC | 18:55 | |
*** Sweetshark has joined #openstack | 18:57 | |
*** Sweetshark has joined #openstack | 18:57 | |
*** rnorwood1 has joined #openstack | 18:59 | |
*** dachary has quit IRC | 19:00 | |
*** lggr has quit IRC | 19:00 | |
*** dachary has joined #openstack | 19:01 | |
*** aleks_ has joined #openstack | 19:01 | |
*** jplewi has quit IRC | 19:01 | |
*** rnorwood1 has quit IRC | 19:03 | |
*** rnorwood1 has joined #openstack | 19:03 | |
*** lggr has joined #openstack | 19:05 | |
*** gatuus has quit IRC | 19:05 | |
scalability-junk | yeah found a great article which does outline the differences between ceph and swift... http://www.mirantis.com/blog/object-storage-openstack-cloud-swift-ceph/ | 19:06 |
*** aeperezt has quit IRC | 19:06 | |
*** aleks_ has quit IRC | 19:07 | |
*** blamar has joined #openstack | 19:07 | |
*** otherwiseguy has quit IRC | 19:10 | |
*** rnorwood1 has quit IRC | 19:10 | |
*** albert23 has quit IRC | 19:11 | |
uvirtbot | New bug: #1065643 in swift "Statsd sample_rate busted" [Medium,New] https://launchpad.net/bugs/1065643 | 19:11 |
*** lggr has quit IRC | 19:11 | |
*** aeperezt has joined #openstack | 19:11 | |
*** otherwiseguy has joined #openstack | 19:12 | |
*** rnorwood1 has joined #openstack | 19:13 | |
*** internetishard has quit IRC | 19:13 | |
*** metral has quit IRC | 19:13 | |
*** metral has joined #openstack | 19:14 | |
*** lggr has joined #openstack | 19:15 | |
uvirtbot | New bug: #1065650 in nova "could not add computeNode" [Undecided,New] https://launchpad.net/bugs/1065650 | 19:16 |
*** dendrobates is now known as dendro-afk | 19:17 | |
*** notze has joined #openstack | 19:17 | |
*** EmilienM has joined #openstack | 19:18 | |
*** zach_mtu has joined #openstack | 19:18 | |
*** dripton has joined #openstack | 19:19 | |
*** CrackerJackMack has quit IRC | 19:19 | |
*** dendro-afk is now known as dendrobates | 19:19 | |
*** sacharya has quit IRC | 19:19 | |
*** lggr has quit IRC | 19:23 | |
*** dolphm_ has joined #openstack | 19:23 | |
*** lggr has joined #openstack | 19:25 | |
*** littleidea has quit IRC | 19:25 | |
*** bapa has quit IRC | 19:25 | |
*** jodok has joined #openstack | 19:26 | |
*** littleidea has joined #openstack | 19:26 | |
*** rnorwood2 has joined #openstack | 19:27 | |
*** rnorwood1 has quit IRC | 19:27 | |
*** albert23 has joined #openstack | 19:28 | |
*** ejat has quit IRC | 19:28 | |
*** esteve has joined #openstack | 19:30 | |
*** timello has joined #openstack | 19:31 | |
*** lggr has quit IRC | 19:32 | |
*** bapa has joined #openstack | 19:32 | |
*** CrackerJackMack has joined #openstack | 19:33 | |
*** lggr has joined #openstack | 19:35 | |
*** Ursinha has quit IRC | 19:35 | |
uvirtbot | New bug: #1065671 in horizon "Make downloadable credentials visible from "Access & Security"" [Undecided,New] https://launchpad.net/bugs/1065671 | 19:35 |
*** miclorb_ has quit IRC | 19:36 | |
*** bapa has quit IRC | 19:37 | |
*** cp16net|away is now known as cp16net | 19:38 | |
scalability-junk | what would be the preferred blockstorage backend for cinder? Something I could probably use one to a few servers later on. Is there a opensource one out there with replication to different disks and later machines? or any docs on how to achieve that best? | 19:40 |
*** lggr has quit IRC | 19:41 | |
*** gatuus has joined #openstack | 19:41 | |
*** kindjal has quit IRC | 19:43 | |
*** kindjal has joined #openstack | 19:43 | |
*** rnorwood2 has quit IRC | 19:43 | |
*** rnorwood1 has joined #openstack | 19:45 | |
*** lggr has joined #openstack | 19:45 | |
zynzel | scalability-junk: this depends what you need. | 19:46 |
zynzel | we are using simple big boxes with raid 50 and lvm. | 19:46 |
*** rnorwood1 has quit IRC | 19:46 | |
*** rnorwood2 has joined #openstack | 19:46 | |
zynzel | but probably will migrate to the same boxes but with solaris zfs. | 19:46 |
*** rnorwood2 has quit IRC | 19:46 | |
*** scotm has joined #openstack | 19:47 | |
scalability-junk | any backend system ceph or what else there is? | 19:47 |
*** sacharya has joined #openstack | 19:47 | |
scalability-junk | so you have linux + raid 50 + lvm with iscsi connector to cinder? or did I misunderstand it? | 19:47 |
scalability-junk | @ zynzel | 19:47 |
zynzel | scalability-junk: linux+raid50+lvm and 'cinder' on it. | 19:48 |
*** Blackavar has quit IRC | 19:48 | |
zynzel | which serve iscsi target to compute nodes | 19:48 |
scalability-junk | ah ok so cinder is a blockstorage "appliance" as itself ? | 19:49 |
*** clopez has quit IRC | 19:49 | |
zynzel | no, cinder is normal application. | 19:49 |
scalability-junk | but that doesn't provide replication except the raid? | 19:49 |
zynzel | which can talk to lvm. ;) | 19:49 |
scalability-junk | ah ok | 19:49 |
zynzel | scalability-junk: yeah, no replica | 19:50 |
zynzel | so we migrate to zfs. :) | 19:50 |
scalability-junk | so each big box has raid 50 + lvm and on cinder service on it. | 19:50 |
zynzel | maybe will try to use zfs send or other mechanism. | 19:50 |
scalability-junk | kk | 19:50 |
*** monster_ has quit IRC | 19:50 | |
scalability-junk | why not use a blockstorage programm which provides replication and node abstraction? | 19:51 |
* scalability-junk is still a bit new to all the concepts, sorry :) | 19:51 | |
zynzel | because of cloud :) | 19:51 |
szaydel | zynzel: Avoid ZFS with raid controllers - bad mojo. | 19:51 |
*** lggr has quit IRC | 19:51 | |
zynzel | we assume that we need cheap hardware. | 19:51 |
zynzel | normal servers | 19:51 |
zynzel | szaydel: we now :) | 19:51 |
zynzel | know* | 19:51 |
zynzel | sorry :) | 19:51 |
szaydel | Just don't user RAID and you'll be fine. :) | 19:52 |
zynzel | szaydel: we use zfs in production :) | 19:52 |
szaydel | On Linux? | 19:52 |
zynzel | szaydel: openindiana | 19:52 |
scalability-junk | szaydel, what would you use? as cinder backend? | 19:52 |
szaydel | Ahhh, OK. | 19:52 |
szaydel | ZFS is fine, just not on Linux yet. Too young. | 19:52 |
zynzel | scalability-junk: and big great arrays with replication, migration and other great things are expensive. | 19:53 |
zynzel | you can use clvm, or drbd | 19:53 |
szaydel | I am working on building a ZFS-centric Illumos OS right now. | 19:53 |
zynzel | od ceph. | 19:53 |
zynzel | but we ned STABLE solution. | 19:53 |
szaydel | CEPH is too young. Worked there, data loss == bad. | 19:53 |
zynzel | and ceph? sorry no. | 19:53 |
scalability-junk | ok ceph == bad :) | 19:53 |
zynzel | drbd? no experience | 19:53 |
zynzel | clvm no experience. | 19:53 |
szaydel | Only negative. ;) | 19:53 |
szaydel | DRBD that is. | 19:53 |
szaydel | MooseFS? | 19:54 |
zynzel | dont know, so, no experience | 19:54 |
zynzel | :D | 19:54 |
*** datsun180b has quit IRC | 19:54 | |
szaydel | I have only looked at it. On the surface seems good for large files. | 19:54 |
*** lggr has joined #openstack | 19:55 | |
zynzel | but you dont know what clients will be store on volumes. | 19:55 |
zynzel | maybe big filles. | 19:55 |
scalability-junk | so no real solution to bundle cheap storage with software to provide blockstorage with replication... | 19:55 |
zynzel | but maybe 10**10 2kb files ;) | 19:55 |
*** rnorwood1 has joined #openstack | 19:56 | |
zynzel | scalability-junk: we must know how our solution works, we should have any certainty that we dont loss data. | 19:56 |
zynzel | so we use lvm/zfs :) | 19:56 |
szaydel | LVM + ZFS sucks. LVM is slow, ZFS is already a layer of abstruction. | 19:57 |
zynzel | szaydel: lvm or zfs. | 19:57 |
scalability-junk | szaydel, it was more an or statement | 19:57 |
scalability-junk | zynzel, yeah so for data loss prevention you use raid in lvm and with zfs you would replicate data to another node? | 19:57 |
szaydel | Sorry, I am not a fan of LVM. | 19:57 |
jdurgin | szaydel: scalability-junk: ceph's block layer is stable. it's the ceph filesystem that's not ready yet | 19:58 |
zynzel | szaydel: we will use also 'raid50' on zfs. | 19:58 |
*** rnorwood1 has quit IRC | 19:58 | |
zynzel | +maybe replication to other node | 19:58 |
zynzel | for HA | 19:58 |
*** ryanpetrello has quit IRC | 19:58 | |
*** rnorwood1 has joined #openstack | 19:58 | |
szaydel | What are you trying to achieve? Btw, there is no raid50 with ZFS. Do you mean striped RaidZ? | 19:58 |
zynzel | s/szaydel:/scalability-junk:/; | 19:58 |
*** pixelbeat has quit IRC | 19:58 | |
*** sudorandom has quit IRC | 19:58 | |
zynzel | szaydel: i say 'raid50' not raid50. | 19:58 |
*** rnorwood1 has quit IRC | 19:59 | |
*** joel has joined #openstack | 19:59 | |
ewindisch | imho - the only half-sane reason to use LVM+ZFS is if you're migrating from LVM to ZFS. | 19:59 |
*** rnorwood1 has joined #openstack | 19:59 | |
zynzel | wtf :D | 19:59 |
*** Free_maN has joined #openstack | 19:59 | |
*** Free_maN has joined #openstack | 19:59 | |
zynzel | nobody want to use lvm with zfs | 19:59 |
zynzel | :) | 19:59 |
szaydel | ewindisch: +1 | 19:59 |
*** joel is now known as Guest4843 | 19:59 | |
scalability-junk | jdurgin, ok so using ceph blockstorage is sane... to use with folsom release mh sounds good | 19:59 |
*** tryggvil has joined #openstack | 19:59 | |
*** Guest4843 is now known as zx225 | 19:59 | |
*** rackerjoe has left #openstack | 20:00 | |
scalability-junk | jdurgin, did I understand the concept right? sort of glusterfs with data replication to different nodes just served as blockstorage? | 20:00 |
*** h0cin has quit IRC | 20:00 | |
zynzel | jdurgin: how long you use ceph? ;) | 20:00 |
zynzel | and what do you mean 'stable'? you have production env with for example 20TB data on it? ;) | 20:00 |
szaydel | Biggest problem with ZFS if it is not distributed, so SPOF is machine where pool resides. I am assuming that is what the main problem being discussed. No? | 20:01 |
*** mrmartin has joined #openstack | 20:01 | |
zynzel | szaydel: if you have XX storage nodes, there are no spof. | 20:01 |
*** lggr has quit IRC | 20:01 | |
jdurgin | scalability-junk: no, it's a bit different from that. http://ceph.com/community/more-than-an-object-store/ is a good overview | 20:01 |
zynzel | if one node is down, you lose only small % of data. | 20:01 |
zynzel | and always you can send data to other node. | 20:02 |
zynzel | so you dont lost data, maybe you can not access data. | 20:02 |
zynzel | but no loss. | 20:02 |
szaydel | zynzel: Yeah, if you have multiple. But they are not unified. I like to scale out and have some number of storage nodes serve some number of compute nodes. | 20:02 |
jdurgin | zynzel: I'm a ceph developer, some I'm biased, but plenty of folks have much larger than 20TB in production | 20:02 |
*** epim has quit IRC | 20:02 | |
szaydel | My company's clients are not always that sane! :) | 20:02 |
*** metral_ has joined #openstack | 20:03 | |
szaydel | Josh: What's the biggest you have seen? | 20:03 |
*** jcooley has joined #openstack | 20:03 | |
scalability-junk | jdurgin, thanks I'll look at it | 20:03 |
zynzel | jdurgin: maybe after zfs test i also test ceph and drbd ;) | 20:04 |
zynzel | but not all in the same time :) | 20:04 |
jdurgin | szaydel: dreamobjects is a few petabytes | 20:04 |
*** rnorwood1 has quit IRC | 20:04 | |
szaydel | As far as I am concerned CEPH is going to be the answer in the long term. If we can use ZFS underneath, I will be a very happy camper. | 20:04 |
*** jcooley has quit IRC | 20:04 | |
*** lggr has joined #openstack | 20:04 | |
*** jcooley has joined #openstack | 20:04 | |
szaydel | A few PB is pretty darn good. Across quite a few nodes, I am sure. | 20:05 |
jdurgin | szaydel: agreed, it would just need a integration to take advantage of zfs features | 20:05 |
szaydel | I am more than happy to work on this with you. :) | 20:06 |
*** metral has quit IRC | 20:06 | |
*** metral_ is now known as metral | 20:06 | |
scalability-junk | jdurgin, what's the performance compared to using lvm or zfs? | 20:06 |
*** japage has quit IRC | 20:06 | |
*** jcooley is now known as gabriel | 20:06 | |
*** SmoothSage_ has joined #openstack | 20:07 | |
*** SmoothSage__ has quit IRC | 20:07 | |
*** colinmcnamara has quit IRC | 20:07 | |
scalability-junk | jdurgin, so as I understand it you have the object storage stuff which could be replicated 3 times and the blockstorage-gateway will use these replicas to provide a block storage... so with a disk or node failure the block will still be there. | 20:07 |
jdurgin | scalability-junk: yeah, essentially... though there's no gateway - the vms would talk directly to the storage nodes | 20:08 |
jdurgin | performance is generally good, though it depends on your workload of course | 20:08 |
szaydel | Small block IO is always an issue with systems where synchronization has to occur at low-latency across the wire. That's something to expect I think. | 20:09 |
*** DigitalFlux has quit IRC | 20:09 | |
scalability-junk | jdurgin, ok so when it is talking directly to the storage nodes how does it handle node failure? and wouldn't more replicates mean more bandwidth? like in swift for the objects stored? | 20:09 |
*** rnorwood1 has joined #openstack | 20:09 | |
jdurgin | yeah, although client-side caching help a lot there | 20:10 |
*** rnorwood1 has quit IRC | 20:10 | |
*** rnorwood1 has joined #openstack | 20:10 | |
*** jeremydei has quit IRC | 20:10 | |
*** colinmcnamara has joined #openstack | 20:10 | |
jdurgin | scalability-junk: the storage servers handle replication and failures themselves | 20:10 |
*** lggr has quit IRC | 20:10 | |
jdurgin | a node going down means the rest of the cluster will re-replicate the data stored there in parallel (while staying available) | 20:11 |
scalability-junk | so you balance all requests between all storage nodes, if one goes down you kill requests to this one? | 20:11 |
scalability-junk | in swift the proxy node is doing that in ceph it's similar? | 20:12 |
jdurgin | there's no proxy in ceph, the client side has all the smarts needed | 20:12 |
jdurgin | so e.g. qemu use's ceph's librbd to handle interacting with the cluster | 20:13 |
*** jeremydei has joined #openstack | 20:13 | |
scalability-junk | ah ok so the clientside is sort of part of the logic in ceph | 20:13 |
*** DigitalFlux has joined #openstack | 20:13 | |
*** DigitalFlux has joined #openstack | 20:13 | |
zynzel | jdurgin: you have any good tech documentation about ceph? not simple 'how to use ceph' | 20:13 |
zynzel | but docs about how it really works? | 20:13 |
scalability-junk | so each nova node would be handling the smarter part (proxy like and caching part) for ceph | 20:14 |
scalability-junk | zynzel, +1 | 20:14 |
*** lggr has joined #openstack | 20:14 | |
Dieterbe | zynzel: there's a tech paper written by sage weil | 20:14 |
Dieterbe | for his phd | 20:14 |
Dieterbe | i've read it | 20:14 |
*** gatuus has quit IRC | 20:14 | |
jdurgin | yeah, sage's papers are the best for a deep understanding | 20:14 |
*** gabriel has quit IRC | 20:14 | |
jdurgin | http://ceph.com/resources/publications/ | 20:15 |
scalability-junk | jdurgin, just to get a general understanding before diving into the paper. | 20:15 |
jdurgin | the rados one in particular | 20:15 |
zynzel | jdurgin: thx | 20:15 |
*** maoy has joined #openstack | 20:15 | |
scalability-junk | cinder -> ceph logic (on nova node) -> ceph storage | 20:15 |
scalability-junk | and replication doesn't increase throughput? | 20:16 |
jdurgin | scalability-junk: yeah, cinder is just managing the block devices, and telling nova how to configure libvirt to access them | 20:16 |
scalability-junk | kk | 20:17 |
*** boden has quit IRC | 20:17 | |
jdurgin | scalability-junk: you can have a separate network for replication traffic between your storage nodes | 20:17 |
scalability-junk | read about that so that you can limit the bandwidth used for replication... or? | 20:17 |
*** Blackavar has joined #openstack | 20:17 | |
jdurgin | scalability-junk: clients just write to the first replica, and it writes to others in the cluster before responding back to the client | 20:17 |
*** simon_lucy has joined #openstack | 20:17 | |
*** gabriel has joined #openstack | 20:17 | |
jdurgin | so replication can be separated from client access | 20:18 |
scalability-junk | ok so write is limited to the throughput of the first successful write. what about reads? faster with 5 replicas? | 20:19 |
scalability-junk | or isn't ceph that smart ;) | 20:19 |
*** lggr has quit IRC | 20:19 | |
jdurgin | reads always go to the primary for consistency | 20:19 |
Dieterbe | guys maybe you should take this to #ceph | 20:20 |
Dieterbe | or no wait, ignore me | 20:20 |
zynzel | jdurgin: one question, ceph is 'object store' | 20:20 |
Dieterbe | zynzel: no | 20:21 |
zynzel | we can use any form of snapshot and function 'volume from snapshot'? | 20:21 |
*** b4sher has quit IRC | 20:21 | |
*** Ruetobas has quit IRC | 20:21 | |
jdurgin | you can snapshot block devices, and clone new ones from snapshots (with ceph 0.52) | 20:22 |
scalability-junk | jdurgin, ok so ceph is sort of a master slave setup? all writes go to the master ?nodes? and replicas go to slaves. reads are handled from all? | 20:22 |
*** zx225 has quit IRC | 20:22 | |
*** wat has joined #openstack | 20:22 | |
*** lggr has joined #openstack | 20:23 | |
jdurgin | scalability-junk: objects are hashed into placement groups, which get mapped to storage servers (osds) deterministically. reads and writes go through the first osd (the primary) since ceph's focus is strong consistency | 20:24 |
jdurgin | scalability-junk: the block device is striped across many objects, so operations on it will go to many osds | 20:25 |
jdurgin | scalability-junk: the 'load balancing' is handled more by the pseudo-random data placement than by reading from replicas | 20:25 |
zynzel | jdurgin: maybe you know if anybody try to distribute ceph cluster between many DCs? (10gbit link, XXX miles) | 20:26 |
jdurgin | scalability-junk: this works better for the page cache on the storage nodes as well | 20:26 |
jdurgin | zynzel: yes, but it's only a good idea right now if you have low latency between them | 20:26 |
zynzel | low latensy? 6ms? 10ms? 1s? ;) | 20:26 |
*** taihen has quit IRC | 20:27 | |
*** EmilienM has left #openstack | 20:27 | |
*** krtaylor has quit IRC | 20:27 | |
scalability-junk | jdurgin, so having two not privately linked dcs would be really bad for ceph | 20:29 |
jdurgin | generally in the low ms range, but it depends on how latency-sensitive your application is | 20:29 |
*** lggr has quit IRC | 20:29 | |
zynzel | jdurgin: i ask because we need storage for glance images | 20:29 |
jdurgin | scalability-junk: right now yes | 20:29 |
zynzel | synchronized between DCs | 20:29 |
*** Ruetobas has joined #openstack | 20:30 | |
scalability-junk | jdurgin, anyway to have a offsite like replica in a dc so that it sort of is only a backup instead of a to the second consistent replica? | 20:30 |
zynzel | jdurgin: on monday i will try to setup ceph, you've convienced me ;) | 20:31 |
zynzel | looks good. | 20:31 |
*** ykaul has joined #openstack | 20:31 | |
uvirtbot | New bug: #1065702 in nova "After folsom upgrade, instances can no longer access existing volumes." [High,New] https://launchpad.net/bugs/1065702 | 20:31 |
*** alop has joined #openstack | 20:31 | |
* scalability-junk is a bit confused why he should setup swift if the object storage is there anyway for block storage :P | 20:32 | |
Dieterbe | scalability-junk: i think eventually swift will cease to exist because ceph will just overtake | 20:33 |
*** lggr has joined #openstack | 20:33 | |
scalability-junk | Dieterbe, but I finally liked the ring hashing idea :) | 20:34 |
alop | Speaking of storage… I can't find any "fresh" Cinder docs. I see "MigrateToCinder" but it assumes I have volume already. | 20:34 |
alop | Is there a "start fresh" doc somewhere? | 20:34 |
jdurgin | scalability-junk: async replication is on the ceph roadmap, but it's a ways off | 20:34 |
zynzel | alop: dunno, but try to search docs for nova-volume | 20:34 |
Dieterbe | alop: what's cinder? | 20:34 |
zynzel | cinder in folsom is nova-volume ;) | 20:34 |
zynzel | maybe you will have little problems, but imho only little. ;) | 20:35 |
jdurgin | scalability-junk: look at the crush paper | 20:35 |
alop | zynzel: good idea | 20:35 |
*** Ursinha-afk has joined #openstack | 20:35 | |
scalability-junk | jdurgin, what's the minimal setup you would recommend for ceph? | 20:35 |
*** sacharya has quit IRC | 20:35 | |
*** Ursinha-afk is now known as Ursinha | 20:35 | |
*** Ursinha has joined #openstack | 20:35 | |
Dieterbe | scalability-junk: despite what the ceph guys say, crush and the swift replica finder are not conceptually verify different. they are both data-driven algorithms that generate an address given a certain object name and cluster topology | 20:36 |
scalability-junk | Dieterbe, sounds promising | 20:36 |
*** littleidea has quit IRC | 20:37 | |
jdurgin | scalability-junk: one node is fine for learning, but it depends on your use case and what kind of workload you have | 20:37 |
*** NaZZaX has joined #openstack | 20:37 | |
*** Trixboxer has quit IRC | 20:38 | |
*** littleidea has joined #openstack | 20:38 | |
*** lggr has quit IRC | 20:39 | |
scalability-junk | jdurgin, I want to use it for "production" most failover, backup and consistency stuff will be handled on "cloud control" level so it should be alright if it fails for an hour... and should be able to span more nodes easily. workload is probably pretty load. 100mbit/s to 1gbit/s network so io shouldn't be too high. comparable with 70-80% baremetal + lvm io | 20:40 |
*** littleidea has quit IRC | 20:41 | |
jdurgin | network is likely to be your bottleneck there (saturating 1gb isn't hard with a bunch of disks) | 20:43 |
*** lggr has joined #openstack | 20:43 | |
*** adjohn has joined #openstack | 20:43 | |
*** rpawlik has joined #openstack | 20:44 | |
*** miclorb has joined #openstack | 20:44 | |
ev0ldave | anyone experience issues with instances just losing their IPs? | 20:44 |
scalability-junk | probably 2 disks per node with 1gbit/s network and perhaps 1gbit/s replication later on | 20:44 |
*** littleidea has joined #openstack | 20:45 | |
*** gabriel has quit IRC | 20:45 | |
*** notze has quit IRC | 20:46 | |
*** santegoeds has joined #openstack | 20:46 | |
*** Free_maN has quit IRC | 20:47 | |
*** gabriel has joined #openstack | 20:47 | |
*** derekh has joined #openstack | 20:47 | |
*** lggr has quit IRC | 20:49 | |
*** maurosr has quit IRC | 20:49 | |
*** acathrow has joined #openstack | 20:50 | |
*** otherwiseguy has quit IRC | 20:50 | |
*** scotm has quit IRC | 20:51 | |
scalability-junk | any roadmap for ceph and timeframe for async replication? | 20:51 |
*** lggr has joined #openstack | 20:52 | |
*** santegoeds has quit IRC | 20:54 | |
*** radez is now known as radez_g0n3 | 20:55 | |
*** santegoeds has joined #openstack | 20:55 | |
*** mrmartin has quit IRC | 20:55 | |
*** metral has quit IRC | 20:56 | |
*** metral has joined #openstack | 20:56 | |
*** rnorwood1 has quit IRC | 20:57 | |
*** maoy has quit IRC | 20:57 | |
*** santegoeds is now known as tdc | 20:57 | |
*** tott` has joined #openstack | 20:57 | |
scalability-junk | jdurgin, thanks for all the help will look into the detailed papers and perhaps will come back when I get down to my "production" installation | 20:58 |
*** lggr has quit IRC | 20:58 | |
*** tott has quit IRC | 20:58 | |
*** tott has joined #openstack | 20:59 | |
*** szaydel has quit IRC | 20:59 | |
jdurgin | scalability-junk: stop by #ceph when you do | 21:00 |
*** vmlinuz has quit IRC | 21:00 | |
jdurgin | scalability-junk: sounds like that hardware is ok for your use case | 21:00 |
*** Math___ has quit IRC | 21:00 | |
*** miclorb has quit IRC | 21:00 | |
*** tott has left #openstack | 21:00 | |
*** tott` has quit IRC | 21:00 | |
*** drcursor has joined #openstack | 21:01 | |
scalability-junk | what do you mean with hardware is ok for my use case? | 21:01 |
*** KarinLevenstein has quit IRC | 21:01 | |
*** lggr has joined #openstack | 21:02 | |
jdurgin | scalability-junk: the 2 disks/node and 1gb network you mentioned | 21:02 |
scalability-junk | ah great | 21:03 |
jdurgin | it won't be incredibly high performance, but it doesn't sound like you're looking for that | 21:03 |
scalability-junk | if I need high performance I could add another 2-4 disks per node and enable 2x10gb :P | 21:04 |
zykes- | any cool discussions ? | 21:04 |
*** davidhadas has quit IRC | 21:04 | |
jdurgin | scalability-junk: exactly | 21:05 |
scalability-junk | for now the focus is on resounable resources and performance for one node with first 2 node setup and after that increasing performance if needed :) or at least that was the plan | 21:05 |
*** davidhadas has joined #openstack | 21:06 | |
*** rnorwood1 has joined #openstack | 21:06 | |
*** rnorwood2 has joined #openstack | 21:06 | |
*** drcursor has quit IRC | 21:06 | |
*** rnorwood3 has joined #openstack | 21:07 | |
*** rnorwood2 has quit IRC | 21:07 | |
*** lggr has quit IRC | 21:08 | |
*** markvoelker has quit IRC | 21:09 | |
*** rnorwood1 has quit IRC | 21:10 | |
*** Ursinha is now known as mariazinha | 21:11 | |
uvirtbot | New bug: #1065726 in horizon "Folsom 2012.2 - Image Upload Worked - Doesn't show up on images/snapshots page" [Undecided,New] https://launchpad.net/bugs/1065726 | 21:11 |
*** lggr has joined #openstack | 21:11 | |
*** simon_lucy has quit IRC | 21:12 | |
*** shardy is now known as shardy_afk | 21:13 | |
*** rkukura has joined #openstack | 21:13 | |
*** littleidea has quit IRC | 21:14 | |
*** akshaysth has quit IRC | 21:16 | |
*** littleidea has joined #openstack | 21:16 | |
*** scotm has joined #openstack | 21:18 | |
*** lggr has quit IRC | 21:18 | |
*** metral_ has joined #openstack | 21:18 | |
*** tdc has quit IRC | 21:19 | |
*** acathrow has quit IRC | 21:20 | |
uvirtbot | New bug: #1065728 in nova "Provide instrumentation for lock contention" [Undecided,New] https://launchpad.net/bugs/1065728 | 21:20 |
*** aliguori has quit IRC | 21:20 | |
*** metral has quit IRC | 21:20 | |
*** metral_ is now known as metral | 21:20 | |
*** lggr has joined #openstack | 21:21 | |
*** eharney has quit IRC | 21:21 | |
*** sudorandom has joined #openstack | 21:22 | |
*** ykaul has quit IRC | 21:23 | |
*** hggdh has quit IRC | 21:24 | |
*** optyx has quit IRC | 21:27 | |
*** fsimonce has quit IRC | 21:27 | |
*** metral has quit IRC | 21:27 | |
*** simon_lucy has joined #openstack | 21:28 | |
*** NaZZaX has quit IRC | 21:28 | |
*** metral has joined #openstack | 21:28 | |
*** tott has joined #openstack | 21:28 | |
*** lggr has quit IRC | 21:28 | |
*** lggr has joined #openstack | 21:31 | |
*** hggdh has joined #openstack | 21:31 | |
*** Billakos has joined #openstack | 21:32 | |
*** otherwiseguy has joined #openstack | 21:32 | |
*** dachary has quit IRC | 21:32 | |
*** dachary has joined #openstack | 21:32 | |
Billakos | Hi everyone, I have the following question: | 21:34 |
Billakos | I have 1 controller+compute and 1 compute node with Diablo (but could upgrade if necessary). | 21:34 |
Billakos | I would just like to have Quantum open a virtual port in the openVswitch of the remote compute node. | 21:34 |
Billakos | Ideally, if I could execute the following command on OVS remotely to create a "my_vport" I would be almost done! | 21:34 |
Billakos | ovs-vsctl add-port br0 lmn0 -- set interface lmn0 type=lmn options:remote_ip=<ip address of destination> | 21:34 |
Billakos | Is this possible? | 21:34 |
*** ehaselwanter has quit IRC | 21:35 | |
*** gyee has quit IRC | 21:36 | |
*** blimus has joined #openstack | 21:36 | |
*** kbringard has quit IRC | 21:36 | |
*** lggr has quit IRC | 21:37 | |
*** KyleMacDonald has joined #openstack | 21:38 | |
*** tott has quit IRC | 21:40 | |
*** lggr has joined #openstack | 21:40 | |
*** rnirmal has quit IRC | 21:42 | |
*** mariazinha has quit IRC | 21:42 | |
*** Ursinha has joined #openstack | 21:43 | |
*** kindjal has quit IRC | 21:43 | |
*** Yada has joined #openstack | 21:43 | |
*** zach_mtu_ has joined #openstack | 21:45 | |
*** ewindisch has quit IRC | 21:45 | |
*** zach_mtu has quit IRC | 21:46 | |
*** dolphm_ has quit IRC | 21:46 | |
*** lborda has quit IRC | 21:46 | |
*** pixelbeat has joined #openstack | 21:47 | |
*** lggr has quit IRC | 21:47 | |
*** zach_mtu_ has quit IRC | 21:47 | |
*** scotm has quit IRC | 21:48 | |
*** zach_mtu has joined #openstack | 21:48 | |
*** lborda has joined #openstack | 21:49 | |
*** lggr has joined #openstack | 21:50 | |
uvirtbot | New bug: #1065741 in openstack-manuals "Drop down examples not working for api.openstack.org with 1.5.0 clouddoctools plugin" [Undecided,New] https://launchpad.net/bugs/1065741 | 21:51 |
*** desai has quit IRC | 21:53 | |
*** Dr_Who has quit IRC | 21:53 | |
*** lggr has quit IRC | 21:56 | |
*** capricorn_1 has joined #openstack | 21:56 | |
*** capricorn_1 has joined #openstack | 21:56 | |
rootard | I rebooted a compute host and the instances it was running are gone but still listed via 'nova list'. nova delete doesn't want to get rid of them, is there a way to flush these without interacting directly with the mysql db? | 21:56 |
*** capricorn_1 has quit IRC | 21:57 | |
rootard | (I'm running essex as packaged under Debian testing) | 21:57 |
*** sacharya has joined #openstack | 21:57 | |
*** capricorn_1 has joined #openstack | 21:57 | |
*** KyleMacDonald has quit IRC | 21:58 | |
*** blimus1 has joined #openstack | 21:59 | |
*** lggr has joined #openstack | 22:00 | |
*** eglynn_ has joined #openstack | 22:00 | |
ev0ldave | rootard, can you boot them via libvirt? | 22:00 |
*** alunduil has quit IRC | 22:01 | |
ev0ldave | also, make sure libvirt-bin service is running | 22:01 |
*** blimus has quit IRC | 22:01 | |
ev0ldave | virsh start instance-00000xxx | 22:01 |
*** scotm has joined #openstack | 22:02 | |
*** eglynn has quit IRC | 22:03 | |
*** monster_ has joined #openstack | 22:04 | |
*** KyleMacDonald has joined #openstack | 22:04 | |
*** lggr has quit IRC | 22:06 | |
*** sacharya1 has joined #openstack | 22:07 | |
*** lggr has joined #openstack | 22:09 | |
*** sacharya has quit IRC | 22:11 | |
rootard | ev0ldave: trying but I need to create the appropriate tap interface by hand first I think... | 22:11 |
*** lborda has quit IRC | 22:11 | |
*** jaypipes has quit IRC | 22:11 | |
*** tott has joined #openstack | 22:14 | |
rootard | It is still in the deleting state but nothing is happenning... both VMs are running | 22:15 |
*** colinmcnamara has quit IRC | 22:16 | |
*** lggr has quit IRC | 22:16 | |
*** gabriel has quit IRC | 22:17 | |
rootard | I should mention, there is a volume in the same state... | 22:17 |
*** internetishard has joined #openstack | 22:17 | |
*** rnorwood3 has quit IRC | 22:18 | |
*** lifeless_ has joined #openstack | 22:18 | |
*** lazyshot has quit IRC | 22:18 | |
*** lggr has joined #openstack | 22:18 | |
*** aliguori has joined #openstack | 22:19 | |
*** Otter768 has quit IRC | 22:20 | |
*** lifeless has quit IRC | 22:20 | |
*** msavy has quit IRC | 22:20 | |
ev0ldave | well, i would handle at the DB level and use virsh to shutdown the instances and terminate | 22:20 |
*** hattwick has quit IRC | 22:23 | |
*** koolhead17 has joined #openstack | 22:23 | |
*** KyleMacDonald has quit IRC | 22:24 | |
*** norris900 has joined #openstack | 22:24 | |
norris900 | anyone alive out there ? | 22:24 |
*** lggr has quit IRC | 22:25 | |
norris900 | I have a problem with quantum, its returning error 111 when i try and connect | 22:25 |
norris900 | quantum server wont come up :( | 22:25 |
norris900 | i cant even find logs that will tell me why its refusing my connection | 22:26 |
*** sacharya1 has quit IRC | 22:27 | |
*** hattwick has joined #openstack | 22:27 | |
*** lggr has joined #openstack | 22:28 | |
anon12345 | what's a swift uri? | 22:30 |
*** Otter768 has joined #openstack | 22:32 | |
rootard | ev0ldave: thanks. | 22:33 |
rootard | norris900: have you tried running quantum-server in the foreground? | 22:34 |
*** lggr has quit IRC | 22:34 | |
*** tongli has quit IRC | 22:34 | |
norris900 | rootard how do i run it in the foreground ? | 22:34 |
rootard | just run "quantum-server" from the CLI? | 22:35 |
*** ehaselwanter has joined #openstack | 22:35 | |
*** otherwiseguy has quit IRC | 22:35 | |
norris900 | oh ok thats what i have been trying, it starts and stops/waits as fast as i can re-run service quantum-server status | 22:36 |
*** aeperezt has quit IRC | 22:36 | |
norris900 | i try watching /var/logs/quantum/server but nothing is showing | 22:36 |
rootard | do you have verbose = True and debug = True in quantum.conf? | 22:37 |
*** lggr has joined #openstack | 22:37 | |
norris900 | yup both true | 22:38 |
*** acb__ has quit IRC | 22:38 | |
rootard | I dunno then, sorry. Whenever I've had issues with it I've had a useful error by invoking quantum-server directly (no service...) | 22:39 |
norris900 | i tried bad login details and it reports they are wrong | 22:39 |
*** tott has quit IRC | 22:39 | |
*** rafiu has quit IRC | 22:39 | |
norris900 | i just cant figure out why its refusing when it doesnt roport they are incorrect | 22:40 |
rootard | It's exiting right away though? | 22:40 |
*** rafiu has joined #openstack | 22:40 | |
norris900 | instantly as far as i can figure | 22:40 |
rootard | are you using a sqlite db? if so, does it have access to write to the file? | 22:41 |
norris900 | nope mysql | 22:42 |
rootard | also, you might try and strace it to see when (approximately) it dies. | 22:42 |
*** Gordonz has quit IRC | 22:42 | |
norris900 | it connects the database fine | 22:42 |
*** optyx has joined #openstack | 22:42 | |
rootard | the mysql db is different than the nova db, right? (They can be on the same host but they can't share the same "database") | 22:42 |
ev0ldave | norris900: can you paste the output to paste.openstack.org when you run it from cli? | 22:43 |
norris900 | seperate databases | 22:43 |
norris900 | same host | 22:43 |
*** metral_ has joined #openstack | 22:43 | |
*** lggr has quit IRC | 22:43 | |
*** ehaselwanter has quit IRC | 22:43 | |
*** derekh has quit IRC | 22:45 | |
*** metral has quit IRC | 22:46 | |
*** metral_ is now known as metral | 22:46 | |
*** lggr has joined #openstack | 22:47 | |
norris900 | paste.openstack.org/show/21649 | 22:48 |
norris900 | sorry that took so long | 22:50 |
rootard | norris900: try just "quantum-server" not "service quantum-server start" | 22:51 |
*** scotm has quit IRC | 22:51 | |
norris900 | ooooh helpful errors, thank you. Unexpected continuation line: rabbit_host | 22:53 |
*** lggr has quit IRC | 22:53 | |
*** acb__ has joined #openstack | 22:55 | |
*** lggr has joined #openstack | 22:56 | |
norris900 | problem caused by a space " " infront of the line, never considered an empty character space could be an issue | 23:00 |
*** monster_ has quit IRC | 23:00 | |
norris900 | thanks | 23:00 |
*** aculich has quit IRC | 23:00 | |
*** tdowg1 has quit IRC | 23:00 | |
rootard | norris900: no problem. Getting to the errors can be the hard part sometimes :) | 23:00 |
*** danblack has joined #openstack | 23:01 | |
*** lggr has quit IRC | 23:02 | |
scalability-junk | why is it recommended to run two 1 GB NICs on the minimal infrastructure? http://docs.openstack.org/trunk/openstack-compute/admin/content/compute-system-requirements.html | 23:03 |
scalability-junk | one to talk to the cloudcontroller and one to talk to the outside? | 23:03 |
*** lifeless_ is now known as lifeless | 23:04 | |
*** simon_lucy has quit IRC | 23:05 | |
*** arBmind has quit IRC | 23:05 | |
*** blimus1 has quit IRC | 23:05 | |
*** lggr has joined #openstack | 23:06 | |
norris900 | what about when you all your nodes and controller are idependently connected to a network through bonded interfaces | 23:06 |
*** blimus has joined #openstack | 23:06 | |
norris900 | my network config is a little complicated :( | 23:07 |
*** dachary has quit IRC | 23:07 | |
rootard | norris900: that's what I am trying to figure out too. I've been told quantum+open vswitch can handle this | 23:07 |
norris900 | i'll let you know as soon as i have quantum running | 23:07 |
ev0ldave | scalability-junk: dedicated management interface means traffic issues with instances and outside world will not effect your ability to manage | 23:08 |
*** sudorandom has quit IRC | 23:08 | |
ev0ldave | it's just good practice to keep those things separated | 23:08 |
*** epim has joined #openstack | 23:08 | |
ev0ldave | especially when you are scaling up in a production environment, you dont want message queues junking up your customer network | 23:09 |
scalability-junk | ok but when starting with a one node setup, I have internal nics? | 23:09 |
scalability-junk | ok true | 23:09 |
scalability-junk | but wouldn't it be enough to have 100MB for management and 1GB for customer | 23:09 |
*** rnorwood1 has joined #openstack | 23:09 | |
ev0ldave | in a vlan sure, but you might as well call that 2 interfaces | 23:09 |
*** ehaselwanter has joined #openstack | 23:10 | |
ev0ldave | also, when you do volume stores over iscsi, you will need that speed | 23:10 |
*** mishin has joined #openstack | 23:11 | |
ev0ldave | in which case 100 meg shared with rabbit, iscsi. wont be pretty | 23:11 |
*** sacharya has joined #openstack | 23:11 | |
*** lggr has quit IRC | 23:11 | |
*** ev0ldave has quit IRC | 23:12 | |
scalability-junk | ah ok so the costumer facing 1GB is really just out and incoming traffic and the management is iscsi traffic too great | 23:13 |
*** sacharya1 has joined #openstack | 23:13 | |
*** scotm has joined #openstack | 23:14 | |
*** blimus has joined #openstack | 23:14 | |
*** wabat has quit IRC | 23:15 | |
*** lggr has joined #openstack | 23:15 | |
*** sacharya has quit IRC | 23:15 | |
*** wabat has joined #openstack | 23:17 | |
*** ehaselwanter has quit IRC | 23:18 | |
*** blimus has quit IRC | 23:19 | |
*** blimus has joined #openstack | 23:19 | |
*** desai has joined #openstack | 23:19 | |
*** dani4571 has joined #openstack | 23:21 | |
*** lggr has quit IRC | 23:21 | |
*** lloydde has quit IRC | 23:22 | |
*** Blackavar has quit IRC | 23:23 | |
*** desai has quit IRC | 23:24 | |
*** lggr has joined #openstack | 23:24 | |
*** scotm has quit IRC | 23:24 | |
*** mattray has quit IRC | 23:24 | |
uvirtbot | New bug: #1065756 in openstack-ci "bug link from gerrit is inconsistent" [Undecided,New] https://launchpad.net/bugs/1065756 | 23:26 |
*** albert23 has quit IRC | 23:27 | |
*** lggr has quit IRC | 23:30 | |
*** dani4571 has quit IRC | 23:30 | |
*** lggr has joined #openstack | 23:33 | |
*** vmlinuz has joined #openstack | 23:33 | |
*** scotm has joined #openstack | 23:34 | |
*** ewindisch has joined #openstack | 23:36 | |
*** krtaylor has joined #openstack | 23:37 | |
*** alop has quit IRC | 23:38 | |
*** lggr has quit IRC | 23:40 | |
*** alunduil has joined #openstack | 23:40 | |
uvirtbot | New bug: #1065758 in glance "No exclude option to skip tests in run_tests.sh" [Undecided,New] https://launchpad.net/bugs/1065758 | 23:41 |
*** scotm has quit IRC | 23:42 | |
*** lggr has joined #openstack | 23:43 | |
*** ehaselwanter has joined #openstack | 23:44 | |
*** scotm has joined #openstack | 23:45 | |
koolhead17 | zykes-, around | 23:45 |
*** metral has quit IRC | 23:47 | |
*** metral has joined #openstack | 23:47 | |
*** Dr_Who has joined #openstack | 23:50 | |
*** Dr_Who has quit IRC | 23:50 | |
*** Dr_Who has joined #openstack | 23:50 | |
*** lggr has quit IRC | 23:50 | |
atrius | anyone why nova-volume would insist on looking for nova-volumes even after i've set the configuration to use RBD? | 23:51 |
*** tomoe_ has joined #openstack | 23:51 | |
*** Tross has quit IRC | 23:52 | |
norris900 | can anyone tell me why my cat only sits on my keyboard when im working on openstack | 23:52 |
*** szaydel has joined #openstack | 23:52 | |
atrius | norris900: it's either because it hates openstack or because it loves it | 23:53 |
rootard | norris900: because you have a cat. | 23:53 |
atrius | also this ^^ | 23:53 |
*** ehaselwanter has quit IRC | 23:53 | |
norris900 | i think its jelous of my love for openstack | 23:53 |
*** lggr has joined #openstack | 23:54 | |
*** khero has joined #openstack | 23:55 | |
norris900 | whats in your nova.conf atrius? | 23:55 |
*** zeus has quit IRC | 23:55 | |
atrius | norris900: various things :) but in particular i have volume_driver=nova.volume.driver.RBDDriver and rbd_pool=volumes | 23:56 |
atrius | there is no other reference to volume_driver that isn't commented out | 23:56 |
atrius | http://docs.openstack.org/trunk/openstack-compute/admin/content/rados.html <-- i got the settings from there, more or less | 23:57 |
norris900 | my guess is its not connecting to the RBD and defaulting to nova volumes | 23:57 |
atrius | norris900: that sounds reasonable.. let me check on that | 23:58 |
*** mkouhei has joined #openstack | 23:58 | |
norris900 | i had similar problems when i screwed up cinder | 23:58 |
*** khero has left #openstack | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!