minerpools | as it was a test server | 00:00 |
---|---|---|
minerpools | like I said | 00:00 |
minerpools | TEST | 00:00 |
minerpools | I needed to see if it was usable or not | 00:00 |
minerpools | it's not | 00:00 |
SamYaple | not for databases | 00:00 |
minerpools | oh really? | 00:00 |
*** jfarschman has joined #openstack | 00:00 | |
*** jfarschman is now known as MilesDenver | 00:00 | |
minerpools | well, so long for that btrfs being the next main linux filesystem | 00:00 |
minerpools | ext4 is slow, we all know that, but it's stable | 00:01 |
minerpools | it's really stable | 00:01 |
minerpools | so is jfs | 00:01 |
minerpools | reiser had a really nice future but... | 00:01 |
SamYaple | The core BTRFS features are stable. It is as simple as that. | 00:01 |
Sam-I-Am | it kills your files | 00:01 |
minerpools | haha | 00:02 |
minerpools | yeah, reiser kills | 00:02 |
minerpools | SamYaple | 00:02 |
minerpools | in case you don't know | 00:02 |
minerpools | http://www.percona.com/blog/2012/05/22/btrfs-probably-not-ready-yet/ | 00:02 |
minerpools | people have been testing btrfs for years | 00:02 |
*** OutBackDingo has quit IRC | 00:02 | |
SamYaple | FROM 2012 | 00:02 |
minerpools | I have too | 00:02 |
SamYaple | good god dude | 00:02 |
minerpools | read | 00:02 |
minerpools | the article | 00:02 |
minerpools | before you say anything | 00:02 |
minerpools | It doesn't mention it breaks or anyting | 00:02 |
minerpools | he didn't break it | 00:03 |
minerpools | he just tested speed | 00:03 |
SamYaple | from 2012... | 00:03 |
minerpools | btrfs is way faster now | 00:03 |
minerpools | much faster than ext4 | 00:03 |
minerpools | but since you dont READ | 00:03 |
minerpools | Disabling cow for mysql breaks it | 00:03 |
*** sgordon_ has quit IRC | 00:03 | |
minerpools | like it or not it does | 00:03 |
minerpools | with cow it works | 00:03 |
minerpools | but performance degrades over a very short time | 00:03 |
minerpools | btw, lzo is a really nice feature taken from reiser4 ;) | 00:04 |
*** OutBackDingo has joined #openstack | 00:04 | |
minerpools | and actually: https://wiki.archlinux.org/index.php/MySQL | 00:04 |
hachque_ | just to make sure i'm not misunderstanding, a "node" in openstack is a virtual machine living on the host right? and not a physically seperate machine? | 00:05 |
minerpools | the archlinux wiki mentions disabling cow for mysql | 00:05 |
minerpools | bad idea | 00:05 |
SamYaple | No problem minerpools. I will keep using it, you will keep not using it.If you want to discuss the pros and cons we can, but we arent.. | 00:05 |
minerpools | well, all I'm saying is | 00:05 |
*** blair has quit IRC | 00:05 | |
*** MilesDenver has quit IRC | 00:05 | |
minerpools | there's issues when disabling COW | 00:05 |
*** blair has joined #openstack | 00:06 | |
SamYaple | Which is what BTRFS. COW. I get there might be bugs | 00:06 |
*** brokencycle has quit IRC | 00:06 | |
SamYaple | But what is the issue with it when you dont use your DB server on it? | 00:06 |
*** RudWolf_ has joined #openstack | 00:06 | |
*** blair has quit IRC | 00:06 | |
*** blair has joined #openstack | 00:06 | |
SamYaple | Just to clarify, i get there might be bugs when disabling the core feature of the FS, COW | 00:06 |
minerpools | .... | 00:07 |
minerpools | you clearly don't know anything about the way mysql works | 00:07 |
*** sungju has quit IRC | 00:08 | |
*** tnovacik has quit IRC | 00:08 | |
*** sungju has joined #openstack | 00:08 | |
hachque_ | oh okay, apparently node does mean physically seperate machines | 00:09 |
hachque_ | but i can just install all the roles on a single machine | 00:09 |
*** Marga_ has joined #openstack | 00:09 | |
SamYaple | Listen. This isn't about mysql. This is about btrfs. It is production ready for *some* workloads. There are some workloads it is not ready for. | 00:09 |
SamYaple | People also tend to forget this is kernel code. Youll need a new kernel to use stable btrfs. | 00:10 |
SamYaple | 3.15+ is the lowest I would recommend. | 00:10 |
SamYaple | hachque_: Sorry we hijacked the thread for a minute. A node does refer to a machine, not always physical (think vm) | 00:11 |
*** blair has quit IRC | 00:11 | |
*** RudWolf_ has quit IRC | 00:11 | |
SamYaple | You can install all services on a single "node" | 00:11 |
*** blair has joined #openstack | 00:11 | |
hachque_ | SamYaple: i guess the question is if the compute node is in a VM, how can it allocate more VMs inside it? virtualization doesn't nest like that | 00:12 |
SamYaple | hachque_: In fact, KVM has supported nexted virtualization for some time | 00:12 |
*** tier has joined #openstack | 00:12 | |
hachque_ | wait really o___o | 00:12 |
hachque_ | huh | 00:12 |
*** amalagon has joined #openstack | 00:13 | |
hachque_ | well that's cool | 00:13 |
hachque_ | :P | 00:13 |
SamYaple | but even if it didn't it you can use pure qemu which is all software and slow | 00:13 |
SamYaple | You can check the host to see if you have it enabled | 00:13 |
minerpools | SamYaple I tested with 3.16 | 00:13 |
SamYaple | `cat /sys/module/kvm_intel/parameters/nested` | 00:13 |
minerpools | I don't use ubuntu or anything like that | 00:14 |
minerpools | Btrfs is broken even after 6 years in development | 00:14 |
minerpools | it's a failure man, I've never seen a filesystem take so long to become usable | 00:14 |
minerpools | I was there when JFS 1 and JFS 2 launched | 00:14 |
minerpools | I was there when Xfs launched | 00:14 |
minerpools | I was there when ext3 and ext4 launcheed | 00:15 |
hachque_ | SamYaple: oh the host machine does support it :P | 00:15 |
minerpools | same for reiser* | 00:15 |
SamYaple | hachque_: if you dont and want to try nested, youll need to provide the option "nested=1" to kvm-intel | 00:15 |
minerpools | none of them were as buggy after so long | 00:15 |
SamYaple | ok cool | 00:15 |
hachque_ | so i can just whack a bunch of VMs for openstack nodes inside libvirt | 00:15 |
hachque_ | and manage it from there | 00:15 |
SamYaple | minerpools: sorry for continuing this, this isn't the thread for this. I will be happy to talk with you more in a PM or general channel | 00:16 |
hachque_ | that sounds like the best idea | 00:16 |
*** blair has quit IRC | 00:16 | |
SamYaple | hachque_: I do that mysql | 00:16 |
*** blair has joined #openstack | 00:16 | |
SamYaple | myself* | 00:16 |
SamYaple | autotype ;) | 00:16 |
minerpools | no worries mate, I don't use it. | 00:16 |
*** ToMiles has joined #openstack | 00:16 | |
minerpools | Don't need it, I'd have loved to use it | 00:16 |
hachque_ | yeah well I just ran out of disk space on / trying to install openstack on the host | 00:17 |
hachque_ | so i'm pretty much going to have to run openstack as nested VMs | 00:17 |
SamYaple | hachque_: 0.o | 00:17 |
SamYaple | if you have no disk space, how do VMs fix that? | 00:17 |
hachque_ | (the host root sits on a USB because all the hard drive slots are taking up by a 5 disk ZFS RAID) | 00:17 |
hachque_ | i can put the VM images on the ZFS area | 00:17 |
hachque_ | which is 8TB of disk space :D | 00:17 |
SamYaple | Ah sweet | 00:18 |
SamYaple | Yup sounds good | 00:18 |
hachque_ | booting linux on ZFS itself though isnt well supported, hence the USB drive for root | 00:18 |
SamYaple | Yea and unfortunately it will never change due to ZFS licensing. Unless massive work is done to relicense the project it cant ship with the kernel | 00:19 |
hachque_ | yeah :( | 00:19 |
*** blair has quit IRC | 00:19 | |
*** blair has joined #openstack | 00:20 | |
SamYaple | hachque_: You know what COW filesystem is baked into the kernel? | 00:20 |
*** blair has quit IRC | 00:20 | |
SamYaple | im kidding, lets not go down this road again ;) | 00:20 |
hachque_ | haha | 00:20 |
*** jfarschman has joined #openstack | 00:21 | |
*** jfarschman is now known as MilesDenver | 00:21 | |
*** tbarron has joined #openstack | 00:21 | |
*** ToMiles has quit IRC | 00:21 | |
*** Marcos has quit IRC | 00:22 | |
*** blair has joined #openstack | 00:23 | |
*** MilesDenver has quit IRC | 00:25 | |
*** Marga_ has quit IRC | 00:26 | |
*** blair has quit IRC | 00:26 | |
*** blair has joined #openstack | 00:27 | |
*** sarob has quit IRC | 00:28 | |
*** blair has quit IRC | 00:28 | |
*** salv-orlando has quit IRC | 00:29 | |
*** minerpools has left #openstack | 00:29 | |
*** ruhe has left #openstack | 00:29 | |
*** antons has quit IRC | 00:30 | |
*** blair has joined #openstack | 00:30 | |
*** Marga_ has joined #openstack | 00:30 | |
*** oliver23 has quit IRC | 00:30 | |
*** ZZelle_ has quit IRC | 00:34 | |
*** dimsum__ has joined #openstack | 00:35 | |
*** mrjazzcat has joined #openstack | 00:38 | |
*** noslzzp has quit IRC | 00:39 | |
*** ircuser-1 has joined #openstack | 00:40 | |
*** shohel02 has joined #openstack | 00:41 | |
*** annashen has joined #openstack | 00:45 | |
*** shohel02 has quit IRC | 00:45 | |
*** Techguy305|2 has joined #openstack | 00:48 | |
*** MrMonkey has quit IRC | 00:51 | |
*** fam has joined #openstack | 00:54 | |
*** addnull has joined #openstack | 00:55 | |
*** Osenpai has quit IRC | 01:01 | |
*** penick has joined #openstack | 01:04 | |
*** fam has quit IRC | 01:05 | |
*** fam has joined #openstack | 01:05 | |
*** jets has quit IRC | 01:06 | |
*** fam has quit IRC | 01:06 | |
*** zz_avozza is now known as avozza | 01:06 | |
*** fam has joined #openstack | 01:06 | |
*** nati_ueno has joined #openstack | 01:08 | |
*** koolhead17 has quit IRC | 01:08 | |
*** Osenpai has joined #openstack | 01:10 | |
*** annashen has quit IRC | 01:12 | |
*** kayaliu has joined #openstack | 01:12 | |
*** siso has quit IRC | 01:13 | |
*** penick has quit IRC | 01:14 | |
hachque_ | gah, everyone has scripts for setting up openstack on a single node | 01:15 |
hachque_ | but i absolutely can not find documentation on what I need to install first | 01:15 |
hachque_ | *install first to configure this stuff manually | 01:16 |
*** avozza is now known as zz_avozza | 01:16 | |
*** mc__ has joined #openstack | 01:16 | |
*** yaguang has joined #openstack | 01:17 | |
*** antons has joined #openstack | 01:18 | |
*** kayaliu has quit IRC | 01:19 | |
*** Romik has quit IRC | 01:20 | |
*** atrius has quit IRC | 01:20 | |
*** jfarschman has joined #openstack | 01:21 | |
*** jfarschman is now known as MilesDenver | 01:21 | |
*** atrius has joined #openstack | 01:22 | |
*** topshare has joined #openstack | 01:22 | |
*** diego-rg has quit IRC | 01:23 | |
*** superdan is now known as dansmith | 01:23 | |
*** MilesDenver has quit IRC | 01:26 | |
*** mli has joined #openstack | 01:28 | |
*** kayaliu has joined #openstack | 01:28 | |
*** popw has joined #openstack | 01:28 | |
*** dimsum__ has quit IRC | 01:31 | |
*** promulo__ has joined #openstack | 01:31 | |
*** dimsum__ has joined #openstack | 01:31 | |
SamYaple | hachque_: docs.openstack.org | 01:32 |
*** Marga_ has quit IRC | 01:33 | |
*** kayaliu has quit IRC | 01:33 | |
*** Marga_ has joined #openstack | 01:34 | |
*** promulo has quit IRC | 01:35 | |
*** dimsum__ has quit IRC | 01:36 | |
*** diegows has quit IRC | 01:36 | |
*** vicky has joined #openstack | 01:36 | |
*** hhuang has joined #openstack | 01:37 | |
*** vicky has quit IRC | 01:37 | |
*** blair has quit IRC | 01:37 | |
*** Rajbir has joined #openstack | 01:37 | |
*** adalbas has quit IRC | 01:38 | |
*** vicky has joined #openstack | 01:38 | |
*** Marga_ has quit IRC | 01:38 | |
*** sbfox has joined #openstack | 01:40 | |
*** blair has joined #openstack | 01:41 | |
*** shohel02 has joined #openstack | 01:41 | |
*** Joufflu has quit IRC | 01:43 | |
*** galstrom_zzz is now known as galstrom | 01:45 | |
*** NoNMaDDeN has quit IRC | 01:46 | |
*** sbfox has quit IRC | 01:46 | |
*** shohel02 has quit IRC | 01:46 | |
*** MaxV has joined #openstack | 01:46 | |
*** wuhg has joined #openstack | 01:47 | |
*** tier has quit IRC | 01:48 | |
*** Joufflu has joined #openstack | 01:48 | |
*** MaxV has quit IRC | 01:51 | |
*** tryggvil has quit IRC | 01:52 | |
*** ManikM has quit IRC | 01:52 | |
*** Manny_ has joined #openstack | 01:52 | |
*** blair has quit IRC | 01:53 | |
*** galstrom is now known as galstrom_zzz | 01:54 | |
*** dimsum__ has joined #openstack | 01:54 | |
*** cemason has joined #openstack | 01:54 | |
*** addnull has quit IRC | 01:54 | |
*** MrMonkey has joined #openstack | 01:56 | |
*** blair has joined #openstack | 01:56 | |
*** blair has quit IRC | 01:56 | |
*** MrMonkey has quit IRC | 01:56 | |
*** lttrl has joined #openstack | 01:57 | |
*** blair has joined #openstack | 01:57 | |
*** galstrom_zzz is now known as galstrom | 01:57 | |
*** fandi has joined #openstack | 02:02 | |
*** edmund has joined #openstack | 02:03 | |
*** vicky_ has joined #openstack | 02:04 | |
*** sbfox has joined #openstack | 02:04 | |
*** Marga_ has joined #openstack | 02:05 | |
*** mrichman has joined #openstack | 02:05 | |
*** ToMiles has joined #openstack | 02:05 | |
*** mrichman has quit IRC | 02:07 | |
*** zz_avozza is now known as avozza | 02:07 | |
hachque_ | SamYaple: yeah i've been looking at that | 02:07 |
hachque_ | but all the documentation indicates 2 or 3 node setups | 02:07 |
*** vicky has quit IRC | 02:07 | |
*** sbfox has quit IRC | 02:09 | |
*** yellowbig has joined #openstack | 02:09 | |
*** ToMiles has quit IRC | 02:10 | |
*** imsurit has joined #openstack | 02:11 | |
*** kbrierly has joined #openstack | 02:11 | |
*** addnull has joined #openstack | 02:11 | |
SamYaple | hachque_: Yea you can follow those instructions all on a single node | 02:14 |
*** cemason has quit IRC | 02:15 | |
*** nati_ueno has quit IRC | 02:15 | |
*** aspiers has joined #openstack | 02:15 | |
SamYaple | I dont know of any "single node" manual install guide, but one of those multi-guides on one node works just fine | 02:15 |
*** nati_ueno has joined #openstack | 02:15 | |
*** alop has joined #openstack | 02:17 | |
*** avozza is now known as zz_avozza | 02:17 | |
*** diego-rg has joined #openstack | 02:18 | |
*** aspiers has quit IRC | 02:19 | |
*** nati_ueno has quit IRC | 02:20 | |
*** jfarschman has joined #openstack | 02:22 | |
*** jfarschman is now known as MilesDenver | 02:22 | |
*** penick has joined #openstack | 02:23 | |
*** vicky has joined #openstack | 02:23 | |
*** aspiers has joined #openstack | 02:25 | |
*** MilesDenver has quit IRC | 02:26 | |
*** erkules_ has joined #openstack | 02:30 | |
*** aspiers has quit IRC | 02:31 | |
*** badiane_ka has quit IRC | 02:32 | |
*** erkules has quit IRC | 02:33 | |
*** weshay has quit IRC | 02:33 | |
*** badiane_ka has joined #openstack | 02:33 | |
*** githogori has quit IRC | 02:33 | |
*** wjiang has joined #openstack | 02:37 | |
*** kaisers has joined #openstack | 02:38 | |
*** wjiang has quit IRC | 02:38 | |
*** mberlin has joined #openstack | 02:38 | |
*** wjiang has joined #openstack | 02:39 | |
*** kaisers1 has quit IRC | 02:40 | |
*** mberlin1 has quit IRC | 02:40 | |
*** shohel02 has joined #openstack | 02:41 | |
*** addnull has quit IRC | 02:42 | |
*** penick has quit IRC | 02:42 | |
*** addnull has joined #openstack | 02:44 | |
*** vicky_ has quit IRC | 02:44 | |
*** galstrom is now known as galstrom_zzz | 02:45 | |
*** shohel02 has quit IRC | 02:45 | |
*** NoNMaDDeN has joined #openstack | 02:46 | |
*** gildub has quit IRC | 02:48 | |
*** NoNMaDDeN has quit IRC | 02:52 | |
*** dyasny has quit IRC | 02:54 | |
*** dneary has joined #openstack | 02:56 | |
*** harlowja_at_home has joined #openstack | 02:57 | |
*** MaxV has joined #openstack | 02:58 | |
*** ancoron_ has joined #openstack | 02:58 | |
*** gizmoguy has quit IRC | 02:59 | |
*** gizmoguy has joined #openstack | 02:59 | |
*** shashankhegde has joined #openstack | 03:00 | |
*** gildub has joined #openstack | 03:01 | |
*** ancoron has quit IRC | 03:02 | |
*** siso has joined #openstack | 03:02 | |
*** MaxV has quit IRC | 03:02 | |
*** Techguy305|2 has quit IRC | 03:04 | |
*** giorgiodinapoli has joined #openstack | 03:05 | |
*** penick has joined #openstack | 03:06 | |
*** penick has quit IRC | 03:07 | |
*** gildub has quit IRC | 03:08 | |
*** gildub has joined #openstack | 03:08 | |
*** zz_avozza is now known as avozza | 03:08 | |
*** harlowja_at_home has quit IRC | 03:15 | |
*** lpmulligan has joined #openstack | 03:15 | |
*** dfect has joined #openstack | 03:18 | |
*** avozza is now known as zz_avozza | 03:18 | |
*** cemason has joined #openstack | 03:18 | |
*** addnull has quit IRC | 03:19 | |
*** fifieldt has joined #openstack | 03:19 | |
*** antons has quit IRC | 03:20 | |
*** glenc has quit IRC | 03:20 | |
*** addnull has joined #openstack | 03:20 | |
*** annegentle has quit IRC | 03:21 | |
*** glenc has joined #openstack | 03:22 | |
*** dneary has quit IRC | 03:22 | |
*** jfarschman has joined #openstack | 03:23 | |
*** jfarschman is now known as MilesDenver | 03:23 | |
*** addnull has quit IRC | 03:25 | |
*** achampion has quit IRC | 03:25 | |
*** dimsum__ has quit IRC | 03:27 | |
*** MilesDenver has quit IRC | 03:27 | |
*** sarob has joined #openstack | 03:29 | |
*** erkules_ is now known as erkules | 03:30 | |
*** shwang has joined #openstack | 03:33 | |
*** sarob has quit IRC | 03:33 | |
*** MarkB1 has quit IRC | 03:34 | |
*** baoli has quit IRC | 03:37 | |
*** baoli has joined #openstack | 03:38 | |
*** cemason has quit IRC | 03:39 | |
*** Marga_ has quit IRC | 03:40 | |
*** diego-rg has quit IRC | 03:40 | |
*** oliver23 has joined #openstack | 03:40 | |
*** matiu has joined #openstack | 03:41 | |
*** matiu has quit IRC | 03:41 | |
*** matiu has joined #openstack | 03:41 | |
*** lpmulligan has quit IRC | 03:41 | |
*** shohel02 has joined #openstack | 03:41 | |
*** engkur has joined #openstack | 03:42 | |
*** mjmac has quit IRC | 03:43 | |
*** mjmac has joined #openstack | 03:44 | |
*** hdd has joined #openstack | 03:45 | |
*** shohel02 has quit IRC | 03:46 | |
*** Marga_ has joined #openstack | 03:48 | |
*** michaelneale_ has joined #openstack | 03:50 | |
*** Manny_ has quit IRC | 03:52 | |
*** ManikM has joined #openstack | 03:52 | |
*** mikeoutland has joined #openstack | 03:52 | |
*** michaelneale has quit IRC | 03:52 | |
*** achampion has joined #openstack | 03:52 | |
*** mixomathoze has quit IRC | 03:56 | |
*** NoNMaDDeN has joined #openstack | 03:57 | |
*** mattgriffin has joined #openstack | 03:58 | |
*** sbfox has joined #openstack | 03:59 | |
*** hdd has quit IRC | 04:00 | |
*** dfect has left #openstack | 04:01 | |
*** ArminderS has joined #openstack | 04:01 | |
*** NoNMaDDeN has quit IRC | 04:03 | |
*** mixomathoze has joined #openstack | 04:04 | |
*** oliver23 has quit IRC | 04:05 | |
*** ToMiles has joined #openstack | 04:06 | |
*** michaelneale has joined #openstack | 04:06 | |
*** oliver23 has joined #openstack | 04:06 | |
*** michaeln_ has joined #openstack | 04:09 | |
*** zz_avozza is now known as avozza | 04:09 | |
*** michaelneale_ has quit IRC | 04:09 | |
*** ToMiles has quit IRC | 04:11 | |
*** michaelneale has quit IRC | 04:11 | |
*** nkhare has joined #openstack | 04:12 | |
*** mikeoutland has quit IRC | 04:12 | |
*** Marga_ has quit IRC | 04:12 | |
*** bdavenport has joined #openstack | 04:13 | |
*** mrafiee has joined #openstack | 04:16 | |
*** michaeln_ has quit IRC | 04:18 | |
*** cemason has joined #openstack | 04:18 | |
*** avozza is now known as zz_avozza | 04:19 | |
jasonsb | any good documents for showing how to use multiple floating ip's for a single instance? | 04:20 |
jasonsb | would like 1 floating for provider network a and 1 floating for provider network b (where one of these is standard ext-net scenario) | 04:20 |
*** addnull has joined #openstack | 04:21 | |
*** jfarschman has joined #openstack | 04:24 | |
*** jfarschman is now known as MilesDenver | 04:24 | |
*** neha has joined #openstack | 04:24 | |
*** jfarschman has joined #openstack | 04:25 | |
*** addnull has quit IRC | 04:25 | |
*** jeflui has quit IRC | 04:26 | |
*** deepthi has joined #openstack | 04:26 | |
*** mc__ has quit IRC | 04:26 | |
*** michaelneale has joined #openstack | 04:26 | |
Rajbir | Hi All, | 04:27 |
*** amalagon has quit IRC | 04:27 | |
*** dimsum__ has joined #openstack | 04:27 | |
Rajbir | I'm trying to create a snapshot for a instance using nova image-create command and it's does showing in GUI that the image has been created but when I look at /var/lib/glance/images there is no image found for the new snapshot | 04:28 |
Rajbir | any ideas ? | 04:28 |
*** MilesDenver has quit IRC | 04:28 | |
*** geek_cl has quit IRC | 04:29 | |
*** cemason has quit IRC | 04:29 | |
jasonsb | does glance image-list show it? | 04:30 |
*** cemason has joined #openstack | 04:30 | |
jasonsb | it takes some time for those to create | 04:30 |
*** jfarschman has quit IRC | 04:30 | |
Rajbir | a moment. | 04:31 |
Rajbir | yes, it does shows up in glance image-list and nova image-list but the problem is it doesn't store the image file in /var/lib/glance/images and hence it's not downloading | 04:32 |
*** dimsum__ has quit IRC | 04:32 | |
*** W28 has joined #openstack | 04:34 | |
*** shashankhegde has quit IRC | 04:34 | |
*** mattgriffin has quit IRC | 04:34 | |
*** NoNMaDDeN has joined #openstack | 04:35 | |
*** cpg|away is now known as cpg | 04:36 | |
*** gildub has quit IRC | 04:38 | |
*** antons has joined #openstack | 04:39 | |
*** cemason has quit IRC | 04:39 | |
*** chandankumar has joined #openstack | 04:40 | |
*** shohel02 has joined #openstack | 04:41 | |
Rajbir | any ideas ? | 04:42 |
*** Marga_ has joined #openstack | 04:43 | |
*** shohel02 has quit IRC | 04:46 | |
Rajbir | Further to add the created image is of size 0 | 04:46 |
*** Techguy305|2 has joined #openstack | 04:46 | |
*** giorgiodinapoli has quit IRC | 04:46 | |
*** Poornima has joined #openstack | 04:46 | |
*** koolhead17 has joined #openstack | 04:47 | |
*** oliver23 has quit IRC | 04:50 | |
jasonsb | Rajbir: does it show complete or in progress? | 04:51 |
Rajbir | it shows complete | 04:51 |
Rajbir | i have also tried nova image-create instance-id "snapshot name" --poll and it's showing 100% complete | 04:52 |
*** addnull has joined #openstack | 04:53 | |
jasonsb | i wonder if its a permissions issue or similar | 04:54 |
jasonsb | maybe check /var/log/glance | 04:54 |
*** Marga_ has quit IRC | 04:54 | |
Rajbir | Jasonsb :: do you mean /var/log/glance/api.log ? | 04:55 |
*** chandankumar has quit IRC | 04:55 | |
jasonsb | and also make sure you have the value set for filesystem_store_datadir that you expect | 04:56 |
jasonsb | yes api.log | 04:56 |
jasonsb | i should think an error would show up there if the final move failed | 04:56 |
Rajbir | okay, let me check | 04:57 |
jasonsb | also check for filesystem_store_datadirs | 04:57 |
jasonsb | maybe you have something defined there | 04:57 |
Rajbir | in which file I need to look for filesystem_store_datadirs | 04:57 |
jasonsb | (i'm assuming you aren't swift environment) | 04:57 |
Rajbir | well, it's a old setup running on grizzly | 04:58 |
jasonsb | in /etc/glance/glance-api.conf | 04:58 |
jasonsb | oh, i gave you configs from icehouse | 04:58 |
jasonsb | so maybe yours is a little bit different | 04:59 |
Rajbir | Yep | 04:59 |
Rajbir | and hard for find solutions as well :( | 04:59 |
*** oliver23 has joined #openstack | 05:00 | |
*** siso_ has joined #openstack | 05:00 | |
jasonsb | do a tail -f on registry.log and api.log and hit the nova image-create again | 05:00 |
Rajbir | filesystem_store_datadir = /var/lib/glance/images/ | 05:00 |
jasonsb | looks legit | 05:01 |
jasonsb | make sure you have enough disk space | 05:01 |
jasonsb | dont' want something filling up and crashing the thing | 05:01 |
Rajbir | yeah I have enough disk space . | 05:01 |
*** galstrom_zzz is now known as galstrom | 05:01 | |
*** siso has quit IRC | 05:02 | |
*** siso_ is now known as siso | 05:02 | |
Rajbir | I've around 1.5T free available on controller node | 05:02 |
Rajbir | So, storage should not be a issue | 05:02 |
*** lazy_prince has quit IRC | 05:02 | |
*** _1_juancho24852 has joined #openstack | 05:06 | |
*** mrjazzcat has quit IRC | 05:06 | |
*** baoli has quit IRC | 05:06 | |
*** _1_juancho24852 has quit IRC | 05:07 | |
*** krypto has joined #openstack | 05:07 | |
Rajbir | Successfully retrieved image at end in registry.log | 05:07 |
krypto | hello all,is there any plan to add vxlan support to nova-network | 05:07 |
Rajbir | and no errors in api.log as well. | 05:08 |
Rajbir | also compute nodes does have enough free space as well | 05:09 |
jasonsb | Rajbir: i'm sorry, i don't know. all i can think of is to turn debug on | 05:09 |
*** galstrom is now known as galstrom_zzz | 05:10 | |
*** zz_avozza is now known as avozza | 05:10 | |
jasonsb | Rajbir: i was hoping there would be a smoking gun someplace | 05:10 |
Rajbir | No problem Jasonsb, thanks for looking into this for me :) | 05:10 |
Rajbir | How can I enable degub mode ? | 05:11 |
Rajbir | sorry but I'm just in learning phase | 05:11 |
Rajbir | debug * | 05:11 |
SamYaple | Rajbir: configs have debug =; verbose = | 05:12 |
*** pradipta_away is now known as pradipta | 05:13 | |
*** mikeoutland has joined #openstack | 05:13 | |
Rajbir | glance.conf right ? | 05:13 |
*** otter768 has quit IRC | 05:14 | |
*** shashankhegde has joined #openstack | 05:14 | |
SamYaple | glance-api.conf and glance-registry.conf | 05:15 |
*** sbfox has quit IRC | 05:17 | |
*** mikeoutland has quit IRC | 05:18 | |
*** yixuanzhang has joined #openstack | 05:18 | |
*** pensu has joined #openstack | 05:19 | |
*** avozza is now known as zz_avozza | 05:19 | |
*** W28 has left #openstack | 05:20 | |
*** Marga_ has joined #openstack | 05:20 | |
*** Longgeek has joined #openstack | 05:21 | |
Rajbir | thanks, I'll try that . | 05:24 |
*** nikil22 has joined #openstack | 05:25 | |
*** Marga_ has quit IRC | 05:25 | |
*** pensu has quit IRC | 05:25 | |
*** pensu has joined #openstack | 05:26 | |
*** free_amitc_ has quit IRC | 05:26 | |
*** jfarschman has joined #openstack | 05:26 | |
*** jfarschman is now known as MilesDenver | 05:26 | |
*** Longgeek has quit IRC | 05:27 | |
*** addnull has quit IRC | 05:28 | |
*** atrius has quit IRC | 05:29 | |
*** |lechat| is now known as _|lechat| | 05:30 | |
*** MilesDenver has quit IRC | 05:31 | |
*** addnull has joined #openstack | 05:31 | |
*** imsurit has quit IRC | 05:31 | |
*** neoXsys has quit IRC | 05:31 | |
*** yixuanzhang has quit IRC | 05:34 | |
*** neoXsys has joined #openstack | 05:37 | |
*** a_le has quit IRC | 05:38 | |
*** shohel02 has joined #openstack | 05:41 | |
*** Janki has joined #openstack | 05:42 | |
*** atrius has joined #openstack | 05:43 | |
*** W28 has joined #openstack | 05:44 | |
*** shohel02 has quit IRC | 05:46 | |
*** waiiirc has joined #openstack | 05:47 | |
*** zz_avozza is now known as avozza | 05:51 | |
*** ManikM has quit IRC | 05:52 | |
*** Manny_ has joined #openstack | 05:52 | |
hachque_ | i'm trying to get glance to work (i'm at the verify operation step of the documentation) | 05:53 |
hachque_ | however the token failed to authenticate | 05:53 |
hachque_ | when i check the glance logs, I can see it's trying to establish a HTTPS connection | 05:53 |
hachque_ | and getting back "error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol" | 05:53 |
hachque_ | my keystone server isn't running SSL | 05:53 |
hachque_ | and the URIs in the glance configuration are "http://" | 05:53 |
hachque_ | so i'm not sure why it's trying to use SSL | 05:54 |
*** ArminderS- has joined #openstack | 05:54 | |
*** pravins has joined #openstack | 05:54 | |
*** atbell has joined #openstack | 05:55 | |
*** ToMiles has joined #openstack | 05:55 | |
*** ArminderS has quit IRC | 05:56 | |
SamYaple | hachque_: can you post your glance-*.conf and keystone.conf files to paste.openstack.org? | 05:58 |
hachque_ | sure | 05:58 |
*** rdas has joined #openstack | 05:58 | |
hachque_ | http://paste.openstack.org/show/137212/ | 05:59 |
hachque_ | keystone.conf | 05:59 |
*** RoozbehShafiee has quit IRC | 05:59 | |
*** ToMiles has quit IRC | 06:00 | |
hachque_ | http://paste.openstack.org/show/137213/ glance-api.conf | 06:00 |
*** k4n0 has joined #openstack | 06:00 | |
hachque_ | http://paste.openstack.org/show/137214/ glance-registry.conf | 06:00 |
SamYaple | hachque_: which version of openstack are you running? | 06:01 |
hachque_ | http://paste.openstack.org/show/137215/ glance api.log | 06:01 |
hachque_ | 2013.2 according to zypper | 06:02 |
*** atrius has quit IRC | 06:03 | |
SamYaple | hachque_: the identity_uri was only added in juno | 06:03 |
hachque_ | oh so i need to upgrade | 06:03 |
SamYaple | or specify different options in glance | 06:03 |
*** sayan has quit IRC | 06:04 | |
*** nlevinki has joined #openstack | 06:04 | |
SamYaple | use auth_host, auth_port, auth_protocol instead of identity_uri | 06:04 |
*** ajo has joined #openstack | 06:04 | |
hachque_ | i'll just upgrade to juno given that i haven't configured anything yet really | 06:05 |
SamYaple | You are running havana, but the keystone_authtoken section of icehouse is still valid http://docs.openstack.org/icehouse/config-reference/content/section_glance-api.conf.html | 06:05 |
*** avozza is now known as zz_avozza | 06:05 | |
SamYaple | Or that too | 06:05 |
*** tshefi has joined #openstack | 06:05 | |
hachque_ | probably easier to upgrade while i only have keystone and glance set up | 06:05 |
hachque_ | rather than later :P | 06:05 |
SamYaple | What distro | 06:06 |
hachque_ | opensuse | 06:06 |
hachque_ | i just added the Juno repo then and upgraded keystone | 06:06 |
SamYaple | oh right. you said that earier | 06:06 |
*** ashishchandra has joined #openstack | 06:07 | |
*** nkhare_ has joined #openstack | 06:08 | |
*** lazy_prince has joined #openstack | 06:08 | |
hachque_ | SamYaple: can I remove the sql_connection option from Glance under Juno | 06:08 |
hachque_ | given that there's already [database] connection there? | 06:08 |
SamYaple | indeed | 06:08 |
hachque_ | cool | 06:08 |
SamYaple | it is a deprecated config option since havana I believe | 06:09 |
*** nkhare has quit IRC | 06:09 | |
hachque_ | well i upgraded, restarted the daemons | 06:09 |
hachque_ | and now glance works :) | 06:09 |
SamYaple | \o/ | 06:10 |
nikil22 | hi in multinode enviromnment is it requird to install neutron-l3 agent? in other compute nodes | 06:10 |
*** neeti has joined #openstack | 06:10 | |
*** free_amitc_ has joined #openstack | 06:10 | |
SamYaple | nikil22: neutron-l3 is only required on nodes hostsing a router, so your "network" nodes only | 06:10 |
*** capricorn_1 has joined #openstack | 06:11 | |
*** _|lechat| is now known as |lechat| | 06:11 | |
hachque_ | also a random question, in a multinode environment for glance, you'd use cinder as the backing store so that it could scale the storage right? | 06:11 |
hachque_ | (if you had multiple glance nodes) | 06:11 |
SamYaple | hachque_: you can use swift, nfs, cinder, ceph, etc | 06:12 |
SamYaple | there are lots of drivers | 06:12 |
hachque_ | cool | 06:12 |
hachque_ | time to set up compute :D | 06:12 |
*** Techguy305|2 has quit IRC | 06:12 | |
SamYaple | you can even use "file" as a backing in juno since now nova can search multiple glance nodes for the file | 06:12 |
SamYaple | do as long as you had the image on 2+ glance nodes, it would be highly avaiable all with no loadbalancer | 06:13 |
SamYaple | dont recommend it though | 06:13 |
hachque_ | well presumably in a real environment you'd be using cinder as the S3 equivalent anyway | 06:13 |
hachque_ | so you'd probably already have that set up and available for distributed storage | 06:14 |
SamYaple | those words... they go together poorly | 06:14 |
SamYaple | swift ~= s3 | 06:14 |
SamYaple | cinder is block storage | 06:14 |
*** chandankumar has joined #openstack | 06:14 | |
hachque_ | oh derp | 06:14 |
SamYaple | you dont need either to have a production grade openstack install | 06:15 |
hachque_ | replace "cinder" with "swift" in everything i've just been saying then :P | 06:15 |
SamYaple | that all makes more sense then | 06:15 |
nikil22 | @SamYaple ok. And neutron-server also required only in network nodes? | 06:15 |
hachque_ | yeah i derped reading the package descriptions when running "zypper se openstack" :P | 06:16 |
SamYaple | still, neither cinder or swift is needed to have a massively scalable deployment | 06:16 |
*** pravins has quit IRC | 06:16 | |
SamYaple | nikil22: neutron-server is your api, so that would belong on your "controller" nodes | 06:16 |
*** pravins has joined #openstack | 06:16 | |
*** MasterPiece has joined #openstack | 06:16 | |
SamYaple | nikil22: but you can run any of these services on any node. they are dependant on each other being on the same machine | 06:16 |
SamYaple | they arent* dependant on each other being on the same machine | 06:17 |
nikil22 | @Samyaple thanks. In multinode environment when i schedule to launch a VM it gives error "http://paste.openstack.org/show/137221/". If you get any idea from this log please let me know | 06:21 |
nikil22 | i have 1 controller node and 2 compute node | 06:21 |
*** Marga_ has joined #openstack | 06:21 | |
*** shashankhegde has quit IRC | 06:21 | |
*** lgao has joined #openstack | 06:22 | |
*** lgao has joined #openstack | 06:23 | |
SamYaple | nikil22: thats a config issue | 06:24 |
SamYaple | if you want, post your neutron configs (and plugins), as well as the output of `ovs-vsctl show` on all of your nodes | 06:24 |
SamYaple | really, just make sure your bridges are setup correctly and everything is checking it | 06:25 |
*** OutBackDingo has quit IRC | 06:25 | |
*** sbfox has joined #openstack | 06:25 | |
*** kopparam has joined #openstack | 06:25 | |
*** antons has quit IRC | 06:26 | |
*** Marga_ has quit IRC | 06:26 | |
*** jschwarz has joined #openstack | 06:26 | |
*** jfarschman has joined #openstack | 06:27 | |
*** jfarschman is now known as MilesDenver | 06:27 | |
*** JRobinson__ is now known as JRobinson__afk | 06:27 | |
*** akas has joined #openstack | 06:29 | |
*** Putns has joined #openstack | 06:30 | |
*** OutBackDingo has joined #openstack | 06:30 | |
*** MilesDenver has quit IRC | 06:31 | |
nikil22 | @samyaple "neutron.conf " > http://paste.openstack.org/show/137235/ | 06:32 |
*** Bluedusk___ has joined #openstack | 06:32 | |
nikil22 | @SamYaple ovs-vsctl show > "http://paste.openstack.org/show/137229/" | 06:32 |
SamYaple | nikil22: what about your other neutron configs? at the very least your ml2.conf | 06:34 |
nikil22 | @SamYaple this is controller node. ok let me check for other 2 computer nodes | 06:34 |
*** atbell has quit IRC | 06:35 | |
*** masco has joined #openstack | 06:36 | |
*** kopparam_ has joined #openstack | 06:37 | |
*** cdub has quit IRC | 06:37 | |
*** Bluedusk___ has quit IRC | 06:38 | |
*** deepakcs has joined #openstack | 06:38 | |
*** Bluedusk___ has joined #openstack | 06:38 | |
*** nati_ueno has joined #openstack | 06:39 | |
*** groen692 has joined #openstack | 06:39 | |
*** kopparam has quit IRC | 06:40 | |
*** siso has quit IRC | 06:41 | |
*** shohel02 has joined #openstack | 06:41 | |
*** oliver23 has quit IRC | 06:42 | |
*** nati_ueno has quit IRC | 06:42 | |
nikil22 | @SamYaple compute node 192.168.124.83 : http://paste.openstack.org/show/137236/ http://paste.openstack.org/show/137237/ | 06:42 |
*** nshaikh has joined #openstack | 06:43 | |
nikil22 | @SamYaple ml2.conf in controller node : http://paste.openstack.org/show/137238/ | 06:43 |
*** nati_ueno has joined #openstack | 06:43 | |
*** pensu has quit IRC | 06:43 | |
*** pensu1 has joined #openstack | 06:43 | |
SamYaple | nikil22: Are you trying to use OVS or linuxbridge? | 06:44 |
*** siso has joined #openstack | 06:44 | |
nikil22 | @SamYaple actually i used suse admin server to deploy the openstack multinode . Iam not sure what it uses by default | 06:45 |
nikil22 | using crowbar | 06:45 |
*** oliver23 has joined #openstack | 06:45 | |
*** shohel02 has quit IRC | 06:45 | |
SamYaple | nikil22: which version of openstack? | 06:45 |
nikil22 | @samyaple now i saw in crowbar UI its openvswitch plugin | 06:46 |
*** ancoron_ has quit IRC | 06:47 | |
*** addnull has quit IRC | 06:47 | |
*** ancoron has joined #openstack | 06:47 | |
SamYaple | still the same question, which version are you deploy? | 06:47 |
*** addnull has joined #openstack | 06:48 | |
*** patrickeast has joined #openstack | 06:48 | |
*** koolhead17 has quit IRC | 06:48 | |
nikil22 | @Samyaple nova --version (2.17.0) neutron --version (2.3.5) | 06:48 |
nikil22 | i guess its juno | 06:48 |
SamYaple | ok. your ml2 conf is incorrect | 06:48 |
SamYaple | youll need to fix it | 06:49 |
*** yixuanzhang has joined #openstack | 06:49 | |
nikil22 | SamYaple : I don't see any version number in ml2 | 06:50 |
nikil22 | what kind of detils i have to debug so that i can try to change few things and test | 06:51 |
*** patrickeast has quit IRC | 06:51 | |
SamYaple | your ml2_conf.ini isn't even filled in. You need to set it up for OVS. you can use verbose and debug in neutron.conf, but i dont know how muc hthat will help | 06:52 |
*** mrunge has joined #openstack | 06:53 | |
nikil22 | @samYaple thanks . I will check for OVS setup config | 06:53 |
*** talluri has joined #openstack | 06:53 | |
*** justin-8_ has joined #openstack | 06:53 | |
SamYaple | http://docs.openstack.org/juno/config-reference/content/networking-plugin-openvswitch_agent.html | 06:54 |
SamYaple | http://docs.openstack.org/juno/config-reference/content/networking-options-plugins-ml2.html | 06:54 |
*** justin-8 has quit IRC | 06:54 | |
SamYaple | those two should help | 06:54 |
*** edmund has quit IRC | 06:54 | |
*** melmoth has joined #openstack | 06:54 | |
*** talluri_ has joined #openstack | 06:56 | |
*** addnull has quit IRC | 06:57 | |
*** talluri has quit IRC | 06:58 | |
*** mikeoutland has joined #openstack | 06:58 | |
*** talluri has joined #openstack | 07:01 | |
*** afazekas has joined #openstack | 07:02 | |
*** mkolesni has joined #openstack | 07:02 | |
*** talluri_ has quit IRC | 07:03 | |
*** mikeoutland has quit IRC | 07:03 | |
*** Longgeek has joined #openstack | 07:05 | |
*** stamak has joined #openstack | 07:05 | |
oliver23 | i have booted an instance with two nics, both have ip addresses from 2 different private subnets. Now, the vm has two default gateways, is it possible that i can have only one default gateway ? | 07:07 |
SamYaple | oliver23: that is a instance level networking question | 07:08 |
*** noway_ has quit IRC | 07:08 | |
SamYaple | the instance ill only truly have one default gateway | 07:08 |
oliver23 | SamYaple: $ ip r s | 07:09 |
oliver23 | default via 10.0.0.1 dev eth1 | 07:09 |
oliver23 | default via 10.5.5.1 dev eth0 | 07:09 |
oliver23 | 10.0.0.0/24 dev eth1 src 10.0.0.5 | 07:09 |
oliver23 | 10.5.5.0/24 dev eth0 src 10.5.5.2 | 07:09 |
SamYaple | so if you were to ping an unknown address, wheere will it go out? | 07:09 |
SamYaple | not both. | 07:09 |
oliver23 | SamYaple: Nova-network allows you to set a flag use_single_default_gateway=true for this | 07:10 |
*** noway_ has joined #openstack | 07:12 | |
*** addnull has joined #openstack | 07:13 | |
*** hyperbaba has joined #openstack | 07:13 | |
*** sgran_ has joined #openstack | 07:14 | |
*** michaelneale has quit IRC | 07:14 | |
*** sgran has quit IRC | 07:15 | |
SamYaple | oliver23: id have to look up how that works but my guess is dnsmasq just isnt giving a default route for the second network | 07:15 |
*** otter768 has joined #openstack | 07:15 | |
SamYaple | you can handle this inside this instance as well | 07:15 |
SamYaple | its up to the instance to determine where to send traffic out of | 07:16 |
*** kopparam_ has quit IRC | 07:16 | |
*** ancoron_ has joined #openstack | 07:16 | |
SamYaple | if you want to know your true gateway `cat /proc/net/route` and look for the one with the lowest metric with destination of all 00000000 | 07:17 |
*** achanda has joined #openstack | 07:17 | |
SamYaple | pretty sure iproute2 sorts them by that stuff as well, so unknown traffic will only leave `default via 10.0.0.1 dev eth1` in your case | 07:18 |
*** ddmitriev has quit IRC | 07:18 | |
*** ancoron has quit IRC | 07:18 | |
*** ddmitriev has joined #openstack | 07:18 | |
*** belmoreira has joined #openstack | 07:19 | |
*** epcim has joined #openstack | 07:20 | |
*** otter768 has quit IRC | 07:20 | |
*** achanda has quit IRC | 07:20 | |
*** achanda has joined #openstack | 07:20 | |
*** ajo has quit IRC | 07:20 | |
*** koolhead17 has joined #openstack | 07:20 | |
*** koolhead17 has quit IRC | 07:20 | |
*** koolhead17 has joined #openstack | 07:20 | |
*** oz__ has quit IRC | 07:21 | |
*** NoNMaDDeN has quit IRC | 07:21 | |
*** kopparam has joined #openstack | 07:21 | |
*** Marga_ has joined #openstack | 07:22 | |
*** dweaver has quit IRC | 07:22 | |
*** koolhead17 has quit IRC | 07:23 | |
oliver23 | SamYaple: http://paste.openstack.org/show/137262/ | 07:23 |
oliver23 | SamYaple: Can i manage this by setting up host routes ? | 07:24 |
SamYaple | oliver23: so yea, iproute2 is sorting that for you. It will go out eth1 (Gateway is the lowest value) | 07:24 |
SamYaple | you can. | 07:25 |
SamYaple | also by tweaking metrics | 07:25 |
*** addnull has quit IRC | 07:25 | |
oliver23 | SamYaple: I want to set up the gateway ip as the ip of my physical router. | 07:26 |
*** siso has quit IRC | 07:26 | |
*** nati_ueno has quit IRC | 07:26 | |
oliver23 | SamYaple: So, i want that whatever the ip address is able inside the vm, gateway should always be my exteranl physical router | 07:26 |
*** Marga_ has quit IRC | 07:26 | |
SamYaple | Well the gateway still has to be reachable on the subnet, so it must be in the 10.0.0.0/24 for dev eth1, or the 10.5.5.0/24 for dev eth0 | 07:26 |
SamYaple | thats not how networks work | 07:27 |
oliver23 | SamYaple: right! | 07:27 |
*** jfarschman has joined #openstack | 07:28 | |
*** jfarschman is now known as MilesDenver | 07:28 | |
SamYaple | youve lost me | 07:28 |
*** sungju has quit IRC | 07:28 | |
*** jprovazn has joined #openstack | 07:30 | |
*** MilesDenver has quit IRC | 07:32 | |
*** JRobinson__afk has quit IRC | 07:32 | |
*** TheOsprey has joined #openstack | 07:32 | |
*** talluri has quit IRC | 07:33 | |
hachque_ | where does libvirt store it's volumes when running under nova-compute? | 07:33 |
hachque_ | is that something I should configure in nova.conf? | 07:33 |
*** NoNMaDDeN has joined #openstack | 07:33 | |
SamYaple | hachque_: /var/lib/nova/* | 07:33 |
hachque_ | (i've noticed nova is reporting in it's log that it has Free disk (GB): 3207, and I want to place it somewhere else) | 07:34 |
hachque_ | should I just symlink that directory to where I want it stored then? | 07:34 |
SamYaple | hachque_: you can change it in the conf i believe | 07:35 |
SamYaple | i want to say the option is state-path | 07:35 |
SamYaple | or just symlink it | 07:35 |
*** nmagnezi has joined #openstack | 07:35 | |
SamYaple | the freespace check might not work like expected if you symlink it though | 07:35 |
*** kopparam has quit IRC | 07:36 | |
*** Joufflu has quit IRC | 07:36 | |
*** blair has quit IRC | 07:37 | |
hachque_ | SamYaple: i already have state_path set to /os-store/nova/state | 07:37 |
hachque_ | but that doesn't seem to make a difference for the free space check | 07:37 |
hachque_ | (/os-store is a virtio filesystem pointing to the host machine that is hosting openstack in a VM) | 07:37 |
*** mrmartin has joined #openstack | 07:38 | |
*** brokencycle has joined #openstack | 07:38 | |
SamYaple | its been a while since ive dug into the code for that to see how it is being generated | 07:40 |
SamYaple | all the values are pulled from the database which is updated relative to the last update *i believe* | 07:40 |
hachque_ | it looks like it's storing files in /os-store/nova/state though | 07:40 |
hachque_ | sweet, all my nova services are running :D | 07:40 |
SamYaple | hachque_: yay! always a good feeling | 07:41 |
*** shohel02 has joined #openstack | 07:41 | |
hachque_ | now for networking :S | 07:41 |
SamYaple | hachque_: boo! always a bad feeling | 07:41 |
*** yixuanzhang has left #openstack | 07:42 | |
hachque_ | i think my scenario is going to be a bit weird but basically | 07:42 |
hachque_ | i have a single network that is used for everything; 192.168.1.0/24 | 07:42 |
*** belmoreira has quit IRC | 07:42 | |
*** jtomasek has joined #openstack | 07:42 | |
hachque_ | DHCP is allocating on 100-200 for machines outside openstack (i.e. the host machine + other machines in the network) | 07:42 |
*** salv-orlando has joined #openstack | 07:42 | |
hachque_ | what i want to do is configure it so that the network that openstack has for it's instances is a bridged network, and allocates IPs between 202 - 253 | 07:43 |
*** kobtea has joined #openstack | 07:43 | |
*** ToMiles has joined #openstack | 07:44 | |
*** panda has quit IRC | 07:44 | |
hachque_ | i have to go now, be back in an hour or so | 07:44 |
hachque_ | and then i can work out how to do this networking stuff | 07:44 |
*** panda has joined #openstack | 07:44 | |
*** lucendio has joined #openstack | 07:44 | |
*** belmoreira has joined #openstack | 07:45 | |
*** nkrinner has joined #openstack | 07:45 | |
*** shohel02 has quit IRC | 07:45 | |
*** kavan has joined #openstack | 07:46 | |
*** ivar-lazzaro has quit IRC | 07:46 | |
*** koolhead17 has joined #openstack | 07:47 | |
SamYaple | hachque_: you can do that. easy peasy | 07:47 |
*** marius_endian has joined #openstack | 07:48 | |
*** ToMiles has quit IRC | 07:48 | |
*** twillber has joined #openstack | 07:49 | |
*** twillber has quit IRC | 07:49 | |
*** twillber has joined #openstack | 07:49 | |
*** badiane_ka has quit IRC | 07:50 | |
*** franred has joined #openstack | 07:52 | |
*** ManikM has joined #openstack | 07:52 | |
*** Manny_ has quit IRC | 07:52 | |
*** yellowbig has quit IRC | 07:56 | |
*** nstrug has joined #openstack | 07:58 | |
*** yellowbig has joined #openstack | 07:58 | |
*** BOKALDO has joined #openstack | 07:59 | |
*** achanda has quit IRC | 07:59 | |
*** ArminderS- has quit IRC | 08:01 | |
*** nihilifer has joined #openstack | 08:01 | |
*** ArminderS has joined #openstack | 08:01 | |
*** stephane has joined #openstack | 08:02 | |
*** amuller has joined #openstack | 08:02 | |
*** ZZelle has quit IRC | 08:02 | |
*** yellowbig has quit IRC | 08:02 | |
*** ZZelle has joined #openstack | 08:02 | |
*** yellowbig has joined #openstack | 08:03 | |
*** ttrifonov is now known as zz_ttrifonov | 08:04 | |
*** giorgiodinapoli has joined #openstack | 08:04 | |
*** nstrug has quit IRC | 08:04 | |
*** nlevinki has quit IRC | 08:05 | |
*** popw1 has joined #openstack | 08:06 | |
*** nstrug has joined #openstack | 08:07 | |
*** popw has quit IRC | 08:07 | |
*** dgurtner has joined #openstack | 08:09 | |
*** dgurtner has joined #openstack | 08:09 | |
*** moha_hunt has joined #openstack | 08:10 | |
*** nati_ueno has joined #openstack | 08:10 | |
*** atpa8a has quit IRC | 08:11 | |
*** LucaTM has joined #openstack | 08:11 | |
*** gildub has joined #openstack | 08:12 | |
*** atrius has joined #openstack | 08:13 | |
*** lcavassa has joined #openstack | 08:13 | |
*** talluri has joined #openstack | 08:13 | |
*** markus_z has joined #openstack | 08:15 | |
*** tim|mint has joined #openstack | 08:15 | |
*** shohel02 has joined #openstack | 08:15 | |
*** kopparam has joined #openstack | 08:17 | |
*** shohel02_ has joined #openstack | 08:17 | |
*** shohel02 has quit IRC | 08:17 | |
*** pixelb has joined #openstack | 08:18 | |
*** atrius has quit IRC | 08:18 | |
*** homegrown has joined #openstack | 08:18 | |
*** ManikM has quit IRC | 08:20 | |
*** nlevinki has joined #openstack | 08:20 | |
*** Marga_ has joined #openstack | 08:22 | |
*** talluri has quit IRC | 08:22 | |
*** zz_avozza is now known as avozza | 08:23 | |
hachque_ | SamYaple: i'm assuming I install both the neutron controller node and network node onto this single machine? | 08:25 |
*** TheOsprey has quit IRC | 08:25 | |
*** addnull has joined #openstack | 08:26 | |
*** Bluedusk___ has quit IRC | 08:26 | |
*** Bluedusk____ has joined #openstack | 08:27 | |
*** ToMiles has joined #openstack | 08:27 | |
*** aloga has joined #openstack | 08:27 | |
*** Marga_ has quit IRC | 08:27 | |
*** jfarschman has joined #openstack | 08:28 | |
*** jfarschman is now known as MilesDenver | 08:28 | |
*** zz_ttrifonov is now known as ttrifonov | 08:29 | |
*** ybabenko has joined #openstack | 08:29 | |
*** ashishchandra has quit IRC | 08:30 | |
*** badiane_ka has joined #openstack | 08:30 | |
*** addnull has quit IRC | 08:30 | |
*** jcoufal has joined #openstack | 08:31 | |
*** MilesDenver has quit IRC | 08:33 | |
*** michaelneale has joined #openstack | 08:34 | |
*** geaaru has joined #openstack | 08:34 | |
*** ajo has joined #openstack | 08:37 | |
*** ToMiles has quit IRC | 08:37 | |
*** cemason has joined #openstack | 08:37 | |
*** Marga_ has joined #openstack | 08:37 | |
*** sergef has joined #openstack | 08:38 | |
SamYaple | you can yes hachque_ | 08:38 |
*** badiane_ka has quit IRC | 08:38 | |
hachque_ | should I be doing that for the "allocate IPs in external network" setup I want, or is neutron going to virtualize all the networking stuff? | 08:38 |
hachque_ | basically I want to make sure a computer on the external network can access a guest's port (like SSH) | 08:39 |
*** romainh has joined #openstack | 08:39 | |
*** arxcruz has joined #openstack | 08:39 | |
hachque_ | so for a full overview of what i'm trying to do | 08:40 |
*** ToMiles has joined #openstack | 08:40 | |
*** kopparam has quit IRC | 08:40 | |
SamYaple | hachque_: thats going to depend on what type of network you setup in neutron and you security groups (iptables rules on the compute host) | 08:41 |
hachque_ | VM on linode running the build CI -> internet -> consumer grade router -> host machine -> openstack VM -> compute guest | 08:41 |
hachque_ | i was kind of pondering whether or not it'd be easier to set up a software VPN so it'd instead be | 08:41 |
*** MaxV has joined #openstack | 08:41 | |
*** ashishchandra has joined #openstack | 08:42 | |
hachque_ | VM on linode running the build CI -> software VPN -> openstack VM | 08:42 |
*** Marga_ has quit IRC | 08:42 | |
hachque_ | so that then a virtualized network that the guests live on would look as if it was in the same LAN as the VM on linode | 08:42 |
hachque_ | then I wouldn't need to worry about that consumer grade router's NAT | 08:42 |
hachque_ | any suggestion as to which option is least likely to cause networking headaches? | 08:43 |
*** nati_ueno has quit IRC | 08:44 | |
*** kopparam has joined #openstack | 08:44 | |
*** fsimonce has joined #openstack | 08:48 | |
*** bvandenh has joined #openstack | 08:49 | |
*** berendt has joined #openstack | 08:49 | |
*** AnilV4 has joined #openstack | 08:50 | |
*** nlevinki has quit IRC | 08:52 | |
*** vicky has quit IRC | 08:52 | |
*** ndipanov has joined #openstack | 08:53 | |
*** avozza is now known as zz_avozza | 08:54 | |
*** Bluedusk____ has quit IRC | 08:54 | |
*** jistr has joined #openstack | 08:55 | |
*** dgonzalez has joined #openstack | 08:55 | |
oliver23 | SamYaple: Thank You. | 08:56 |
*** itarchitectkev has joined #openstack | 08:56 | |
*** jpena has joined #openstack | 08:56 | |
SamYaple | oliver23: youre welcome. did you get it working? | 08:57 |
*** cedrics has joined #openstack | 08:57 | |
*** gszasz has joined #openstack | 08:57 | |
SamYaple | hachque_: I would say vlan networks, but thats if you can support it with your config | 08:57 |
*** deepakcs has quit IRC | 08:58 | |
*** cemason has quit IRC | 08:58 | |
hachque_ | thanks | 08:58 |
*** RedM has quit IRC | 08:58 | |
*** vicky has joined #openstack | 08:59 | |
oliver23 | SamYaple: Yep ;-) | 08:59 |
*** jpich has joined #openstack | 08:59 | |
SamYaple | awesome. congrats! | 09:00 |
*** oliver23 has quit IRC | 09:00 | |
*** itarchitectkev has quit IRC | 09:00 | |
*** itarchitectkev has joined #openstack | 09:00 | |
*** pkoniszewski has joined #openstack | 09:00 | |
*** ala_ has joined #openstack | 09:00 | |
*** kopparam has quit IRC | 09:02 | |
*** nfedotov has joined #openstack | 09:02 | |
*** dgonzalez has quit IRC | 09:02 | |
hachque_ | hmm | 09:02 |
hachque_ | adding the physical device to openvswitch broke SSH access :/ | 09:02 |
hachque_ | even though the physical IP address still has an IP of 192.168.1.201 | 09:02 |
*** dgonzalez has joined #openstack | 09:02 | |
hachque_ | I can no longer access the SSH daemon | 09:02 |
*** kopparam has joined #openstack | 09:03 | |
*** rotbeard has joined #openstack | 09:03 | |
*** nlevinki has joined #openstack | 09:03 | |
hachque_ | well i did ovs-vsctl del-port and now I can ping again | 09:04 |
hachque_ | i'm sure this is just me being a complete derp when it comes to networking :P | 09:04 |
SamYaple | you cant add the device you are using to ovs | 09:05 |
SamYaple | so if you ssh'd in on eth0, you could add eth1, not eth0 | 09:06 |
SamYaple | you should really have a "managment" interface and a "data" interface | 09:06 |
hachque_ | okay, i can add another bridge to the openstack host | 09:06 |
hachque_ | but out of curiosity, what does openvswitch use the physical device for? | 09:06 |
SamYaple | bingo | 09:06 |
*** dgonzalez has quit IRC | 09:07 | |
hachque_ | is it only for the compute guests? | 09:07 |
SamYaple | hachque_: OVS injects raw frames onto the device. You can actually use OVS for bonding instead of the linux kernel because of this | 09:07 |
*** zz_avozza is now known as avozza | 09:07 | |
hachque_ | oh | 09:08 |
hachque_ | so it pretty much takes full, exclusive control of the device | 09:08 |
hachque_ | so it can support the virtualized networking? | 09:08 |
*** dgonzalez has joined #openstack | 09:08 | |
SamYaple | well the "virtualized networking" is really just tunneling and/or vlans. You can do all of that with linux things (linux bridging, linux tunneling, etc) | 09:09 |
*** engkur has quit IRC | 09:09 | |
SamYaple | and its not excusive control since you an tcpdump on the raw device, but you can't add an ip address to it | 09:09 |
SamYaple | because it will grap the packet from the kernel if my understanding is correct | 09:10 |
SamYaple | but you get the idea. the device you give to OVS is owned by only OVS | 09:10 |
*** vicky has quit IRC | 09:10 | |
*** derekh has joined #openstack | 09:11 | |
*** Osenpai has quit IRC | 09:11 | |
*** pravins has quit IRC | 09:11 | |
*** itarchitectkev_ has joined #openstack | 09:11 | |
*** _ale_ has joined #openstack | 09:12 | |
*** itarchitectkev has quit IRC | 09:12 | |
*** blair has joined #openstack | 09:13 | |
*** pravins has joined #openstack | 09:14 | |
*** Ti-mo- has quit IRC | 09:15 | |
*** Ti-mo has joined #openstack | 09:15 | |
*** otter768 has joined #openstack | 09:16 | |
*** avozza is now known as zz_avozza | 09:17 | |
*** dgonzalez has quit IRC | 09:17 | |
*** dgonzalez has joined #openstack | 09:18 | |
*** tnovacik has joined #openstack | 09:18 | |
*** zz_avozza is now known as avozza | 09:18 | |
*** omachace has joined #openstack | 09:19 | |
*** dgonzale_ has joined #openstack | 09:20 | |
*** otter768 has quit IRC | 09:20 | |
*** dgonzalez has quit IRC | 09:20 | |
*** bhi has joined #openstack | 09:20 | |
*** dgonzale_ has quit IRC | 09:21 | |
*** racedo has joined #openstack | 09:22 | |
*** v4nn1ster has joined #openstack | 09:23 | |
*** kolesovdv has joined #openstack | 09:23 | |
hachque_ | well hmm | 09:25 |
hachque_ | i added another bridged interface | 09:25 |
hachque_ | so the openstack machine now has ens3 and ens7 | 09:25 |
hachque_ | openvswitch has ens7 in it's bridge | 09:25 |
hachque_ | and ens3 is meant to have an IP address of 192.168.1.201 | 09:25 |
hachque_ | when I restart networking, 192.168.1.201 is only available for a very short period of time (pinging from another machine) | 09:25 |
hachque_ | and when I do "ifconfig" i only see br-ex and lo | 09:25 |
*** itarchitectkev_ has quit IRC | 09:25 | |
hachque_ | when i do "ifconfig -a" they all show up | 09:25 |
hachque_ | but ens3 doesn't have it's IP address | 09:25 |
_ale_ | hi all - is there a easy way to remove a hyper visor to be allocated more VMs (or limit the amount of memory used on that hyper visor, rather than all memory available to the host) ? | 09:25 |
*** amuller_ has joined #openstack | 09:26 | |
*** tserong has quit IRC | 09:26 | |
*** sj has joined #openstack | 09:27 | |
*** dgonzalez has joined #openstack | 09:27 | |
*** addnull has joined #openstack | 09:27 | |
*** tserong has joined #openstack | 09:27 | |
*** amuller__ has joined #openstack | 09:28 | |
*** mli has quit IRC | 09:28 | |
*** corXi has joined #openstack | 09:29 | |
*** maishsk has joined #openstack | 09:29 | |
*** jfarschman has joined #openstack | 09:29 | |
*** jfarschman is now known as MilesDenver | 09:29 | |
SamYaple | _ale_: you want to limit that allocatatable memory on a hypervisor? Like only allocate %50 of them memory? | 09:30 |
*** amuller has quit IRC | 09:30 | |
_ale_ | SamYaple, yup that's the idea | 09:30 |
_ale_ | only on some | 09:30 |
*** dooshtuRabbit has quit IRC | 09:31 | |
*** mpaolino has joined #openstack | 09:31 | |
*** mkolesni_ has joined #openstack | 09:31 | |
*** Isotopp_ is now known as Isotopp | 09:31 | |
*** amuller_ has quit IRC | 09:31 | |
*** mkolesni has quit IRC | 09:31 | |
*** addnull has quit IRC | 09:31 | |
SamYaple | _ale_: in nova.conf the config option is "ram_allocation_ratio = 0.5" | 09:31 |
SamYaple | You should be able to set that line per hypervisor | 09:32 |
*** avico has joined #openstack | 09:32 | |
*** cemason has joined #openstack | 09:32 | |
SamYaple | But that may be a scheduler config line, in which case it is not per hypervisor | 09:32 |
_ale_ | SamYaple, ok - cool - thanks a lot! I'll take a look and try it | 09:33 |
SamYaple | its been a while since I last checked if that affects the numbers the hypervisor reports back | 09:33 |
*** talluri has joined #openstack | 09:33 | |
*** MilesDenver has quit IRC | 09:34 | |
*** avico has quit IRC | 09:34 | |
*** xgsa has quit IRC | 09:35 | |
*** Longgeek has quit IRC | 09:35 | |
*** dooshtuRabbit has joined #openstack | 09:36 | |
_ale_ | SamYaple, according to source it's setting it for the scheduler, so for all hypervisors - that's ok though as I just saw the default is 1.5 :\ | 09:37 |
_ale_ | maybe setting it to 0.95 would just do the trick for us | 09:37 |
_ale_ | hmmmm may just be a good idea to do that by default :) | 09:38 |
*** talluri has quit IRC | 09:38 | |
SamYaple | _ale_: ive done that before on some boxes that had additional services chewing up some memory | 09:38 |
*** Marga_ has joined #openstack | 09:38 | |
_ale_ | yeah, thats exactly why :) | 09:38 |
*** kobtea has quit IRC | 09:38 | |
*** xgsa has joined #openstack | 09:38 | |
SamYaple | _ale_: no, with balloon memory its all about overcommiting | 09:38 |
SamYaple | the cpu overcommit is 16:1 by default :P | 09:38 |
*** avico has joined #openstack | 09:38 | |
*** yamamoto has joined #openstack | 09:39 | |
_ale_ | SamYaple, yeah i know :) .. not too worried about CPU tho - memory much more so ... atm one of the hosts i swapping | 09:39 |
*** nati_ueno has joined #openstack | 09:39 | |
_ale_ | and thats the one using mem for other stuff | 09:39 |
_ale_ | i'll set it on that host and restart nova and see what happens :) | 09:39 |
_ale_ | we have a dev stack to test these kinda things on :) *lucky me* | 09:40 |
SamYaple | as in "devstack" or a stack of dev machines? | 09:40 |
*** AnilV4 has quit IRC | 09:40 | |
_ale_ | a stack of dev machines | 09:40 |
_ale_ | :) | 09:40 |
*** enterprisedc has quit IRC | 09:41 | |
*** itarchitectkev has joined #openstack | 09:41 | |
SamYaple | w00t | 09:41 |
_ale_ | :) | 09:41 |
*** zz_johnthetubagu is now known as johnthetubaguy | 09:42 | |
*** Marga_ has quit IRC | 09:43 | |
*** nati_ueno has quit IRC | 09:43 | |
*** AnilV4 has joined #openstack | 09:45 | |
*** dgonzalez has quit IRC | 09:45 | |
*** maishsk has quit IRC | 09:46 | |
*** jfarschman has joined #openstack | 09:46 | |
*** jfarschman is now known as MilesDenver | 09:46 | |
*** jp_at_hp has joined #openstack | 09:47 | |
*** dgonzalez has joined #openstack | 09:49 | |
*** amalagon has joined #openstack | 09:49 | |
*** dgonzalez has quit IRC | 09:49 | |
*** maishsk has joined #openstack | 09:49 | |
*** MilesDenver has quit IRC | 09:51 | |
*** Longgeek has joined #openstack | 09:51 | |
*** kopparam has quit IRC | 09:51 | |
*** jcoufal has quit IRC | 09:51 | |
*** kopparam has joined #openstack | 09:52 | |
*** deepakcs has joined #openstack | 09:53 | |
_ale_ | SamYaple, just saw this: reserved_host_memory_mb=X ... it's at least in JUNO | 09:53 |
*** cemason has quit IRC | 09:53 | |
_ale_ | :) | 09:53 |
*** michaelneale has quit IRC | 09:54 | |
*** Bluedusk____ has joined #openstack | 09:54 | |
*** dimsum__ has joined #openstack | 09:54 | |
*** tryggvil has joined #openstack | 09:54 | |
*** NoNMaDDe_ has joined #openstack | 09:55 | |
*** NoNMaDDeN has quit IRC | 09:55 | |
*** belmoreira has quit IRC | 09:55 | |
*** michaelneale has joined #openstack | 09:56 | |
*** marcelodieder has joined #openstack | 09:56 | |
*** dgonzalez has joined #openstack | 09:57 | |
*** kopparam has quit IRC | 09:58 | |
*** ashishchandra has quit IRC | 09:59 | |
*** dimsum__ has quit IRC | 09:59 | |
*** addnull has joined #openstack | 10:00 | |
*** hachque_ has left #openstack | 10:00 | |
*** Yannick_NextF has joined #openstack | 10:00 | |
*** cnesa has joined #openstack | 10:00 | |
*** hachque_ has joined #openstack | 10:00 | |
hachque_ | SamYaple: got my openstack dashboard running :D | 10:00 |
*** Yannick_NextF has left #openstack | 10:00 | |
SamYaple | hachque_: Youre halfway there! | 10:01 |
SamYaple | now orchestration and cinder and trove and ceilometer and ... | 10:01 |
hachque_ | haha | 10:01 |
hachque_ | i dont need any of those :) | 10:01 |
hachque_ | the most complex part is going to be working out the VLAN stuff now | 10:02 |
SamYaple | no one needs ceilometer | 10:02 |
*** kopparam has joined #openstack | 10:02 | |
*** yaguang has quit IRC | 10:02 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 10:03 | |
*** gildub has quit IRC | 10:03 | |
*** cnesa has quit IRC | 10:04 | |
*** cedrics has quit IRC | 10:05 | |
*** cnesa has joined #openstack | 10:05 | |
*** ifarkas has joined #openstack | 10:05 | |
giorgiodinapoli | SamYaple, why not needeD? | 10:06 |
*** dooshtuRabbit has quit IRC | 10:06 | |
SamYaple | giorgiodinapoli: it was a joke. The project has some severe problems is all | 10:06 |
hachque_ | SamYaple: this network topology view is amazing | 10:06 |
*** dooshtuRabbit has joined #openstack | 10:07 | |
SamYaple | hachque_: isn't it? the best part of Horizon is right there | 10:07 |
hachque_ | yeah | 10:07 |
SamYaple | I like to export it to other webpages | 10:07 |
hachque_ | makes AWS networking look derp | 10:07 |
*** MattMan has joined #openstack | 10:07 | |
hachque_ | also VNC view :D | 10:07 |
*** marcusvrn has joined #openstack | 10:07 | |
hachque_ | although for cirros i'm getting a black screen | 10:08 |
hachque_ | so i'm not sure if it's working or not | 10:08 |
*** Celelibi has quit IRC | 10:08 | |
*** itarchitectkev has quit IRC | 10:08 | |
hachque_ | it says connected to QEMU, which i'm assuming is KVM hardware accelerated | 10:08 |
hachque_ | given that nested acceleration is supported | 10:08 |
*** bbcmicrocomputer has joined #openstack | 10:09 | |
*** bbcmicrocomputer has joined #openstack | 10:09 | |
SamYaple | hachque_: its supported if your host has it set and you set your virutalization type to kvm in the confs | 10:09 |
SamYaple | but it will still say qemu in the end | 10:09 |
*** avozza is now known as zz_avozza | 10:09 | |
*** addnull has quit IRC | 10:09 | |
*** itarchitectkev has joined #openstack | 10:09 | |
SamYaple | the black screen might be the guest turning off the monitor. try trypign things | 10:10 |
hachque_ | typing does nothing | 10:10 |
*** amuller__ has quit IRC | 10:10 | |
hachque_ | although | 10:10 |
hachque_ | ctrl-alt-del did o_o | 10:10 |
*** Celelibi has joined #openstack | 10:10 | |
*** dgonzalez has quit IRC | 10:10 | |
*** mkolesni__ has joined #openstack | 10:10 | |
*** eglynn has joined #openstack | 10:10 | |
*** eglynn has quit IRC | 10:10 | |
SamYaple | ... did it kill your Xorg-server? | 10:11 |
*** eglynn has joined #openstack | 10:11 | |
*** ArminderS has quit IRC | 10:11 | |
*** ArminderS has joined #openstack | 10:11 | |
*** mkolesni_ has quit IRC | 10:11 | |
hachque_ | i think it might be because the openstack machine only has 1 VCPU | 10:11 |
hachque_ | because i figured nested virtualization would draw on the resources available of the top level host | 10:12 |
hachque_ | and not the openstack VM | 10:12 |
hachque_ | so i think I need to bump up the resources for the openstack VM | 10:12 |
*** Bluedusk____ has quit IRC | 10:12 | |
*** dmelladol is now known as dmellado|afk | 10:12 | |
SamYaple | all nested virtualization does is passthrough the virtualization cpu extentions, it wont give it full access to the host | 10:13 |
hachque_ | yeah so VM's made in openstack are limited to the openstack VM's resources | 10:13 |
SamYaple | exactly. that applies to VM made outside of openstack to | 10:14 |
*** karimb has joined #openstack | 10:14 | |
*** cedrics has joined #openstack | 10:14 | |
*** fallenbeck has left #openstack | 10:14 | |
*** dgonzalez has joined #openstack | 10:15 | |
hachque_ | hmm | 10:15 |
hachque_ | the openstack vm shows "kvm: no hardware support" | 10:15 |
*** dgonzalez has quit IRC | 10:16 | |
*** thingee has quit IRC | 10:16 | |
*** PierreRambaud has joined #openstack | 10:16 | |
*** ashishchandra has joined #openstack | 10:16 | |
hachque_ | SamYaple: hmm, the host has "cat /sys/module/kvm_intel/parameters/nested" showing 1 | 10:18 |
hachque_ | uh "cat /sys/module/kvm_amd/parameters/nested" in my case | 10:18 |
*** topshare has quit IRC | 10:18 | |
*** thingee has joined #openstack | 10:19 | |
hachque_ | cat /proc/cpuinfo on the VM shows "svm" | 10:19 |
hachque_ | which is the AMD virtualization support | 10:19 |
*** duplex has joined #openstack | 10:20 | |
*** W28 has left #openstack | 10:21 | |
*** addnull has joined #openstack | 10:21 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 10:21 | |
*** karimb has quit IRC | 10:23 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 10:24 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 10:24 | |
*** dmellado|afk has quit IRC | 10:25 | |
*** f13o has quit IRC | 10:26 | |
*** belmoreira has joined #openstack | 10:26 | |
*** dmellado has joined #openstack | 10:27 | |
*** fandi has quit IRC | 10:28 | |
*** v4nn1ster has quit IRC | 10:30 | |
*** aveek has joined #openstack | 10:30 | |
SamYaple | so you will need to check your nova.conf (or nova-compute.conf) for the virtualization type | 10:30 |
*** v4nn1ster has joined #openstack | 10:31 | |
*** sgran_ is now known as sgran | 10:31 | |
*** f13o has joined #openstack | 10:31 | |
*** sbfox has quit IRC | 10:31 | |
hachque_ | SamYaple: got it | 10:31 |
SamYaple | Or wait. hold on a second. You see see the cpu flag svm on the host, but not on the first tier VM? | 10:31 |
hachque_ | i had to set the cpu mode to host-passthrough | 10:31 |
hachque_ | for libvirt | 10:31 |
SamYaple | Host -> Openstack Infrastructure VM -> Openstack instace | 10:32 |
hachque_ | (the OpenStack VM itself) | 10:32 |
*** pawel-palucki has joined #openstack | 10:32 | |
hachque_ | i had to set cpu host-passthrough on the infrastructure VM | 10:32 |
SamYaple | ok. you should see the svm flag on Host -> Openstack Infrastructure VM, not Openstack instance. | 10:32 |
hachque_ | yeah | 10:32 |
SamYaple | the cpu host-passthrough will passthrough all available host flags | 10:32 |
hachque_ | when I say OpenStack VM i mean the first tier VM | 10:32 |
*** moha_hunt has quit IRC | 10:32 | |
hachque_ | not the VMs that OpenStack is creating | 10:32 |
SamYaple | indeed. | 10:33 |
hachque_ | vmception | 10:33 |
*** vdo has joined #openstack | 10:33 | |
SamYaple | Hey, I have done 4 deep nested virutalization for my Openstack on Openstack projects. it gets confusing very quickly | 10:33 |
hachque_ | haha whoa | 10:33 |
hachque_ | dat virtualization overhead | 10:33 |
maishsk | Good afternoon all | 10:34 |
SamYaple | ... is almost no existant really. As long as the host can support n number of VMs, it runs fine | 10:34 |
maishsk | is it possible to deploy instances with jenkins? | 10:34 |
*** shwang has quit IRC | 10:34 | |
*** gfidente has joined #openstack | 10:34 | |
*** hdd has joined #openstack | 10:34 | |
*** dulek has joined #openstack | 10:34 | |
*** mpaolino has quit IRC | 10:35 | |
*** Marcos has joined #openstack | 10:35 | |
*** yamamoto has quit IRC | 10:36 | |
*** duplex has quit IRC | 10:37 | |
*** mikeoutland has joined #openstack | 10:37 | |
*** karimb has joined #openstack | 10:37 | |
*** dooshtuRabbit has quit IRC | 10:37 | |
*** duplex has joined #openstack | 10:37 | |
*** pawel-palucki has quit IRC | 10:38 | |
*** dulek has quit IRC | 10:38 | |
*** pawel-palucki has joined #openstack | 10:38 | |
*** Marga_ has joined #openstack | 10:39 | |
*** karimb has quit IRC | 10:40 | |
mrafiee | hello | 10:41 |
*** addnull has quit IRC | 10:41 | |
*** dulek has joined #openstack | 10:41 | |
*** mikeoutland has quit IRC | 10:41 | |
*** karimb has joined #openstack | 10:42 | |
*** kopparam has quit IRC | 10:42 | |
*** addnull has joined #openstack | 10:42 | |
mrafiee | I have a problem while lunching an instance | 10:42 |
mrafiee | https://ask.openstack.org/en/question/54170/instance-failed-to-spawn-problem/ | 10:42 |
*** addnull has quit IRC | 10:42 | |
*** kopparam has joined #openstack | 10:43 | |
*** addnull has joined #openstack | 10:44 | |
*** Marga_ has quit IRC | 10:44 | |
SamYaple | mrafiee: as kashyapk pointed out, this is answered in another question (several in fact) | 10:44 |
SamYaple | You have a config issue | 10:44 |
SamYaple | Likely it is misconfigured, but possibly the config file is just not being loaded | 10:44 |
*** zz_avozza is now known as avozza | 10:46 | |
*** jfarschman has joined #openstack | 10:47 | |
*** jfarschman is now known as MilesDenver | 10:47 | |
*** mpaolino has joined #openstack | 10:48 | |
*** MattMan has quit IRC | 10:49 | |
*** yamamoto has joined #openstack | 10:49 | |
*** dgonzalez has joined #openstack | 10:49 | |
*** Free_maN has joined #openstack | 10:51 | |
*** Free_maN has joined #openstack | 10:51 | |
*** MilesDenver has quit IRC | 10:52 | |
*** ArminderS has quit IRC | 10:52 | |
*** ArminderS has joined #openstack | 10:52 | |
*** avozza is now known as zz_avozza | 10:53 | |
*** jcoufal has joined #openstack | 10:53 | |
*** zz_avozza is now known as avozza | 10:56 | |
*** MattMan has joined #openstack | 10:58 | |
*** pboros has joined #openstack | 10:58 | |
*** kopparam has quit IRC | 10:59 | |
hachque_ | hmm | 10:59 |
*** ManikM has joined #openstack | 10:59 | |
hachque_ | for some reason why i start the instance through openstack, libvirt shows it as "paused" | 10:59 |
hachque_ | when I do resume instance-0000000X | 10:59 |
hachque_ | then the VNC shows up correctly in the dashboard | 10:59 |
*** addnull has quit IRC | 11:00 | |
hachque_ | oh | 11:00 |
hachque_ | here we go | 11:00 |
hachque_ | the dashboard just said | 11:00 |
hachque_ | Failed to launch instance "test": Please try again later [Error: Build of instance 42c70339-4791-42b5-ae3b-a23c1258a94c aborted: Failed to allocate the network(s), not rescheduling.]. | 11:00 |
*** addnull_ has joined #openstack | 11:00 | |
*** bdossant has joined #openstack | 11:01 | |
mrafiee | SamYaple: can you give me the link i could not find it | 11:01 |
mrafiee | plz ^ :) | 11:01 |
*** kopparam has joined #openstack | 11:03 | |
*** mrafiee has left #openstack | 11:03 | |
*** avico has quit IRC | 11:04 | |
SamYaple | mrafiee https://ask.openstack.org/en/question/48407/instance-failing-to-spawn-logs-show-novaexception-unexpected-vif_typebinding_failed/ | 11:05 |
*** maishsk has quit IRC | 11:05 | |
*** Osenpai has joined #openstack | 11:05 | |
*** itarchitectkev has quit IRC | 11:05 | |
*** dsilva has joined #openstack | 11:06 | |
*** yamamoto has quit IRC | 11:07 | |
*** MaxV has quit IRC | 11:08 | |
*** atrius has joined #openstack | 11:08 | |
*** avozza is now known as zz_avozza | 11:10 | |
*** dsilva_ has joined #openstack | 11:10 | |
*** yamamoto has joined #openstack | 11:10 | |
*** addnull_ has quit IRC | 11:10 | |
*** dsilva has quit IRC | 11:11 | |
hachque_ | well i'm getting VirtualInterfaceCreateException inside the nova compute logs | 11:12 |
*** MaxV has joined #openstack | 11:12 | |
*** cedrics has quit IRC | 11:12 | |
*** addnull has joined #openstack | 11:13 | |
*** ronis has joined #openstack | 11:15 | |
*** itarchitectkev has joined #openstack | 11:15 | |
*** hdd has quit IRC | 11:15 | |
*** addnull has quit IRC | 11:15 | |
*** choonming has joined #openstack | 11:15 | |
*** kopparam has quit IRC | 11:16 | |
*** kopparam has joined #openstack | 11:16 | |
*** otter768 has joined #openstack | 11:17 | |
hachque_ | gah this networking will be the death of me | 11:18 |
hachque_ | there's no errors in the neutron logs | 11:18 |
hachque_ | the openvswitch logs look fine (adding the appropriate interfaces and whatnot) | 11:19 |
*** karimb has quit IRC | 11:19 | |
*** kopparam has quit IRC | 11:20 | |
*** ndipanov has quit IRC | 11:20 | |
*** ndipanov has joined #openstack | 11:20 | |
*** karimb has joined #openstack | 11:20 | |
*** noway_ has quit IRC | 11:21 | |
*** hdd has joined #openstack | 11:21 | |
*** otter768 has quit IRC | 11:21 | |
*** akas has quit IRC | 11:22 | |
*** amuller__ has joined #openstack | 11:23 | |
*** rfolco has joined #openstack | 11:24 | |
*** geek_cl has joined #openstack | 11:24 | |
*** kopparam has joined #openstack | 11:25 | |
giorgiodinapoli | hachque_, which distro | 11:25 |
hachque_ | giorgiodinapoli: opensuse | 11:25 |
giorgiodinapoli | OK that i dont know | 11:25 |
giorgiodinapoli | i hsd problem with ip tables ns in ubuntu | 11:26 |
hachque_ | iptables only contain nova related stuff | 11:26 |
hachque_ | for me | 11:26 |
*** wjiang has quit IRC | 11:26 | |
SamYaple | hachque_: did you turn on debug and verbose? | 11:27 |
SamYaple | if noy you wont see anything | 11:27 |
hachque_ | yeah | 11:27 |
*** MaxV has quit IRC | 11:27 | |
hachque_ | i have debug and verbose on in my logs | 11:27 |
hachque_ | but no errors or anything in the neutron logs | 11:27 |
SamYaple | so you get the error in the compute log? | 11:27 |
hachque_ | the nova logs just show the exception | 11:27 |
SamYaple | can you post the logs and your nova.conf | 11:27 |
hachque_ | i did vif_plugging_is_fatal = False | 11:27 |
hachque_ | and vif_plugging_timeout= 0 | 11:27 |
hachque_ | in nova.conf, and it "worked" | 11:27 |
*** maishsk has joined #openstack | 11:27 | |
hachque_ | but i'm pretty sure that just ignores the problem | 11:27 |
hachque_ | and that the networking is probably broken on the VM | 11:28 |
hachque_ | sure | 11:28 |
hachque_ | (i'll undo that change and start a new instance to reproduce the issue) | 11:28 |
*** dgonzalez has quit IRC | 11:28 | |
*** rfolco has quit IRC | 11:29 | |
*** rfolco has joined #openstack | 11:29 | |
*** giorgiodinapoli has quit IRC | 11:30 | |
hachque_ | ooh | 11:31 |
hachque_ | i just spotted | 11:31 |
hachque_ | nova.virt.disk.mount.nbd [-] nbd module not loaded | 11:31 |
ujjain | how do I query ip availability in Neutron? | 11:31 |
*** Poornima has quit IRC | 11:32 | |
*** dsilva has joined #openstack | 11:33 | |
*** hdd has quit IRC | 11:33 | |
SamYaple | hachque_: that is for qcow2 images and things. | 11:33 |
*** rfolco has quit IRC | 11:34 | |
SamYaple | hachque_: did you install sysfsutils (or opensuse equiv. package)? | 11:34 |
hachque_ | SamYaple: yeah, just fixed it so it loads on boot | 11:34 |
*** nlevinki has quit IRC | 11:35 | |
*** dsilva_ has quit IRC | 11:35 | |
*** pblaho has joined #openstack | 11:35 | |
*** isaacb has joined #openstack | 11:36 | |
*** rfolco has joined #openstack | 11:36 | |
*** koolhead17 has quit IRC | 11:36 | |
*** dsilva_ has joined #openstack | 11:36 | |
*** koolhead17 has joined #openstack | 11:36 | |
*** amuller__ is now known as amuller | 11:36 | |
*** koolhead17 has quit IRC | 11:37 | |
*** avico has joined #openstack | 11:37 | |
*** itarchitectkev has quit IRC | 11:37 | |
*** marcusvrn has quit IRC | 11:37 | |
*** mrafiee has joined #openstack | 11:38 | |
hachque_ | SamYaple: i also have sysfsutils installed | 11:38 |
*** dsilva has quit IRC | 11:39 | |
hachque_ | SamYaple: here is nova.conf http://paste.openstack.org/show/137414/ | 11:39 |
*** jecarey has joined #openstack | 11:39 | |
*** MasterPiece has quit IRC | 11:39 | |
*** marius_endian has quit IRC | 11:39 | |
*** Marga_ has joined #openstack | 11:40 | |
*** marius_endian has joined #openstack | 11:40 | |
*** rfolco has quit IRC | 11:40 | |
*** adalbas has joined #openstack | 11:40 | |
hachque_ | now just waiting for the instance stuff to run through until it fails | 11:41 |
hachque_ | which could take another 5 minutes or so | 11:41 |
*** rfolco has joined #openstack | 11:42 | |
*** JRobinson__afk has joined #openstack | 11:44 | |
*** Marga_ has quit IRC | 11:45 | |
*** JRobinson__afk is now known as JRobinson__ | 11:45 | |
*** pblaho has quit IRC | 11:45 | |
*** neeti has quit IRC | 11:45 | |
*** mrafiee has quit IRC | 11:46 | |
*** mrafiee has joined #openstack | 11:47 | |
*** drankis has joined #openstack | 11:47 | |
*** nlevinki has joined #openstack | 11:47 | |
*** rfolco has quit IRC | 11:47 | |
*** jfarschman has joined #openstack | 11:47 | |
*** jfarschman is now known as MilesDenver | 11:47 | |
*** HolyGoat has quit IRC | 11:48 | |
*** mrjazzcat has joined #openstack | 11:48 | |
*** ArminderS has quit IRC | 11:50 | |
*** jecarey has quit IRC | 11:50 | |
*** zz_avozza is now known as avozza | 11:51 | |
*** alexpilotti has joined #openstack | 11:52 | |
*** kopparam has quit IRC | 11:52 | |
*** rdo has quit IRC | 11:52 | |
*** noway_ has joined #openstack | 11:52 | |
*** choonming has quit IRC | 11:52 | |
*** MilesDenver has quit IRC | 11:52 | |
*** MarkB1 has joined #openstack | 11:53 | |
*** MasterPiece has joined #openstack | 11:53 | |
*** aveek has quit IRC | 11:54 | |
*** rdo has joined #openstack | 11:54 | |
*** mkulke has joined #openstack | 11:54 | |
mkulke | hello, how can see the list of floating ips available to a tenant? | 11:54 |
hachque_ | SamYaple: http://paste.openstack.org/show/137426/ | 11:55 |
hachque_ | here's the compute log | 11:55 |
hachque_ | oh | 11:55 |
*** marcusvrn has joined #openstack | 11:56 | |
*** stetho has joined #openstack | 11:56 | |
hachque_ | looks like paste.openstack.org didn't paste all of that | 11:56 |
*** chandankumar has quit IRC | 11:56 | |
*** MarcMorata has joined #openstack | 11:56 | |
*** dsilva has joined #openstack | 11:58 | |
hachque_ | SamYaple: https://code.redpointsoftware.com.au/F387170 | 11:59 |
hachque_ | there's a link to the uploaded log file | 11:59 |
*** rfolco has joined #openstack | 11:59 | |
*** geek_cl has quit IRC | 11:59 | |
*** deepthi has quit IRC | 12:00 | |
*** cedrics has joined #openstack | 12:01 | |
*** dsilva_ has quit IRC | 12:01 | |
hachque_ | if you search for "exception" you can see the VirtualInterfaceCreateException | 12:01 |
*** Sankar_ has joined #openstack | 12:01 | |
*** mrafiee has quit IRC | 12:01 | |
*** dsilva_ has joined #openstack | 12:01 | |
*** chandankumar has joined #openstack | 12:01 | |
*** kopparam has joined #openstack | 12:01 | |
*** ManikM has quit IRC | 12:02 | |
hachque_ | i can also see Timeout waiting for vif plugging callback for instance 51c175fb-6933-453d-9798-6b32924c87d7 | 12:02 |
hachque_ | as a warning from the nova libvirt driver | 12:02 |
*** markus_z has quit IRC | 12:02 | |
SamYaple | hachque_: Ive gotten busy here at work, but my guess is that your metadata stuff isnt setup correctly | 12:03 |
*** dimsum__ has joined #openstack | 12:03 | |
SamYaple | that should hanle port updates and things for nova | 12:03 |
SamYaple | it is configured in both neutron.conf and nova.conf | 12:03 |
hachque_ | as in the service_metadata_proxy ? | 12:03 |
*** mrafiee has joined #openstack | 12:04 | |
*** dsilva has quit IRC | 12:04 | |
*** rfolco has quit IRC | 12:04 | |
*** mrafiee has quit IRC | 12:05 | |
*** dsilva has joined #openstack | 12:06 | |
*** rfolco has joined #openstack | 12:06 | |
*** yfauser has joined #openstack | 12:07 | |
*** yfauser has left #openstack | 12:08 | |
*** ashishchandra has quit IRC | 12:08 | |
*** alexpilotti has quit IRC | 12:08 | |
*** ashishchandra has joined #openstack | 12:08 | |
*** avico has quit IRC | 12:08 | |
*** dsilva_ has quit IRC | 12:09 | |
*** avozza is now known as zz_avozza | 12:09 | |
*** rfolco has quit IRC | 12:10 | |
SamYaple | yes nova-api-metadata-proxy and neutron-metadata-agent | 12:11 |
*** dsilva_ has joined #openstack | 12:11 | |
*** michaelneale has quit IRC | 12:11 | |
*** JRobinson__ has quit IRC | 12:12 | |
*** noway__ has joined #openstack | 12:12 | |
*** dsilva has quit IRC | 12:14 | |
*** |lechat| is now known as _|lechat| | 12:15 | |
*** noway_ has quit IRC | 12:16 | |
*** markus_z has joined #openstack | 12:16 | |
*** kopparam has quit IRC | 12:18 | |
*** markus_z has quit IRC | 12:18 | |
*** b1rkh0ff has joined #openstack | 12:20 | |
*** pblaho has joined #openstack | 12:21 | |
*** koolhead17 has joined #openstack | 12:21 | |
*** kopparam has joined #openstack | 12:21 | |
*** vkmc has joined #openstack | 12:22 | |
*** vkmc has quit IRC | 12:22 | |
*** vkmc has joined #openstack | 12:22 | |
*** alexpilotti has joined #openstack | 12:22 | |
*** rfolco has joined #openstack | 12:23 | |
*** mikeoutland has joined #openstack | 12:26 | |
*** MaxV has joined #openstack | 12:27 | |
*** NoNMaDDe_ has quit IRC | 12:27 | |
*** rfolco has quit IRC | 12:28 | |
*** moha_hunt has joined #openstack | 12:28 | |
*** mrjazzcat has quit IRC | 12:29 | |
*** ManikM has joined #openstack | 12:29 | |
*** andresmujica has joined #openstack | 12:29 | |
*** ManikM has quit IRC | 12:29 | |
*** kopparam has quit IRC | 12:29 | |
*** ManikM has joined #openstack | 12:30 | |
*** alexpilotti has quit IRC | 12:30 | |
*** aveek has joined #openstack | 12:30 | |
*** mikeoutland has quit IRC | 12:30 | |
*** sayan has joined #openstack | 12:31 | |
*** ToMiles has quit IRC | 12:32 | |
*** weshay has joined #openstack | 12:32 | |
_nick | hachque_: you can set vif_plugging_is_fatal to false and also vif_plugging_timeout = 0 in nova.conf on your compute nodes | 12:33 |
hachque_ | _nick: i actually just think i found the issue | 12:33 |
_nick | hachque_: but really you should configure neutron notifications to talk to nova properly | 12:33 |
hachque_ | i had service_metadata_proxy and metadata_proxy_shared_secret in the default section | 12:33 |
hachque_ | and not the neutron section | 12:33 |
*** krypto has quit IRC | 12:34 | |
*** amuller_ has joined #openstack | 12:37 | |
*** amuller has quit IRC | 12:37 | |
*** yano has quit IRC | 12:37 | |
*** cpg is now known as cpg|away | 12:37 | |
*** kobtea has joined #openstack | 12:39 | |
*** vdo has quit IRC | 12:39 | |
*** pensu1 has quit IRC | 12:39 | |
*** nkhare_ has quit IRC | 12:39 | |
*** ManikM has quit IRC | 12:40 | |
*** aveek has quit IRC | 12:40 | |
*** rfolco has joined #openstack | 12:40 | |
*** Marga_ has joined #openstack | 12:41 | |
*** amuller__ has joined #openstack | 12:41 | |
*** ToMiles has joined #openstack | 12:41 | |
*** ToMiles has quit IRC | 12:41 | |
*** ToMiles has joined #openstack | 12:42 | |
*** sgordon_ has joined #openstack | 12:43 | |
*** markus_z has joined #openstack | 12:44 | |
*** kobtea has quit IRC | 12:44 | |
*** rmartinelli has joined #openstack | 12:44 | |
*** amuller_ has quit IRC | 12:44 | |
hachque_ | well that didn't fix it :( | 12:44 |
*** rfolco has quit IRC | 12:44 | |
hachque_ | well for now i'll just disable vif timeout | 12:45 |
*** dgonzalez has joined #openstack | 12:45 | |
hachque_ | and vif is fatal | 12:45 |
*** amuller has joined #openstack | 12:45 | |
*** Marga_ has quit IRC | 12:46 | |
*** MarkB1 has quit IRC | 12:46 | |
*** danielbruno has joined #openstack | 12:46 | |
*** jfarschman has joined #openstack | 12:48 | |
*** jfarschman is now known as MilesDenver | 12:48 | |
*** rdo has quit IRC | 12:49 | |
*** amuller__ has quit IRC | 12:49 | |
*** neha has quit IRC | 12:50 | |
*** rmartinelli has quit IRC | 12:50 | |
*** vt102 has joined #openstack | 12:51 | |
*** rdo has joined #openstack | 12:51 | |
*** jcoufal_ has joined #openstack | 12:51 | |
*** NoNMaDDeN has joined #openstack | 12:51 | |
*** MilesDenver has quit IRC | 12:53 | |
*** ManikM has joined #openstack | 12:53 | |
*** aspiers has joined #openstack | 12:53 | |
*** kaisers has quit IRC | 12:53 | |
*** mberlin has quit IRC | 12:53 | |
*** kayaliu has joined #openstack | 12:53 | |
*** jcoufal has quit IRC | 12:54 | |
*** garysday has joined #openstack | 12:54 | |
*** mberlin has joined #openstack | 12:55 | |
*** kaisers has joined #openstack | 12:55 | |
*** marcusvrn1 has joined #openstack | 12:56 | |
*** kayaliu has quit IRC | 12:56 | |
*** rfolco has joined #openstack | 12:57 | |
*** marcusvrn has quit IRC | 12:57 | |
_nick | hachque_: i was going to say, those errors are nothing to do with the metadata components | 12:58 |
*** rdo has quit IRC | 12:59 | |
*** deepakcs has quit IRC | 12:59 | |
*** k4n0 has quit IRC | 13:00 | |
*** tmclaugh[work] has joined #openstack | 13:00 | |
*** topshare has joined #openstack | 13:00 | |
*** topshare has quit IRC | 13:00 | |
*** rdo has joined #openstack | 13:01 | |
*** rfolco has quit IRC | 13:01 | |
*** topshare has joined #openstack | 13:01 | |
*** rmartinelli has joined #openstack | 13:02 | |
*** rfolco has joined #openstack | 13:03 | |
*** _|lechat| has quit IRC | 13:03 | |
*** maishsk has quit IRC | 13:04 | |
*** sandywalsh has joined #openstack | 13:04 | |
*** _|lechat| has joined #openstack | 13:04 | |
*** _|lechat| is now known as |lechat| | 13:05 | |
*** jaypipes has joined #openstack | 13:05 | |
*** Sankar_ has quit IRC | 13:07 | |
garysday | Hello Peeps, can someone help me with an Openstack Glance issue.... problem intalling glance on Juno with Ubuntu | 13:07 |
*** Flemzord has joined #openstack | 13:07 | |
*** rfolco has quit IRC | 13:07 | |
*** rfolco has joined #openstack | 13:09 | |
koolhead17 | ttx: around | 13:09 |
ttx | koolhead17: I am | 13:09 |
*** DCaron has joined #openstack | 13:10 | |
hugokuo | koolhead17: yoyoyo | 13:11 |
*** masco has quit IRC | 13:11 | |
koolhead17 | hello hugokuo how have you been brother? | 13:11 |
koolhead17 | ttx: dm | 13:12 |
*** stamak has quit IRC | 13:12 | |
*** aspiers has quit IRC | 13:12 | |
hugokuo | koolhead17: goooooood | 13:12 |
koolhead17 | hugokuo: glad to know :) | 13:12 |
*** rfolco has quit IRC | 13:13 | |
*** badiane_ka has joined #openstack | 13:14 | |
*** hewbrocca has joined #openstack | 13:14 | |
*** ganso has quit IRC | 13:15 | |
*** maishsk has joined #openstack | 13:16 | |
*** rdo has quit IRC | 13:16 | |
*** Veman has joined #openstack | 13:17 | |
*** ashishchandra has quit IRC | 13:17 | |
*** otter768 has joined #openstack | 13:18 | |
*** rdo has joined #openstack | 13:18 | |
*** TheOsprey has joined #openstack | 13:18 | |
*** morazi has joined #openstack | 13:19 | |
*** MasterPiece has quit IRC | 13:20 | |
*** dgonzalez has quit IRC | 13:20 | |
*** eglynn is now known as eglyn-lunch | 13:20 | |
*** eglyn-lunch is now known as eglynn-lunch | 13:20 | |
*** galstrom_zzz is now known as galstrom | 13:20 | |
*** Veman has quit IRC | 13:21 | |
*** baoli has joined #openstack | 13:22 | |
*** baoli has quit IRC | 13:22 | |
*** otter768 has quit IRC | 13:22 | |
*** eharney has joined #openstack | 13:23 | |
*** baoli has joined #openstack | 13:23 | |
*** kobtea has joined #openstack | 13:23 | |
*** aspiers has joined #openstack | 13:23 | |
*** hachque has joined #openstack | 13:24 | |
*** tchaypo has quit IRC | 13:24 | |
*** quack_quack has quit IRC | 13:24 | |
*** pweiss has quit IRC | 13:24 | |
*** serverascode___ has quit IRC | 13:24 | |
*** jeremypruitt___ has quit IRC | 13:24 | |
*** CaptTofu has quit IRC | 13:24 | |
*** zhiyan has quit IRC | 13:24 | |
*** victor_lowther has quit IRC | 13:24 | |
*** jdaggett has quit IRC | 13:24 | |
*** n1ftyn8 has quit IRC | 13:24 | |
*** mehdi has quit IRC | 13:24 | |
*** twillber has quit IRC | 13:24 | |
*** ybabenko has quit IRC | 13:25 | |
*** x86 has quit IRC | 13:25 | |
*** goodes has quit IRC | 13:25 | |
*** Pintomatic has quit IRC | 13:25 | |
*** hachque_ has quit IRC | 13:25 | |
*** VeggieMeat_ has joined #openstack | 13:25 | |
*** utfans05 has quit IRC | 13:25 | |
*** Ursinha has quit IRC | 13:25 | |
*** patcable has quit IRC | 13:25 | |
*** pweiss has joined #openstack | 13:25 | |
*** CaptTofu has joined #openstack | 13:25 | |
*** jeremypruitt___ has joined #openstack | 13:26 | |
*** Putns has quit IRC | 13:26 | |
*** rainya has quit IRC | 13:26 | |
*** VeggieMeat has quit IRC | 13:26 | |
*** dkusidlo has quit IRC | 13:26 | |
*** rfolco has joined #openstack | 13:26 | |
*** ybabenko has joined #openstack | 13:26 | |
*** patcable has joined #openstack | 13:26 | |
*** Ursinha has joined #openstack | 13:26 | |
*** jdaggett_ has joined #openstack | 13:26 | |
*** nshaikh has quit IRC | 13:26 | |
*** dkusidlo has joined #openstack | 13:26 | |
*** n1ftyn8 has joined #openstack | 13:26 | |
*** tchaypo has joined #openstack | 13:26 | |
*** quack_quack_ has joined #openstack | 13:26 | |
*** Pintomatic has joined #openstack | 13:26 | |
*** goodes has joined #openstack | 13:26 | |
*** Putns has joined #openstack | 13:26 | |
*** x86 has joined #openstack | 13:27 | |
*** rainya has joined #openstack | 13:27 | |
*** victor_lowther has joined #openstack | 13:27 | |
*** serverascode___ has joined #openstack | 13:27 | |
*** zhiyan has joined #openstack | 13:27 | |
*** _mprice has joined #openstack | 13:28 | |
*** mehdi has joined #openstack | 13:28 | |
*** utfans05 has joined #openstack | 13:28 | |
*** nstrug has quit IRC | 13:28 | |
*** jaybrueder has joined #openstack | 13:29 | |
*** noslzzp has joined #openstack | 13:29 | |
*** _mprice1 has quit IRC | 13:29 | |
*** koolhead17 has quit IRC | 13:30 | |
*** galstrom is now known as galstrom_zzz | 13:30 | |
*** rfolco has quit IRC | 13:30 | |
*** TooLmaN has joined #openstack | 13:30 | |
*** koolhead17 has joined #openstack | 13:30 | |
*** Janki has quit IRC | 13:31 | |
*** jaybrueder has quit IRC | 13:31 | |
*** jaybrueder has joined #openstack | 13:31 | |
*** SamYaple1 has joined #openstack | 13:31 | |
*** Flemzord has quit IRC | 13:32 | |
*** rfolco has joined #openstack | 13:33 | |
*** julim has joined #openstack | 13:33 | |
*** dneary has joined #openstack | 13:33 | |
*** che-arne has joined #openstack | 13:34 | |
*** atrius has quit IRC | 13:34 | |
*** Barker has joined #openstack | 13:35 | |
*** koolhead17 has quit IRC | 13:35 | |
hachque | is there any way to configure cinder to just use files for storage? | 13:35 |
*** atrius has joined #openstack | 13:36 | |
hachque | i mean I guess I could use the NFS driver and point it back to a folder on the local machine | 13:36 |
hachque | but that seems weird | 13:36 |
*** NithyaG has joined #openstack | 13:37 | |
*** vnguyen has joined #openstack | 13:37 | |
*** rfolco has quit IRC | 13:37 | |
*** rfolco has joined #openstack | 13:38 | |
*** Barker has quit IRC | 13:38 | |
*** dsilva has joined #openstack | 13:39 | |
*** tkramer has joined #openstack | 13:39 | |
*** ayoung has joined #openstack | 13:41 | |
*** Marga_ has joined #openstack | 13:41 | |
*** francois has joined #openstack | 13:42 | |
*** dsilva_ has quit IRC | 13:42 | |
*** kavan has quit IRC | 13:43 | |
*** jaybrueder has quit IRC | 13:43 | |
*** stephane has quit IRC | 13:44 | |
*** jaybrueder has joined #openstack | 13:44 | |
*** koolhead17 has joined #openstack | 13:44 | |
*** koolhead17 has joined #openstack | 13:44 | |
*** MarkB1 has joined #openstack | 13:45 | |
*** Sir_Designer has quit IRC | 13:46 | |
*** diegows has joined #openstack | 13:46 | |
*** Marga_ has quit IRC | 13:46 | |
*** jaybrueder has quit IRC | 13:47 | |
*** joeg has joined #openstack | 13:47 | |
*** ngoracke has joined #openstack | 13:48 | |
*** v4nn1ster has quit IRC | 13:48 | |
*** coredump has quit IRC | 13:49 | |
*** jaybrueder has joined #openstack | 13:49 | |
*** jfarschman has joined #openstack | 13:49 | |
*** jfarschman is now known as MilesDenver | 13:49 | |
*** inodb has joined #openstack | 13:49 | |
*** v4nn1ster has joined #openstack | 13:49 | |
*** dsilva_ has joined #openstack | 13:50 | |
*** scuttle|afk is now known as scuttlemonkey | 13:51 | |
*** jamespage_ has joined #openstack | 13:51 | |
*** morazi has quit IRC | 13:51 | |
*** pravins has quit IRC | 13:52 | |
*** joeg1 has joined #openstack | 13:52 | |
*** joeg has quit IRC | 13:52 | |
*** jamespage_ has quit IRC | 13:52 | |
*** joeg1 has quit IRC | 13:53 | |
*** joeg has joined #openstack | 13:53 | |
*** dsilva has quit IRC | 13:53 | |
*** dgurtner has quit IRC | 13:53 | |
*** Sir_Designer has joined #openstack | 13:53 | |
*** MilesDenver has quit IRC | 13:54 | |
*** tier has joined #openstack | 13:55 | |
*** nitti has joined #openstack | 13:56 | |
*** koolhead17 has quit IRC | 13:56 | |
*** koolhead17 has joined #openstack | 13:57 | |
*** dyasny has joined #openstack | 13:57 | |
*** mrunge has quit IRC | 13:58 | |
*** tmclaugh[work] has quit IRC | 13:58 | |
*** kavan has joined #openstack | 13:59 | |
*** rbowen has joined #openstack | 13:59 | |
*** darknet has joined #openstack | 13:59 | |
*** stephane has joined #openstack | 13:59 | |
*** gszasz has quit IRC | 14:01 | |
*** dimsum__ has quit IRC | 14:01 | |
*** koolhead17 has quit IRC | 14:02 | |
*** dimsum__ has joined #openstack | 14:02 | |
*** klamath has joined #openstack | 14:03 | |
*** vnguyen has quit IRC | 14:03 | |
*** kolesovdv has quit IRC | 14:04 | |
*** mkollaro has joined #openstack | 14:04 | |
*** egafford has joined #openstack | 14:05 | |
*** gszasz has joined #openstack | 14:05 | |
*** vnguyen has joined #openstack | 14:05 | |
*** kopparam has joined #openstack | 14:06 | |
*** choirboy has joined #openstack | 14:06 | |
*** pradipta is now known as pradipta_away | 14:07 | |
*** sach_ has joined #openstack | 14:07 | |
*** lucendio has quit IRC | 14:08 | |
*** xXSublimeXx has joined #openstack | 14:08 | |
*** sach_ has quit IRC | 14:08 | |
*** SHAITAN has joined #openstack | 14:09 | |
SHAITAN | hello? | 14:09 |
*** lucendio has joined #openstack | 14:10 | |
*** ndipanov has quit IRC | 14:10 | |
SHAITAN | open stackers? | 14:10 |
*** dgonzalez has joined #openstack | 14:10 | |
*** rdas has quit IRC | 14:10 | |
*** puck has quit IRC | 14:11 | |
*** puck has joined #openstack | 14:11 | |
*** diegows has quit IRC | 14:11 | |
tchaypo | There are some here. | 14:11 |
*** chandankumar has quit IRC | 14:12 | |
SHAITAN | (y) | 14:12 |
rockey | little bit short of a thousand | 14:12 |
*** yano has joined #openstack | 14:12 | |
SHAITAN | yet a lil deserted | 14:12 |
*** esker has joined #openstack | 14:12 | |
*** masco has joined #openstack | 14:13 | |
*** stephane has quit IRC | 14:13 | |
*** esker has quit IRC | 14:13 | |
*** esker has joined #openstack | 14:13 | |
*** crose has joined #openstack | 14:14 | |
*** ndipanov has joined #openstack | 14:14 | |
*** dgurtner has joined #openstack | 14:14 | |
*** dgurtner has joined #openstack | 14:14 | |
*** v4nn1ster has quit IRC | 14:15 | |
*** mikeoutland has joined #openstack | 14:15 | |
*** v4nn1ster has joined #openstack | 14:15 | |
*** jckasper_ has quit IRC | 14:16 | |
*** dsilva has joined #openstack | 14:16 | |
*** esker has quit IRC | 14:16 | |
*** dsilva_ has quit IRC | 14:18 | |
*** SHAITAN has quit IRC | 14:18 | |
*** mikeoutland has quit IRC | 14:20 | |
*** gigawhat has joined #openstack | 14:20 | |
*** lucendio has quit IRC | 14:22 | |
*** vnguyen has quit IRC | 14:23 | |
*** stephane has joined #openstack | 14:24 | |
*** dgonzalez has quit IRC | 14:25 | |
*** BobZ_Annapolis has joined #openstack | 14:25 | |
*** eglynn-lunch is now known as eglynn | 14:25 | |
*** jskinner has joined #openstack | 14:26 | |
*** andrewbogott_afk is now known as andrewbogott | 14:27 | |
*** rushil has joined #openstack | 14:27 | |
nikil22 | hi in multinode deployment Dhcp ip lease is failing (sending descovered failed...) How can i debut it. ps -aux |grep relay or ps -aux |grep dhclient in controller node doesnot give any output | 14:28 |
*** ManikM has quit IRC | 14:29 | |
*** ManikM has joined #openstack | 14:29 | |
*** belmoreira has quit IRC | 14:31 | |
*** avico has joined #openstack | 14:32 | |
*** bdossant has quit IRC | 14:33 | |
*** aeperezt has joined #openstack | 14:33 | |
*** stephane has quit IRC | 14:35 | |
*** avico has quit IRC | 14:35 | |
*** tmclaugh[work] has joined #openstack | 14:35 | |
*** blackboxsw has joined #openstack | 14:36 | |
*** avico has joined #openstack | 14:36 | |
*** busterswt has joined #openstack | 14:36 | |
*** koolhead17 has joined #openstack | 14:36 | |
*** avico has quit IRC | 14:37 | |
*** SauzaRob has joined #openstack | 14:38 | |
*** patcable has quit IRC | 14:39 | |
*** patcable has joined #openstack | 14:39 | |
*** dgonzalez has joined #openstack | 14:40 | |
*** avico has joined #openstack | 14:40 | |
*** edmund has joined #openstack | 14:40 | |
*** lborda has joined #openstack | 14:41 | |
*** vnguyen has joined #openstack | 14:42 | |
*** ncerny has joined #openstack | 14:42 | |
*** mjturek has joined #openstack | 14:42 | |
*** Marga_ has joined #openstack | 14:42 | |
*** badiane_ka has quit IRC | 14:42 | |
*** avico has quit IRC | 14:43 | |
*** dgurtner has quit IRC | 14:44 | |
*** rotbeard has quit IRC | 14:44 | |
*** danofsatx-work has quit IRC | 14:44 | |
*** andrewbogott has left #openstack | 14:45 | |
*** danofsatx-work has joined #openstack | 14:45 | |
*** maishsk has quit IRC | 14:45 | |
*** corXi has quit IRC | 14:46 | |
*** Marga_ has quit IRC | 14:47 | |
*** signed8bit has joined #openstack | 14:48 | |
*** morazi has joined #openstack | 14:49 | |
*** pmallya has joined #openstack | 14:49 | |
*** pmallya has quit IRC | 14:50 | |
*** galstrom_zzz is now known as galstrom | 14:50 | |
*** thedodd has joined #openstack | 14:50 | |
*** pmallya_ has joined #openstack | 14:50 | |
*** esker has joined #openstack | 14:51 | |
*** galstrom is now known as galstrom_zzz | 14:52 | |
*** topshare has quit IRC | 14:53 | |
*** masco has quit IRC | 14:53 | |
*** wuhg has quit IRC | 14:53 | |
*** vhoward has left #openstack | 14:53 | |
*** dgonzalez has quit IRC | 14:54 | |
*** tier_ has joined #openstack | 14:54 | |
*** dangers_away is now known as dangers | 14:56 | |
*** dgonzalez has joined #openstack | 14:57 | |
*** tier has quit IRC | 14:57 | |
*** jpomero_ is now known as jpomero | 14:58 | |
*** cdub has joined #openstack | 14:59 | |
*** v4nn1ster has quit IRC | 14:59 | |
*** v4nn1ster has joined #openstack | 15:00 | |
*** mleone has joined #openstack | 15:01 | |
*** vnguyen has quit IRC | 15:01 | |
*** mkolesni__ has quit IRC | 15:04 | |
*** rbak has joined #openstack | 15:05 | |
*** dANO has joined #openstack | 15:05 | |
*** robbiew has joined #openstack | 15:05 | |
*** vtzan_ has joined #openstack | 15:06 | |
*** vtzan has quit IRC | 15:06 | |
*** nlevinki has quit IRC | 15:07 | |
*** dgurtner has joined #openstack | 15:07 | |
*** dgurtner has joined #openstack | 15:07 | |
*** hyperbaba has quit IRC | 15:08 | |
*** ndipanov has quit IRC | 15:08 | |
*** arielb has joined #openstack | 15:09 | |
*** arielb has joined #openstack | 15:09 | |
*** ale has quit IRC | 15:09 | |
*** avico has joined #openstack | 15:10 | |
*** esker has quit IRC | 15:10 | |
*** lazy_prince is now known as killer_prince | 15:10 | |
*** ale has joined #openstack | 15:10 | |
*** esker has joined #openstack | 15:10 | |
*** balajiiyer has joined #openstack | 15:11 | |
*** ZiGMaX has joined #openstack | 15:12 | |
*** Joufflu has joined #openstack | 15:12 | |
*** vnguyen has joined #openstack | 15:12 | |
*** doug-fish has joined #openstack | 15:12 | |
*** timsim has joined #openstack | 15:13 | |
*** timsim has quit IRC | 15:13 | |
*** prad has joined #openstack | 15:13 | |
*** mwichmann has joined #openstack | 15:13 | |
*** timsim has joined #openstack | 15:13 | |
*** TheOsprey has quit IRC | 15:14 | |
*** tshefi has quit IRC | 15:14 | |
*** BobZ_Annapolis_ has joined #openstack | 15:15 | |
*** zz_jgrimm is now known as jgrimm | 15:15 | |
*** kitch_ has joined #openstack | 15:15 | |
*** pboros has quit IRC | 15:16 | |
kitch_ | Question. How secure is it to have multiple tenants share a single L3 router as long as each has a private network with non-routable addresses? | 15:17 |
*** dulek_ has joined #openstack | 15:17 | |
*** AnilV4 has quit IRC | 15:17 | |
*** BobZ_Annapolis has quit IRC | 15:17 | |
*** esker has quit IRC | 15:18 | |
*** pboros has joined #openstack | 15:18 | |
*** otter768 has joined #openstack | 15:18 | |
*** dulek has quit IRC | 15:19 | |
SamYaple | kitch_: safe and common as long as the router is owned by an admin | 15:19 |
*** koolhead17 has quit IRC | 15:19 | |
kitch_ | Yep, plan is that the router would be admin owned | 15:19 |
SamYaple | this means ports connected form the router to a tenant network would have to be done by an admin | 15:19 |
SamYaple | maybe this will work with shared.. but im not sure | 15:19 |
*** koolhead17 has joined #openstack | 15:19 | |
SamYaple | oh also, this removes the ability to have overlapping subnets | 15:20 |
*** jckasper has joined #openstack | 15:20 | |
*** nlevinki has joined #openstack | 15:20 | |
*** andresmujica has quit IRC | 15:20 | |
SamYaple | to be more clear, no overlapping subnets connected to the router (technically you can have them in the tenant connected to different routers | 15:20 |
kitch_ | SamYaple: Our plan is that the admin would create the tenant networks and connect them to the router. Yes, no overlapping. So how do you prevent tenant to tenant communication in this scenario? I know that say a 172 address is non-routable say upstream/downstream out of the router, but is it safe from side to side? | 15:20 |
*** ndipanov has joined #openstack | 15:21 | |
SamYaple | kitch_: what rules do you think are in place side to side? | 15:21 |
kitch_ | Will the L3 router not allow tenant A on 172.1.x.x to ping address on tenant B 172.2.0.0 | 15:21 |
*** ayoung is now known as ayoung-afk | 15:22 | |
kitch_ | Well, I guess that is my question, will the L3 router default rules prevent that side to side connectivity? | 15:22 |
SamYaple | Pretty sure that is all blocked, but I may be confusing FWaaS plugin with this. I suggest testing it unless you want to dig in the code (and even then...) | 15:22 |
*** r-daneel has joined #openstack | 15:22 | |
*** thedodd has quit IRC | 15:22 | |
kitch_ | SamYaple: Yeah, we do plan to test more thoroughly, was just curious if others had experience with it | 15:22 |
SamYaple | i did setup what you are talking about at one point, but its been to long for me to give definite answers | 15:22 |
*** mikeoutland has joined #openstack | 15:23 | |
*** atrius has quit IRC | 15:23 | |
kitch_ | SamYaple: fair enough. I’ll let you know what we find out. | 15:23 |
*** otter768 has quit IRC | 15:24 | |
*** koolhead17 has quit IRC | 15:24 | |
*** andresmujica has joined #openstack | 15:24 | |
*** v01d has joined #openstack | 15:24 | |
*** atrius has joined #openstack | 15:24 | |
*** gregmark has joined #openstack | 15:25 | |
*** nihilifer has quit IRC | 15:26 | |
*** rdo has quit IRC | 15:27 | |
*** nikil22 has quit IRC | 15:27 | |
*** rushil has left #openstack | 15:28 | |
*** rdo has joined #openstack | 15:28 | |
*** ZiGMaX has quit IRC | 15:29 | |
*** rdaly2 has joined #openstack | 15:29 | |
*** mkulke has quit IRC | 15:29 | |
*** cfh has joined #openstack | 15:30 | |
*** angdraug has joined #openstack | 15:30 | |
*** jthorne has joined #openstack | 15:31 | |
*** jfarschman has joined #openstack | 15:31 | |
*** jfarschman is now known as MilesDenver | 15:31 | |
*** mikeoutland has quit IRC | 15:32 | |
*** dimsum__ is now known as dims | 15:32 | |
*** cedricss has joined #openstack | 15:32 | |
*** mrjazzcat has joined #openstack | 15:33 | |
*** twillber has joined #openstack | 15:33 | |
*** twillber has joined #openstack | 15:33 | |
*** eblake_ has joined #openstack | 15:33 | |
*** fnaval has joined #openstack | 15:34 | |
*** rtheis has joined #openstack | 15:34 | |
*** jaybrueder has quit IRC | 15:34 | |
*** Tross has quit IRC | 15:35 | |
*** cedrics has quit IRC | 15:35 | |
*** atiwari has joined #openstack | 15:35 | |
*** avico has quit IRC | 15:36 | |
*** asahlin_ has joined #openstack | 15:37 | |
*** esheffield has joined #openstack | 15:37 | |
*** NoNMaDDeN has quit IRC | 15:37 | |
*** asahlin_ has left #openstack | 15:37 | |
*** NoNMaDDeN has joined #openstack | 15:38 | |
*** crose has quit IRC | 15:38 | |
*** v4nn1ster has quit IRC | 15:38 | |
*** kopparam has quit IRC | 15:38 | |
*** dulek_ has quit IRC | 15:39 | |
*** cedrics_ has joined #openstack | 15:39 | |
*** dulek has joined #openstack | 15:39 | |
*** avico has joined #openstack | 15:40 | |
*** dsilva has quit IRC | 15:41 | |
*** r3doz has quit IRC | 15:41 | |
*** Bluedusk_ has joined #openstack | 15:42 | |
*** cedricss has quit IRC | 15:42 | |
*** mikeoutland has joined #openstack | 15:43 | |
*** Marga_ has joined #openstack | 15:43 | |
*** ianychoi has quit IRC | 15:43 | |
*** amalagon has quit IRC | 15:44 | |
*** dsilva has joined #openstack | 15:45 | |
*** mikeoutland has quit IRC | 15:45 | |
*** krtaylor has quit IRC | 15:47 | |
*** x86 has quit IRC | 15:47 | |
*** x86 has joined #openstack | 15:47 | |
*** koolhead17 has joined #openstack | 15:47 | |
*** anderbubble has joined #openstack | 15:47 | |
*** Marga_ has quit IRC | 15:48 | |
*** Joufflu has quit IRC | 15:49 | |
*** dgurtner has quit IRC | 15:49 | |
*** ArminderS has joined #openstack | 15:49 | |
*** nshaikh has joined #openstack | 15:49 | |
*** vmtyler has joined #openstack | 15:51 | |
*** cemason has joined #openstack | 15:52 | |
*** shibby has joined #openstack | 15:52 | |
*** esker has joined #openstack | 15:52 | |
*** fmccarthy has left #openstack | 15:52 | |
*** sayan has quit IRC | 15:53 | |
*** VeggieMeat_ is now known as VeggieMeat | 15:53 | |
*** ayoung-afk is now known as ayoung | 15:53 | |
*** fmccarthy has joined #openstack | 15:54 | |
*** krtaylor has joined #openstack | 15:54 | |
*** ncerny has quit IRC | 15:55 | |
*** jprovazn has quit IRC | 15:55 | |
*** avico has quit IRC | 15:57 | |
*** vmtyler has quit IRC | 15:58 | |
*** egafford has quit IRC | 16:01 | |
*** BLZbubba has joined #openstack | 16:01 | |
*** ndipanov has quit IRC | 16:01 | |
*** shibby has quit IRC | 16:01 | |
*** LucaTM has left #openstack | 16:02 | |
*** ndipanov has joined #openstack | 16:02 | |
*** ndipanov has quit IRC | 16:02 | |
*** kebray has joined #openstack | 16:04 | |
*** juice has quit IRC | 16:04 | |
*** Raugturi has joined #openstack | 16:04 | |
*** darknet has quit IRC | 16:05 | |
*** ndipanov has joined #openstack | 16:05 | |
*** txomon|fon has joined #openstack | 16:06 | |
*** tsekiyama has joined #openstack | 16:06 | |
*** andresmujica has quit IRC | 16:07 | |
txomon|fon | hi, I am trying to have swift use cinder as storage, is it possible? | 16:07 |
*** nkrinner has quit IRC | 16:07 | |
*** rbowen has quit IRC | 16:07 | |
jgriffith | txomon|fon: nope | 16:07 |
notmyname | txomon|fon: no, not really | 16:07 |
*** rbowen has joined #openstack | 16:07 | |
*** mrmike has joined #openstack | 16:07 | |
txomon|fon | because I have read about glance using cinder/swift... | 16:08 |
txomon|fon | ok | 16:08 |
*** juice has joined #openstack | 16:08 | |
notmyname | jgriffith: I mean, yeah you could carve up cinder volumes and put those into the swift ring. but that's almost certainly a really bad idea | 16:08 |
*** Gwys has joined #openstack | 16:08 | |
*** coredump has joined #openstack | 16:08 | |
*** dsilva_ has joined #openstack | 16:08 | |
jgriffith | notmyname: yeah, that's what I was wondering if txomon|fon was thinking of | 16:09 |
jgriffith | notmyname: and I'd agree likely not an *ideal* approach | 16:09 |
jgriffith | notmyname: could be more trouble than it's worth for sure | 16:09 |
notmyname | jgriffith: where "not ideal" == pretty terrible? ;-) | 16:09 |
jgriffith | notmyname: Tomateo, Tomato | 16:09 |
notmyname | jgriffith: and then you snap your cinder volumes to swift! it's volumes all the way down! | 16:09 |
*** Tross has joined #openstack | 16:10 | |
jgriffith | notmyname: lol | 16:10 |
*** kobtea has quit IRC | 16:10 | |
jgriffith | notmyname: it's really all the way around not a good idea | 16:10 |
*** mtl1 has joined #openstack | 16:10 | |
*** kobtea has joined #openstack | 16:10 | |
jgriffith | notmyname: unless you want to build a swift cluster using OpenStack for some experimental thing | 16:10 |
txomon|fon | I have openstack installed just in one machine, and will in some point in the future have it in 2. So I am wondering whether it makes sense to have the object storage use the block storage device as backend or not | 16:10 |
notmyname | jgriffith: openstack? experimental? nobody does that! | 16:10 |
*** antons has joined #openstack | 16:11 | |
jgriffith | haha | 16:11 |
*** dsilva has quit IRC | 16:11 | |
txomon|fon | mainly because swift knows about objects and cinder about how to store them | 16:12 |
notmyname | txomon|fon: I love what you're thinking, but swift and cinder are for different things and solve different problems. they work together in that you can do cinder backups/snapshots to swift, but you can't use cinder as the volumes that swift uses | 16:12 |
*** a_le has joined #openstack | 16:12 | |
*** cemason has quit IRC | 16:12 | |
txomon|fon | oh ok | 16:12 |
txomon|fon | so swift stores directly in a normal filesystem? | 16:12 |
txomon|fon | or does it need some sort of LVM or RAID? | 16:13 |
notmyname | txomon|fon: ya. you give swift hard drives formatted with a local filesystem (XFS is recommended). no need for RAID. there are some use cases for LVM, but that's beyond the scope of this discussion | 16:13 |
*** damadhatter has quit IRC | 16:13 | |
*** damadhatter has joined #openstack | 16:13 | |
*** nlevinki has quit IRC | 16:14 | |
notmyname | txomon|fon: the important point is to not hide the physical failure domains from swift. that's why you normally don't want to use cinder for provisioning volumes to be used by swift | 16:14 |
txomon|fon | oh ok, so it's failure proof itself | 16:14 |
txomon|fon | oki doky | 16:14 |
txomon|fon | =) | 16:14 |
*** tab_____ has joined #openstack | 16:14 | |
*** kobtea has quit IRC | 16:15 | |
*** dylanmei has quit IRC | 16:15 | |
*** achanda has joined #openstack | 16:16 | |
*** dulek has quit IRC | 16:16 | |
*** jeffq_ is now known as jeffq | 16:17 | |
*** dulek has joined #openstack | 16:17 | |
*** shibby has joined #openstack | 16:17 | |
*** anderbubble has quit IRC | 16:17 | |
txomon|fon | Ok, this explains quite well what it's for: https://www.youtube.com/watch?v=G0zz6ahZjnE | 16:18 |
*** nfedotov has quit IRC | 16:19 | |
*** jngd has joined #openstack | 16:19 | |
*** larsam has joined #openstack | 16:20 | |
*** dtrainor has joined #openstack | 16:20 | |
*** Longgeek has quit IRC | 16:23 | |
*** boden has joined #openstack | 16:24 | |
*** dsilva has joined #openstack | 16:25 | |
*** MrMonkey has joined #openstack | 16:27 | |
*** dsilva_ has quit IRC | 16:27 | |
*** hemanthm has joined #openstack | 16:27 | |
*** achanda has quit IRC | 16:29 | |
*** ManikM has quit IRC | 16:29 | |
*** ManikM has joined #openstack | 16:29 | |
*** anderbubble has joined #openstack | 16:31 | |
*** balajiiyer has left #openstack | 16:31 | |
*** Romik has joined #openstack | 16:33 | |
*** ncerny has joined #openstack | 16:33 | |
*** mrmartin has quit IRC | 16:35 | |
*** mrmartin has joined #openstack | 16:35 | |
*** gszasz has quit IRC | 16:37 | |
*** epcim has quit IRC | 16:37 | |
*** Romik has quit IRC | 16:38 | |
*** aswadr has joined #openstack | 16:38 | |
*** andresmujica has joined #openstack | 16:39 | |
*** kopparam has joined #openstack | 16:39 | |
*** pravins has joined #openstack | 16:39 | |
*** vryzhenkin has quit IRC | 16:40 | |
*** mkollaro has quit IRC | 16:42 | |
*** egafford has joined #openstack | 16:42 | |
*** antons has quit IRC | 16:43 | |
*** antons has joined #openstack | 16:43 | |
*** Marga_ has joined #openstack | 16:44 | |
*** kopparam has quit IRC | 16:44 | |
*** Gwys has quit IRC | 16:45 | |
*** pkoniszewski has quit IRC | 16:45 | |
*** dANO has quit IRC | 16:45 | |
*** dANO has joined #openstack | 16:46 | |
*** bvandenh has quit IRC | 16:46 | |
*** RedW has joined #openstack | 16:47 | |
*** kopparam has joined #openstack | 16:47 | |
*** ngoracke has quit IRC | 16:47 | |
*** bahazc has joined #openstack | 16:47 | |
*** Marga_ has quit IRC | 16:48 | |
*** _cjones_ has joined #openstack | 16:48 | |
*** Marga_ has joined #openstack | 16:49 | |
*** zz_avozza is now known as avozza | 16:49 | |
*** dulek has quit IRC | 16:50 | |
*** okrieg has joined #openstack | 16:50 | |
*** Romik has joined #openstack | 16:52 | |
*** arxcruz has quit IRC | 16:52 | |
*** tim|mint has quit IRC | 16:53 | |
*** matiu has quit IRC | 16:53 | |
*** avozza is now known as zz_avozza | 16:53 | |
*** Marga_ has quit IRC | 16:53 | |
*** amalagon has joined #openstack | 16:54 | |
*** avico has joined #openstack | 16:54 | |
*** afazekas has quit IRC | 16:54 | |
*** JayJ has joined #openstack | 16:54 | |
*** andresmujica has quit IRC | 16:55 | |
*** brokencycle has quit IRC | 16:56 | |
*** garysday has quit IRC | 16:57 | |
*** chale_ has joined #openstack | 16:57 | |
JayJ | Can somebody enlighten me with a very basic question? Where is ephemeral disk of the instance stored on the physical disk? I assumed it should be under /var/... qemu/images, default location. I cannot find it there! | 16:58 |
*** amalagon has quit IRC | 16:58 | |
*** shibby has quit IRC | 16:59 | |
*** matjazp has joined #openstack | 16:59 | |
*** groen692 has quit IRC | 16:59 | |
*** mattgriffin has joined #openstack | 16:59 | |
*** ttrifonov is now known as zz_ttrifonov | 16:59 | |
*** isaacb has quit IRC | 16:59 | |
*** nikhil_k is now known as nikhil_k|vacay | 17:00 | |
*** cfh has quit IRC | 17:00 | |
*** ndipanov has quit IRC | 17:01 | |
*** sarob has joined #openstack | 17:01 | |
*** omachace has quit IRC | 17:02 | |
*** MaxV has quit IRC | 17:02 | |
*** sayan has joined #openstack | 17:03 | |
*** bahazc has quit IRC | 17:04 | |
*** chandankumar has joined #openstack | 17:04 | |
*** bahazc has joined #openstack | 17:04 | |
*** monst has joined #openstack | 17:04 | |
*** MaxV has joined #openstack | 17:05 | |
jthorne | JayJ its stored in the folder named after the UUID in /var/lib/nova/instances | 17:05 |
*** dweaver has joined #openstack | 17:07 | |
txomon|fon | hi, I have configured nova to use cinder, but I can still launch stuff in the local storage | 17:07 |
txomon|fon | any ideas on how to hide that option from the horizon panel? | 17:07 |
*** markus_z has quit IRC | 17:08 | |
*** a_le has quit IRC | 17:08 | |
*** rmoe has quit IRC | 17:09 | |
*** mtl1 has quit IRC | 17:09 | |
*** anderbubble_ has joined #openstack | 17:11 | |
*** anderbubble_ has quit IRC | 17:11 | |
*** anderbubble has quit IRC | 17:11 | |
*** anderbubble has joined #openstack | 17:11 | |
*** sayan has quit IRC | 17:11 | |
*** dsilva_ has joined #openstack | 17:11 | |
*** kobtea has joined #openstack | 17:12 | |
*** spligak has quit IRC | 17:13 | |
JayJ | jthorne: hmm.. I've configured backend storage "enabled_backends=sas_storage,fusionio_storage" I thought only cinder uses this. However, it appears that the instance is launched pn rbd backend. Is that how it works? I want the ephemeral storage to stay on the local disk where instance is running | 17:13 |
*** radez_g0n3 is now known as radez | 17:13 | |
*** ndipanov has joined #openstack | 17:13 | |
*** bahazc has quit IRC | 17:13 | |
*** dsilva has quit IRC | 17:14 | |
*** marius_endian has quit IRC | 17:15 | |
*** atpa8a has joined #openstack | 17:15 | |
*** omachace has joined #openstack | 17:16 | |
atpa8a | hello | 17:16 |
*** stannie has quit IRC | 17:16 | |
*** kobtea has quit IRC | 17:16 | |
*** Romik has quit IRC | 17:17 | |
*** kopparam has quit IRC | 17:17 | |
*** v01d has quit IRC | 17:17 | |
*** pravins has quit IRC | 17:17 | |
*** zerick has joined #openstack | 17:18 | |
*** pravins has joined #openstack | 17:18 | |
*** amuller has quit IRC | 17:18 | |
*** shohel02_ has quit IRC | 17:18 | |
*** egafford has quit IRC | 17:18 | |
*** a_le has joined #openstack | 17:19 | |
*** B_rake has joined #openstack | 17:19 | |
*** hinnant_ has joined #openstack | 17:19 | |
*** otter768 has joined #openstack | 17:20 | |
*** galstrom_zzz is now known as galstrom | 17:20 | |
*** ala_ has quit IRC | 17:20 | |
*** MasterPiece has joined #openstack | 17:20 | |
*** Marga_ has joined #openstack | 17:21 | |
*** pravins has quit IRC | 17:21 | |
*** galstrom is now known as galstrom_zzz | 17:21 | |
*** ifarkas has quit IRC | 17:21 | |
*** MasterPiece has quit IRC | 17:22 | |
*** ronis has quit IRC | 17:22 | |
*** TooLmaN has quit IRC | 17:23 | |
*** dylanmei has joined #openstack | 17:23 | |
*** koolhead17 has quit IRC | 17:24 | |
*** galstrom_zzz is now known as galstrom | 17:24 | |
*** otter768 has quit IRC | 17:24 | |
*** koolhead17 has joined #openstack | 17:24 | |
*** Marga_ has quit IRC | 17:24 | |
*** Marga_ has joined #openstack | 17:25 | |
*** ivar-lazzaro has joined #openstack | 17:25 | |
*** cedrics_ has quit IRC | 17:25 | |
*** ngoracke has joined #openstack | 17:25 | |
*** rmoe has joined #openstack | 17:25 | |
*** shibby has joined #openstack | 17:26 | |
*** jpich has quit IRC | 17:26 | |
*** galstrom is now known as galstrom_zzz | 17:26 | |
*** Marga_ has quit IRC | 17:26 | |
*** ivar-lazzaro has quit IRC | 17:26 | |
*** koolhead_ has joined #openstack | 17:26 | |
*** koolhead17 has quit IRC | 17:27 | |
*** galstrom_zzz is now known as galstrom | 17:27 | |
*** Marga_ has joined #openstack | 17:27 | |
*** ivar-lazzaro has joined #openstack | 17:27 | |
*** egafford has joined #openstack | 17:28 | |
*** alop has quit IRC | 17:28 | |
*** Marga_ has quit IRC | 17:28 | |
*** galstrom is now known as galstrom_zzz | 17:29 | |
JayJ | Can anyone tell me whether configuring "enabled_backends" puts the ephemeral disks on the backend as well? I've configured Ceph backend but my ephemeral disks are carved out on ceph, which is not what I wanted. | 17:29 |
JayJ | jthorne: ^^^^^ | 17:29 |
JayJ | jthorne: Is that how its supposed to work? Hope not | 17:30 |
*** Marga_ has joined #openstack | 17:30 | |
*** inodb has quit IRC | 17:31 | |
*** Tross has quit IRC | 17:31 | |
*** isaacb has joined #openstack | 17:31 | |
*** Romik has joined #openstack | 17:32 | |
*** dANO has quit IRC | 17:33 | |
*** galstrom_zzz is now known as galstrom | 17:33 | |
*** tmclaugh[work] has quit IRC | 17:34 | |
*** pensu has joined #openstack | 17:34 | |
*** _mprice has quit IRC | 17:35 | |
*** Marga_ has quit IRC | 17:35 | |
*** Marga_ has joined #openstack | 17:35 | |
*** dims has quit IRC | 17:35 | |
*** dims has joined #openstack | 17:35 | |
*** annashen has joined #openstack | 17:35 | |
*** alop has joined #openstack | 17:36 | |
*** underyx has quit IRC | 17:38 | |
*** jasonsb has quit IRC | 17:38 | |
*** nmagnezi has quit IRC | 17:38 | |
*** jasonsb has joined #openstack | 17:39 | |
*** Marga_ has quit IRC | 17:39 | |
*** galstrom is now known as galstrom_zzz | 17:39 | |
*** Marga_ has joined #openstack | 17:40 | |
*** dims has quit IRC | 17:40 | |
*** lucendio has joined #openstack | 17:40 | |
*** Marga_ has quit IRC | 17:40 | |
*** jetole has joined #openstack | 17:41 | |
*** Marga_ has joined #openstack | 17:41 | |
*** Marga_ has quit IRC | 17:41 | |
jetole | Hey guys. I am using Neutron / VLAN which works fine for most of my projects however I have a few projects which I would like to set the fixed-ip as routable without NAT. Can this be done? | 17:41 |
*** whenry has quit IRC | 17:42 | |
*** Marga_ has joined #openstack | 17:42 | |
hypnosb | I try to setup spicehtml5proxy, but in horizon it says can not connect. I check /var/log/messages and says Can not find spice html/js/css files at /usr/share/spice-html5 .. which is true... Where are they? | 17:42 |
*** shashankhegde has joined #openstack | 17:43 | |
*** Marga_ has quit IRC | 17:43 | |
*** Marga__ has joined #openstack | 17:43 | |
*** suneelb has joined #openstack | 17:43 | |
*** jasonsb has quit IRC | 17:43 | |
*** mikedillion has joined #openstack | 17:44 | |
*** lucendio has quit IRC | 17:44 | |
*** galstrom_zzz is now known as galstrom | 17:45 | |
*** avico has quit IRC | 17:45 | |
*** epcim has joined #openstack | 17:45 | |
*** lucendio has joined #openstack | 17:45 | |
*** leeantho has joined #openstack | 17:46 | |
*** Marga__ has quit IRC | 17:46 | |
*** jareddlc has joined #openstack | 17:46 | |
*** ska has joined #openstack | 17:47 | |
*** galstrom is now known as galstrom_zzz | 17:47 | |
*** Marga_ has joined #openstack | 17:47 | |
*** shohel02 has joined #openstack | 17:47 | |
ska | I'm install packstack on single server; I'd like to configure all the networking in a separate step. Will --provision-all-in-one-ovs-bridge=n allow me to to that? | 17:47 |
*** mpaolino has quit IRC | 17:48 | |
*** dims has joined #openstack | 17:48 | |
*** omachace1 has joined #openstack | 17:49 | |
*** annashen has quit IRC | 17:50 | |
*** coredump has quit IRC | 17:50 | |
*** romainh has quit IRC | 17:50 | |
*** coredump has joined #openstack | 17:52 | |
*** harlowja_away is now known as harlowja | 17:52 | |
*** CASP3R has joined #openstack | 17:52 | |
*** zz_avozza is now known as avozza | 17:52 | |
*** sayan has joined #openstack | 17:52 | |
*** omachace has quit IRC | 17:53 | |
jthorne | jayj did you configure that backend storage in cinder.conf or nova.conf? | 17:53 |
*** mikedillion has quit IRC | 17:54 | |
JayJ | jthorne: In cinder.conf. | 17:54 |
*** shashankhegde has quit IRC | 17:54 | |
jthorne | jayj then i wouldn't expect nova to use that storage unless you are doing Boot from Cinder Volume | 17:55 |
jthorne | jayj i really am not sure though. i have never setup your use case. | 17:55 |
*** whenry has joined #openstack | 17:55 | |
*** galstrom_zzz is now known as galstrom | 17:56 | |
*** sbfox has joined #openstack | 17:56 | |
*** annashen has joined #openstack | 17:56 | |
*** jschwarz has quit IRC | 17:57 | |
*** nshaikh has quit IRC | 17:57 | |
*** coredump has quit IRC | 17:57 | |
*** dyasny has quit IRC | 17:57 | |
hypnosb | for some reason there is no spice-html5 dep/rpm on centos 7 | 17:59 |
*** annashen has quit IRC | 17:59 | |
*** franred has quit IRC | 17:59 | |
hypnosb | which has the /usr/share/spice-html5 js/html/css files | 17:59 |
*** annashen has joined #openstack | 17:59 | |
*** Marga_ has quit IRC | 18:00 | |
*** githogori has joined #openstack | 18:00 | |
*** annashen has quit IRC | 18:00 | |
*** sarob has quit IRC | 18:01 | |
*** mpaolino has joined #openstack | 18:01 | |
*** dweaver has quit IRC | 18:01 | |
*** annashen has joined #openstack | 18:01 | |
*** dweaver has joined #openstack | 18:01 | |
*** Marga_ has joined #openstack | 18:02 | |
*** dylanmei_ has joined #openstack | 18:02 | |
*** prad has quit IRC | 18:03 | |
*** galstrom is now known as galstrom_zzz | 18:05 | |
*** derekh has quit IRC | 18:05 | |
*** maxdml has joined #openstack | 18:05 | |
*** githogori has quit IRC | 18:05 | |
*** skirk has joined #openstack | 18:05 | |
*** dylanmei has quit IRC | 18:05 | |
*** dneary has quit IRC | 18:05 | |
*** StuartMI has quit IRC | 18:06 | |
*** shibby has quit IRC | 18:06 | |
*** jobewan has joined #openstack | 18:06 | |
*** githogori has joined #openstack | 18:07 | |
*** _ale_ has quit IRC | 18:07 | |
*** Tross has joined #openstack | 18:07 | |
*** galstrom_zzz is now known as galstrom | 18:08 | |
*** isaacb has quit IRC | 18:08 | |
*** mpaolino has quit IRC | 18:08 | |
*** dyasny has joined #openstack | 18:09 | |
*** tmclaugh[work] has joined #openstack | 18:11 | |
*** MarcMorata has quit IRC | 18:11 | |
*** Brake has joined #openstack | 18:13 | |
*** Marga_ has quit IRC | 18:13 | |
*** Marga_ has joined #openstack | 18:14 | |
*** annashen has quit IRC | 18:14 | |
*** B_rake_ has joined #openstack | 18:14 | |
*** B_rake_ has quit IRC | 18:15 | |
*** pawel-palucki has quit IRC | 18:15 | |
*** lcavassa has quit IRC | 18:15 | |
*** B_rake_ has joined #openstack | 18:15 | |
*** B_rake has quit IRC | 18:15 | |
hypnosb | so installed the rpm manually, ... seems to mostly work, from horizon cirros works fine but fedora 20 seems fubar... all work fine with the spice client | 18:17 |
*** Brake has quit IRC | 18:18 | |
*** Marga_ has quit IRC | 18:18 | |
*** Marga_ has joined #openstack | 18:19 | |
*** tersian has joined #openstack | 18:19 | |
*** drankis has quit IRC | 18:20 | |
*** scuttlemonkey is now known as scuttle|afk | 18:20 | |
*** patrickeast has joined #openstack | 18:20 | |
*** jasonsb has joined #openstack | 18:20 | |
*** balajiiyer has joined #openstack | 18:21 | |
*** shibby has joined #openstack | 18:21 | |
*** Marga_ has quit IRC | 18:21 | |
*** Marga_ has joined #openstack | 18:22 | |
*** balajiiyer has left #openstack | 18:22 | |
*** berendt has quit IRC | 18:23 | |
*** galstrom is now known as galstrom_zzz | 18:23 | |
*** scuttle|afk is now known as scuttlemonkey | 18:23 | |
*** matjazp has quit IRC | 18:24 | |
*** ifarkas has joined #openstack | 18:24 | |
*** esheffield has quit IRC | 18:24 | |
*** Marga_ has quit IRC | 18:24 | |
*** racedo has quit IRC | 18:25 | |
*** Marga_ has joined #openstack | 18:25 | |
*** Marga_ has quit IRC | 18:26 | |
*** Marga_ has joined #openstack | 18:26 | |
*** MaxV has quit IRC | 18:27 | |
*** chandankumar has quit IRC | 18:27 | |
*** melwitt has joined #openstack | 18:28 | |
*** ArminderS has quit IRC | 18:28 | |
*** Zack_Deee has quit IRC | 18:28 | |
*** ManikM has quit IRC | 18:29 | |
*** geaaru has quit IRC | 18:29 | |
*** ManikM has joined #openstack | 18:29 | |
*** brokencycle has joined #openstack | 18:30 | |
*** bbcmicrocomputer has quit IRC | 18:30 | |
*** ronis has joined #openstack | 18:30 | |
*** dylanmei_ has quit IRC | 18:30 | |
*** Zack_Deee has joined #openstack | 18:30 | |
*** dylanmei has joined #openstack | 18:31 | |
*** bjornar_ has joined #openstack | 18:31 | |
*** shashankhegde has joined #openstack | 18:31 | |
*** aimon has quit IRC | 18:32 | |
*** ndipanov is now known as ndipanov_gone | 18:32 | |
*** r3doz has joined #openstack | 18:33 | |
*** Marga_ has quit IRC | 18:33 | |
*** Marga_ has joined #openstack | 18:34 | |
JayJ | jthorne: Found it. My bad. Race condition between my scripts and a manual change I had made :( | 18:34 |
*** abhirc has joined #openstack | 18:35 | |
*** MrMonkey has quit IRC | 18:36 | |
*** NoNMaDDeN has quit IRC | 18:36 | |
*** khaldrogox has joined #openstack | 18:36 | |
*** Marga_ has quit IRC | 18:36 | |
*** Marga_ has joined #openstack | 18:37 | |
*** avozza is now known as zz_avozza | 18:37 | |
*** diegows has joined #openstack | 18:37 | |
*** signed8bit is now known as signed8bit_ZZZzz | 18:39 | |
*** rossk has joined #openstack | 18:39 | |
*** signed8bit_ZZZzz has quit IRC | 18:40 | |
*** _cjones_ has quit IRC | 18:40 | |
*** omachace1 has left #openstack | 18:40 | |
*** marcusvrn1 has quit IRC | 18:40 | |
*** amalagon has joined #openstack | 18:40 | |
*** Marga_ has quit IRC | 18:40 | |
*** Marga_ has joined #openstack | 18:41 | |
jthorne | jayj good deal | 18:41 |
*** nati_ueno has joined #openstack | 18:41 | |
*** B_rake has joined #openstack | 18:42 | |
*** pblaho has quit IRC | 18:42 | |
*** B_rake_ has quit IRC | 18:42 | |
*** ranger81 has joined #openstack | 18:43 | |
*** B_rake has quit IRC | 18:43 | |
*** B_rake has joined #openstack | 18:43 | |
*** nati_uen_ has joined #openstack | 18:43 | |
*** signed8bit has joined #openstack | 18:44 | |
*** amcrn has joined #openstack | 18:44 | |
*** marius_endian has joined #openstack | 18:45 | |
*** nati_uen_ has quit IRC | 18:45 | |
*** angdraug has quit IRC | 18:45 | |
*** nati_uen_ has joined #openstack | 18:45 | |
*** Joe_knock has joined #openstack | 18:46 | |
*** Joe_knock has joined #openstack | 18:46 | |
*** achanda has joined #openstack | 18:46 | |
*** jaosorior has joined #openstack | 18:46 | |
*** nati_ueno has quit IRC | 18:46 | |
*** _cjones_ has joined #openstack | 18:47 | |
*** MrMonkey has joined #openstack | 18:48 | |
*** signed8bit has quit IRC | 18:52 | |
*** nati_ueno has joined #openstack | 18:52 | |
*** aimon has joined #openstack | 18:53 | |
*** rfolco has quit IRC | 18:53 | |
*** marun has joined #openstack | 18:53 | |
*** marius_endian has quit IRC | 18:53 | |
*** twillber has quit IRC | 18:53 | |
*** Rajbir has quit IRC | 18:53 | |
*** achanda has quit IRC | 18:53 | |
*** achanda has joined #openstack | 18:54 | |
*** Tross has quit IRC | 18:54 | |
*** nati_uen_ has quit IRC | 18:55 | |
*** sbfox has quit IRC | 18:55 | |
*** jprovazn has joined #openstack | 18:55 | |
*** Free_maN has quit IRC | 18:57 | |
*** tersian has quit IRC | 18:58 | |
*** flwang has quit IRC | 18:58 | |
*** geek_cl has joined #openstack | 18:59 | |
*** sbfox has joined #openstack | 18:59 | |
*** jprovazn has quit IRC | 18:59 | |
*** matjazp has joined #openstack | 19:00 | |
*** esheffield has joined #openstack | 19:02 | |
*** koolhead_ has quit IRC | 19:02 | |
*** koolhead17 has joined #openstack | 19:02 | |
*** jprovazn has joined #openstack | 19:03 | |
*** blomquisg has quit IRC | 19:04 | |
*** atrius has quit IRC | 19:05 | |
*** afazekas has joined #openstack | 19:05 | |
*** koolhead_ has joined #openstack | 19:07 | |
*** koolhead17 has quit IRC | 19:07 | |
*** jp_at_hp has quit IRC | 19:07 | |
*** smoser has quit IRC | 19:07 | |
*** rfolco has joined #openstack | 19:08 | |
*** afazekas has quit IRC | 19:10 | |
*** boden has quit IRC | 19:10 | |
*** flwang has joined #openstack | 19:11 | |
*** signed8bit has joined #openstack | 19:12 | |
*** packet has joined #openstack | 19:12 | |
*** atrius has joined #openstack | 19:12 | |
*** rfolco has quit IRC | 19:12 | |
*** rfolco has joined #openstack | 19:14 | |
*** sarob has joined #openstack | 19:14 | |
*** gyee_ has joined #openstack | 19:15 | |
*** jcoufal_ has quit IRC | 19:15 | |
*** danielbruno has quit IRC | 19:15 | |
*** MaxV has joined #openstack | 19:16 | |
*** ci-testing has quit IRC | 19:17 | |
*** karimb has quit IRC | 19:17 | |
*** rfolco has quit IRC | 19:18 | |
*** pensu has quit IRC | 19:19 | |
*** koolhead_ has quit IRC | 19:19 | |
*** prad has joined #openstack | 19:20 | |
*** koolhead17 has joined #openstack | 19:20 | |
*** noway__ has quit IRC | 19:20 | |
*** otter768 has joined #openstack | 19:20 | |
*** MilesDenver has quit IRC | 19:22 | |
*** NoNMaDDeN has joined #openstack | 19:22 | |
*** anderbubble_ has joined #openstack | 19:22 | |
*** koolhead17 has quit IRC | 19:24 | |
*** r3doz has quit IRC | 19:25 | |
*** anderbubble has quit IRC | 19:25 | |
*** anderbubble_ is now known as anderbubble | 19:25 | |
*** otter768 has quit IRC | 19:25 | |
*** dsilva has joined #openstack | 19:26 | |
*** Brake has joined #openstack | 19:27 | |
*** dsilva_ has quit IRC | 19:29 | |
*** Marga_ has quit IRC | 19:29 | |
*** B_rake has quit IRC | 19:29 | |
*** monst has quit IRC | 19:30 | |
*** dsilva_ has joined #openstack | 19:30 | |
*** sbfox has quit IRC | 19:31 | |
*** rfolco has joined #openstack | 19:31 | |
*** jistr has quit IRC | 19:31 | |
*** MarkAtwood has joined #openstack | 19:33 | |
*** dsilva has quit IRC | 19:33 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 19:34 | |
*** diegows has quit IRC | 19:35 | |
*** rfolco has quit IRC | 19:35 | |
*** Brake has quit IRC | 19:36 | |
*** rfolco has joined #openstack | 19:36 | |
*** jehb_ has joined #openstack | 19:36 | |
*** omachace has joined #openstack | 19:36 | |
*** vnguyen has quit IRC | 19:36 | |
*** Marcos has quit IRC | 19:37 | |
*** sbfox has joined #openstack | 19:37 | |
*** omachace has left #openstack | 19:37 | |
*** danielbruno has joined #openstack | 19:37 | |
*** B_rake has joined #openstack | 19:38 | |
*** koolhead17 has joined #openstack | 19:38 | |
*** koolhead17 has joined #openstack | 19:38 | |
*** mgrandi has joined #openstack | 19:38 | |
*** B_rake has quit IRC | 19:38 | |
*** Brake has joined #openstack | 19:40 | |
*** SumitNaiksatam has quit IRC | 19:40 | |
*** rfolco has quit IRC | 19:40 | |
*** ifarkas has quit IRC | 19:40 | |
*** SumitNaiksatam has joined #openstack | 19:40 | |
*** BobZ_Annapolis_ has quit IRC | 19:41 | |
*** dsilva has joined #openstack | 19:42 | |
*** ifarkas has joined #openstack | 19:44 | |
*** TheOsprey has joined #openstack | 19:44 | |
*** dsilva_ has quit IRC | 19:45 | |
*** Tross has joined #openstack | 19:45 | |
*** atrius has quit IRC | 19:46 | |
*** zz_ttrifonov is now known as ttrifonov | 19:47 | |
*** Sir_Designer has quit IRC | 19:47 | |
*** mrmartin has quit IRC | 19:47 | |
*** danielbruno has quit IRC | 19:49 | |
*** mrunge has joined #openstack | 19:49 | |
*** danielbruno has joined #openstack | 19:49 | |
*** danielbruno has quit IRC | 19:49 | |
*** danielbruno has joined #openstack | 19:49 | |
*** Sir_Designer has joined #openstack | 19:50 | |
*** diegows has joined #openstack | 19:52 | |
*** rfolco has joined #openstack | 19:53 | |
*** dsilva has quit IRC | 19:56 | |
*** rfolco has quit IRC | 19:58 | |
*** hinnant_ has quit IRC | 19:58 | |
*** koolhead17 has quit IRC | 19:58 | |
*** sarob has quit IRC | 19:59 | |
*** koolhead17 has joined #openstack | 19:59 | |
*** MaxV has quit IRC | 19:59 | |
*** ifarkas has quit IRC | 20:00 | |
*** MasterPiece has joined #openstack | 20:00 | |
*** sarob has joined #openstack | 20:00 | |
*** andresmujica has joined #openstack | 20:01 | |
*** MasterPiece has quit IRC | 20:02 | |
*** MasterPiece has joined #openstack | 20:02 | |
*** Osenpai has quit IRC | 20:03 | |
*** koolhead17 has quit IRC | 20:03 | |
*** b1rkh0ff has quit IRC | 20:04 | |
*** k_stev has joined #openstack | 20:04 | |
*** aricg has joined #openstack | 20:04 | |
*** mjturek has quit IRC | 20:05 | |
*** Digby has joined #openstack | 20:06 | |
*** coredump has joined #openstack | 20:07 | |
*** rbenali has joined #openstack | 20:07 | |
aricg | After I issue a systemctl restart network, despite preserving my routes, I can't ping my router. If I destroy and recreate the neutron network, everything works again. How do i kick neutron after networking is restarted? | 20:07 |
aricg | (my router=my neutron router) | 20:07 |
*** MaxV has joined #openstack | 20:07 | |
*** Marcos has joined #openstack | 20:08 | |
*** Joe_knock has left #openstack | 20:09 | |
*** atrius has joined #openstack | 20:10 | |
*** TheOsprey has quit IRC | 20:12 | |
*** gyee_ has quit IRC | 20:12 | |
*** jngd has quit IRC | 20:12 | |
*** dneary has joined #openstack | 20:13 | |
*** Marcos is now known as Guest53598 | 20:15 | |
*** Marcoss has joined #openstack | 20:15 | |
*** Guest53598 has quit IRC | 20:15 | |
*** Marcoss has left #openstack | 20:15 | |
*** Marcos has joined #openstack | 20:15 | |
*** jfarschman has joined #openstack | 20:15 | |
*** jfarschman is now known as MilesDenver | 20:15 | |
*** thedodd has joined #openstack | 20:16 | |
*** ifarkas has joined #openstack | 20:17 | |
*** b1rkh0ff has joined #openstack | 20:17 | |
*** rdaly2 has quit IRC | 20:17 | |
*** sarob has quit IRC | 20:17 | |
*** kobtea has joined #openstack | 20:18 | |
*** mjturek has joined #openstack | 20:18 | |
*** shashankhegde has quit IRC | 20:20 | |
*** kobtea has quit IRC | 20:23 | |
*** baoli has quit IRC | 20:24 | |
*** tryggvil has quit IRC | 20:24 | |
*** gyee_ has joined #openstack | 20:25 | |
*** monst has joined #openstack | 20:27 | |
*** dylanmei has quit IRC | 20:27 | |
*** dneary has quit IRC | 20:27 | |
*** dylanmei has joined #openstack | 20:27 | |
aricg | Okay this worked: | 20:28 |
aricg | for i in dhcp-agent l3-agent metadata-agent openvswitch-agent ovs-cleanup server; \ | 20:28 |
aricg | do service neutron-$i restart; done | 20:28 |
*** kbrierly_ has joined #openstack | 20:28 | |
*** ronis has quit IRC | 20:29 | |
aricg | however, I can now ping my neutron router, but not the machine attached to it. | 20:29 |
*** ManikM has quit IRC | 20:29 | |
*** ManikM has joined #openstack | 20:29 | |
aricg | If I destroy the machine an create a new one networking works as expected. | 20:29 |
*** kbrierly has quit IRC | 20:31 | |
*** vhoward has joined #openstack | 20:31 | |
*** nmagnezi has joined #openstack | 20:32 | |
*** Digby has quit IRC | 20:32 | |
*** blomquisg has joined #openstack | 20:34 | |
*** tier has joined #openstack | 20:35 | |
*** tier_ has quit IRC | 20:37 | |
*** bobmel_ has joined #openstack | 20:38 | |
*** tkramer has quit IRC | 20:38 | |
*** achanda has quit IRC | 20:38 | |
*** githogori has quit IRC | 20:38 | |
*** githogori has joined #openstack | 20:39 | |
*** achanda has joined #openstack | 20:40 | |
larsks | aricg: don't run ovs-cleanup except at system boot (or, more accurate, run it only when all other neutron services are stopped). Otherwise it may tear down things that should not be torn down. | 20:42 |
*** kickerdog has joined #openstack | 20:43 | |
kickerdog | I need some help.my openstack keeps segfaulting and the machine just completely dies and has to be forcefully rebooted. | 20:43 |
*** jpena has quit IRC | 20:44 | |
aricg | larsks: thanks, I'll try this again | 20:44 |
*** bobmel_ has quit IRC | 20:45 | |
*** coredump|br has joined #openstack | 20:45 | |
*** baoli has joined #openstack | 20:45 | |
*** jprovazn_ has joined #openstack | 20:46 | |
*** baoli has quit IRC | 20:46 | |
*** fawadkhaliq has joined #openstack | 20:47 | |
*** baoli has joined #openstack | 20:47 | |
*** lttrl has quit IRC | 20:48 | |
*** coredump has quit IRC | 20:48 | |
*** shibby has quit IRC | 20:48 | |
*** esker has quit IRC | 20:49 | |
*** melmoth has quit IRC | 20:49 | |
*** flwang has quit IRC | 20:49 | |
*** jprovazn has quit IRC | 20:50 | |
*** shashankhegde has joined #openstack | 20:50 | |
*** angdraug has joined #openstack | 20:51 | |
*** lttrl has joined #openstack | 20:53 | |
*** morazi has quit IRC | 20:54 | |
*** morazi has joined #openstack | 20:54 | |
*** popw1 has quit IRC | 20:54 | |
*** jackjackdrpr has joined #openstack | 20:55 | |
*** achanda has quit IRC | 20:55 | |
*** shibby has joined #openstack | 20:55 | |
*** Osenpai has joined #openstack | 20:58 | |
*** visualne_ has joined #openstack | 20:58 | |
*** weshay has quit IRC | 20:58 | |
visualne_ | Hello, I am seeing any issue where GRE tunnels are being removed randomly from br-tun one of my compute nodes in my icehouse cluster | 20:58 |
visualne_ | Anyone see this before? | 20:58 |
*** jackjackdrpr has quit IRC | 20:58 | |
*** jackjackdrpr has joined #openstack | 20:59 | |
*** bobmel_ has joined #openstack | 20:59 | |
*** ranger81 has quit IRC | 21:00 | |
*** amotoki has joined #openstack | 21:00 | |
*** MaxV has quit IRC | 21:00 | |
*** racedo has joined #openstack | 21:01 | |
*** dylanmei_ has joined #openstack | 21:01 | |
*** pboros has quit IRC | 21:01 | |
*** melwitt has quit IRC | 21:01 | |
*** chale_ has quit IRC | 21:02 | |
*** melwitt has joined #openstack | 21:02 | |
*** chale_ has joined #openstack | 21:02 | |
*** dylanmei_ has quit IRC | 21:02 | |
*** dylanmei_ has joined #openstack | 21:03 | |
*** dylanmei has quit IRC | 21:05 | |
*** shashankhegde has quit IRC | 21:05 | |
*** jprovazn_ has quit IRC | 21:05 | |
*** ifarkas has quit IRC | 21:06 | |
*** nmagnezi has quit IRC | 21:10 | |
*** aswadr has quit IRC | 21:10 | |
*** MarcMorata has joined #openstack | 21:10 | |
*** melwitt has quit IRC | 21:11 | |
*** melwitt has joined #openstack | 21:11 | |
*** sarob has joined #openstack | 21:12 | |
*** weshay has joined #openstack | 21:13 | |
larsks | visualne_: do you have a sense if these tunnels are being removed *reguarly* (like, every 30 minutes or something), or is it actually random? | 21:13 |
*** Networkn3rd has joined #openstack | 21:14 | |
*** arielb has quit IRC | 21:15 | |
*** atbell has joined #openstack | 21:16 | |
*** rmartinelli has quit IRC | 21:18 | |
*** vhoward has left #openstack | 21:18 | |
*** moha_hunt has quit IRC | 21:19 | |
*** shashankhegde has joined #openstack | 21:20 | |
*** vishwana_ has joined #openstack | 21:20 | |
*** jpomero has quit IRC | 21:20 | |
*** ncerny has quit IRC | 21:21 | |
*** vnguyen has joined #openstack | 21:21 | |
*** sbfox has quit IRC | 21:21 | |
*** otter768 has joined #openstack | 21:21 | |
visualne_ | it "seems" random | 21:22 |
visualne_ | a developer just told me about it | 21:22 |
visualne_ | I suppose I could write a script to watch | 21:22 |
visualne_ | but I'm way to lazy to do that | 21:22 |
*** sbfox has joined #openstack | 21:23 | |
*** fawadkhaliq has quit IRC | 21:23 | |
*** baoli has quit IRC | 21:24 | |
*** penick has joined #openstack | 21:24 | |
*** jpomero has joined #openstack | 21:26 | |
*** joshskidmore has quit IRC | 21:26 | |
*** otter768 has quit IRC | 21:26 | |
larsks | visualne_: I have seen this before when something (e.g., a periodic puppet run) was causing the ovs-cleanup script to start up (this script is only meant to run at system boot) | 21:26 |
*** joshskidmore has joined #openstack | 21:26 | |
*** joshskidmore has quit IRC | 21:28 | |
*** MrMonkey has quit IRC | 21:28 | |
*** joshskidmore has joined #openstack | 21:28 | |
*** MrMonkey has joined #openstack | 21:29 | |
*** visualne_ has quit IRC | 21:29 | |
*** gildub has joined #openstack | 21:30 | |
*** Brake has quit IRC | 21:30 | |
*** jehb_ has quit IRC | 21:30 | |
*** moha_hunt has joined #openstack | 21:32 | |
*** khaldrogox has quit IRC | 21:32 | |
*** fnaval has quit IRC | 21:33 | |
skyler_ | I am getting 'no valid host found' even though I have a perfectly good compute node in my cluster. | 21:33 |
*** Rajbir has joined #openstack | 21:34 | |
*** ncerny has joined #openstack | 21:34 | |
*** epcim has quit IRC | 21:34 | |
larsks | skyler_: does your compute node show up in the output of 'nova hypervisor-list'? | 21:34 |
*** BOKALDO has quit IRC | 21:35 | |
*** ranger81 has joined #openstack | 21:35 | |
*** fnaval has joined #openstack | 21:35 | |
skyler_ | Yeah, and I can do hypervisor-show and see that it has plenty of all of the resources... | 21:36 |
*** penick has quit IRC | 21:36 | |
*** kickerdog has quit IRC | 21:36 | |
larsks | Well, there went the simpler answer :). I guess I would start by looking at the scheduler.log -- possibly after turning on debug mode, if nothing there is helpful otherwise. | 21:36 |
skyler_ | I just found in the log on the controller that it says the compute node has not been heard from in a while. So that is a starting point. | 21:37 |
*** rdaly2 has joined #openstack | 21:37 | |
*** achanda has joined #openstack | 21:37 | |
*** smoser has joined #openstack | 21:37 | |
larsks | That often indicates a messaging problem...if your nova-compute service is having a hard time talking to the message queue, it should log something in nova-compute.log. | 21:38 |
*** B_rake has joined #openstack | 21:38 | |
*** kickerdog has joined #openstack | 21:41 | |
skyler_ | larsks: That is why I am confused. Everything is hunky-dory in the nova-compute.log. No errors or warnings. | 21:41 |
*** kickerdog1 has joined #openstack | 21:41 | |
*** rdaly2 has quit IRC | 21:41 | |
larsks | If you restart the nova compute service, does that generate different behavior and/or messages? | 21:42 |
*** sergef has quit IRC | 21:42 | |
*** michaelneale has joined #openstack | 21:44 | |
*** dizquierdo has joined #openstack | 21:44 | |
*** dnalezyt has joined #openstack | 21:44 | |
*** kickerdog has quit IRC | 21:45 | |
skyler_ | larsks: Looks normal. It connects to rabbit. I even checked the rabbit log on the controller and indeed, I can see the connection from the compute node. | 21:45 |
larsks | Okay. Was there anything of interest in the scheduler log? | 21:46 |
* larsks has to step out for a few minutes; back soon. | 21:46 | |
*** ttrifonov is now known as zz_ttrifonov | 21:47 | |
*** jmickle has joined #openstack | 21:47 | |
*** Reyu is now known as ReyuAway | 21:47 | |
*** penick has joined #openstack | 21:48 | |
jackjackdrpr | I'm having issues creating storage in LVM. I'm just looking to orchestrate my vm deployment with nova, horizon, and cinder. The way I setup my KVM host is I have my boot partition as a primary partition non LVM. And the rest, root (for KVM host OS) and swap are in LVM. It seems cinder can not create the logical volume for nova to use when triggering the build in KVM. Any thoughts? | 21:48 |
skyler_ | larsks: There is a warning saying that the compute node hasn't been heard from in a while. | 21:49 |
*** khaldrogox has joined #openstack | 21:50 | |
*** tryggvil has joined #openstack | 21:50 | |
*** racedo has quit IRC | 21:51 | |
larsks | jackjackdrpr: cinder requires a *volume group*, not a *logical volume*. What is volume_group set to in /etc/cinder/cinder.conf, and does that VG exist? | 21:52 |
*** SumitNaiksatam has quit IRC | 21:52 | |
jackjackdrpr | yes it does it set to /dev/VolGroup00 | 21:52 |
skyler_ | larsks: It works now... I restarted the services a couple of times in the debugging process and it must have cleared the problem up. I guess I wont get to know why until next time. | 21:53 |
*** SumitNaiksatam has joined #openstack | 21:53 | |
larsks | skyler_: I hate when that happens :) | 21:53 |
larsks | jackjackdrpr: are you getting specific error messages from nova? | 21:53 |
*** shibby has quit IRC | 21:54 | |
skyler_ | larsks: Yeah, it was giving me the hasn't been heard from in a while warning every 15 minutes in the log, and I noticed the last one was 17 minutes old, so I tried launching an instance... | 21:54 |
jackjackdrpr | unfortunately none it just goes straight to failed in horizon interface when I trigger the instance creation | 21:54 |
*** bobmel_ has quit IRC | 21:55 | |
jackjackdrpr | i see the sudoers permission in place | 21:55 |
*** MarkAtwood has quit IRC | 21:55 | |
*** rdaly2 has joined #openstack | 21:56 | |
*** packet has quit IRC | 21:57 | |
larsks | jackjackdrpr: have you checked your server logs? | 21:57 |
larsks | If you look at the detail for the failed server in Horizion, is there an error message there? | 21:57 |
*** atiwari has quit IRC | 21:58 | |
ranger81 | what is the default login credential for rabbitmq UI login? | 21:58 |
*** MarkAtwood has joined #openstack | 21:58 | |
*** matjazp has quit IRC | 21:58 | |
jackjackdrpr | yeah and it's not making sense to me right now. My question here is am i doing it right? do I need need both cinder and nova to do the orchestration in KVM or would nova alone suffice? | 21:58 |
*** pmallya_ has quit IRC | 21:59 | |
larsks | jackjackdrpr: I guess I'm not sure I understand your question or exactly what you're trying to do. | 21:59 |
*** jtomasek has quit IRC | 22:00 | |
*** mleone has quit IRC | 22:01 | |
jackjackdrpr | larsks: so my setup is I have nova, glance, keystone, and horizon in the openstack servers. what do I need to install in the kvm servers so I can build an instance? I'm forgoing neutron for now I just have all in dhcp. | 22:02 |
larsks | The only service that needs to run on your hypervisors is nova-compute. You don't need cinder unless you are planning on using it (that is, you should be able to boot instances just fine without a cinder service running anywhere). | 22:03 |
skyler_ | Does `nova resize` work at all? It just doesn't seem to do anything when I use it. | 22:03 |
*** jasonsb has quit IRC | 22:03 | |
*** SauzaRob has quit IRC | 22:03 | |
larsks | skyler_: I haven't played around with resize much (but I've had a similar experience the few times I have tried). | 22:03 |
*** mattgriffin has quit IRC | 22:03 | |
*** kebray has quit IRC | 22:03 | |
*** kebray_ has joined #openstack | 22:04 | |
skyler_ | larsks: Hmm... Yeah, it just seems to fail silently. | 22:04 |
larsks | jackjackdrpr: If you are running nova in multi-host mode, then you would also need nova-network on your hypervisors, too. | 22:04 |
*** mattgriffin has joined #openstack | 22:04 | |
*** rbenali has quit IRC | 22:04 | |
*** kbrierly_ is now known as kbrierly | 22:05 | |
larsks | Have to take off. Good luck, all! | 22:05 |
jackjackdrpr | larsks: thanks that helps me a lot. I can eliminate cinder for now and concentrate my troubleshooting. I'm keeping it simple for now. | 22:05 |
*** harlowja is now known as harlowja_away | 22:05 | |
*** MasterPiece has quit IRC | 22:05 | |
skyler_ | larsks: Thanks for the help. Have a good one. | 22:05 |
*** mikedillion has joined #openstack | 22:06 | |
*** okrieg has quit IRC | 22:07 | |
*** bobmel_ has joined #openstack | 22:08 | |
*** Rajbir has quit IRC | 22:08 | |
*** balajiiyer has joined #openstack | 22:08 | |
*** bobmel_ has quit IRC | 22:08 | |
*** bobmel_ has joined #openstack | 22:09 | |
*** bobmel has quit IRC | 22:09 | |
*** ncerny has quit IRC | 22:09 | |
*** lv_ has joined #openstack | 22:11 | |
*** MrMonkey has quit IRC | 22:11 | |
*** SumitNaiksatam has quit IRC | 22:11 | |
*** jtomasek has joined #openstack | 22:11 | |
lv_ | hey, i'm using packer builder to create openstack images in the rackspace cloud..... i'm noticing that it's taking an increasing amount of time to launch these images.. i'm wondering about any general ways to speed this up..... < i'm using these images to speed up provisioing in autoscaling groups | 22:12 |
*** SumitNaiksatam has joined #openstack | 22:12 | |
*** MrMonkey has joined #openstack | 22:12 | |
*** yfauser has joined #openstack | 22:12 | |
*** yfauser has left #openstack | 22:12 | |
*** MarcMorata has quit IRC | 22:14 | |
*** vnguyen has quit IRC | 22:16 | |
*** vnguyen has joined #openstack | 22:16 | |
*** harlowja_away is now known as harlowja | 22:16 | |
*** MarkB1 has quit IRC | 22:16 | |
*** shashankhegde has quit IRC | 22:17 | |
*** eglynn has quit IRC | 22:18 | |
clarkb | lv_: iirc booting snapshot images is slower than booting off of normal images. so if packer makes images via snapshots that could be the issue. an alternative is to directly upload an image to rackspace glance | 22:18 |
*** sputnik13 has joined #openstack | 22:19 | |
*** githogori has quit IRC | 22:20 | |
*** kakaroto_ has joined #openstack | 22:20 | |
*** kakaroto_ has left #openstack | 22:21 | |
*** balajiiyer has quit IRC | 22:22 | |
*** mrunge has quit IRC | 22:22 | |
*** okrieg has joined #openstack | 22:22 | |
*** dig1tal has quit IRC | 22:23 | |
*** godber has joined #openstack | 22:23 | |
*** kickerdog1 has quit IRC | 22:24 | |
godber | quick basic question ... can I start using openstack on kvm hosts that I've already been using or do I need to start fresh? | 22:24 |
*** jareddlc has quit IRC | 22:24 | |
*** jtomasek has quit IRC | 22:24 | |
*** vnguyen has quit IRC | 22:24 | |
*** baoli has joined #openstack | 22:25 | |
*** voip_ has joined #openstack | 22:25 | |
*** dims has quit IRC | 22:25 | |
*** tmclaugh[work] has quit IRC | 22:26 | |
*** dims has joined #openstack | 22:26 | |
*** jareddlc has joined #openstack | 22:26 | |
*** dims has quit IRC | 22:26 | |
*** dims_ has joined #openstack | 22:27 | |
*** dims_ has quit IRC | 22:28 | |
lv_ | clarkb: doesn't loook so pretty.. thank you though for resp | 22:28 |
*** comay has joined #openstack | 22:29 | |
*** ManikM has quit IRC | 22:29 | |
clarkb | lv_: you should be able to have packer build an image locally via some method then convert that to what xen wants | 22:29 |
*** ManikM has joined #openstack | 22:29 | |
clarkb | you will likely need to have nova agent installed though | 22:29 |
*** kickerdog1 has joined #openstack | 22:30 | |
*** shohel02 has quit IRC | 22:31 | |
*** Darkalia has quit IRC | 22:32 | |
*** achanda has quit IRC | 22:32 | |
*** OutBackDingo has quit IRC | 22:33 | |
*** tier has quit IRC | 22:33 | |
*** _cjones_ has quit IRC | 22:33 | |
*** mrproper has joined #openstack | 22:33 | |
*** OutBackDingo has joined #openstack | 22:35 | |
*** okrieg has quit IRC | 22:35 | |
*** vhoward has joined #openstack | 22:35 | |
*** yapeng has joined #openstack | 22:36 | |
*** _cjones_ has joined #openstack | 22:36 | |
*** atbell has quit IRC | 22:37 | |
*** atbell has joined #openstack | 22:38 | |
*** dims has joined #openstack | 22:39 | |
*** xXSublimeXx has quit IRC | 22:39 | |
*** jckasper has quit IRC | 22:40 | |
*** ZZelle_ has joined #openstack | 22:41 | |
*** matiu has joined #openstack | 22:41 | |
*** bjornar_ has quit IRC | 22:42 | |
*** mescanef has joined #openstack | 22:43 | |
*** diegows has quit IRC | 22:43 | |
*** Zuru is now known as Alfredo | 22:44 | |
*** tbarron has quit IRC | 22:44 | |
*** Alfredo is now known as AlfredoM | 22:44 | |
*** egafford has quit IRC | 22:45 | |
*** suresh12 has joined #openstack | 22:46 | |
*** ChuckC has quit IRC | 22:47 | |
*** JayJ has quit IRC | 22:47 | |
*** dtrainor_ has joined #openstack | 22:47 | |
*** a7ndrew has quit IRC | 22:47 | |
*** jobewan has quit IRC | 22:48 | |
*** JayJ has joined #openstack | 22:48 | |
*** Raugturi has quit IRC | 22:48 | |
*** dtrainor has quit IRC | 22:49 | |
*** majinboo has quit IRC | 22:49 | |
*** rbowen has quit IRC | 22:51 | |
*** morazi has quit IRC | 22:51 | |
*** JRobinson__ has joined #openstack | 22:51 | |
*** majinboo has joined #openstack | 22:52 | |
*** timsim has quit IRC | 22:54 | |
*** Bluedusk_ has quit IRC | 22:55 | |
*** shakamunyi_ has joined #openstack | 22:55 | |
*** weshay has quit IRC | 22:57 | |
*** shepax has joined #openstack | 22:58 | |
shepax | hi all im looking to set openstack as a service, is there a layer that do that? my idea is that a user can create an account and select diferent services free, silver, gold etc | 22:59 |
*** ChuckC has joined #openstack | 23:00 | |
shepax | im doing this for mi university thesis | 23:00 |
*** diegows has joined #openstack | 23:01 | |
*** r3doz has joined #openstack | 23:01 | |
*** sarob has quit IRC | 23:01 | |
*** jaosorior has quit IRC | 23:03 | |
*** andresmujica has quit IRC | 23:03 | |
shepax | some one? | 23:03 |
ruagair | You might be able to re-purpose instance types to that. | 23:04 |
*** shakamunyi_ has quit IRC | 23:04 | |
*** dizquierdo has quit IRC | 23:04 | |
*** esheffield has quit IRC | 23:05 | |
*** pmallya has joined #openstack | 23:06 | |
*** pmallya has quit IRC | 23:06 | |
shepax | ruagair who are u tolking to? | 23:06 |
*** pmallya has joined #openstack | 23:06 | |
*** Darkalia has joined #openstack | 23:07 | |
*** karimb has joined #openstack | 23:08 | |
*** ReyuAway is now known as Reyu | 23:09 | |
*** shepax has quit IRC | 23:10 | |
*** kuduk has joined #openstack | 23:10 | |
*** achanda has joined #openstack | 23:11 | |
*** shashankhegde has joined #openstack | 23:12 | |
*** belph has joined #openstack | 23:12 | |
*** maxdml has quit IRC | 23:12 | |
belph | Hey would someone be able to help me out with some Sahara errors? | 23:12 |
*** datajerk has quit IRC | 23:13 | |
*** kopparam has joined #openstack | 23:13 | |
*** dig1tal has joined #openstack | 23:14 | |
*** hemanthm has left #openstack | 23:14 | |
*** vishwana_ has quit IRC | 23:14 | |
*** okrieg has joined #openstack | 23:14 | |
*** shohel02 has joined #openstack | 23:14 | |
*** mescanef has quit IRC | 23:17 | |
*** kebray_ has quit IRC | 23:17 | |
*** dylanmei_ has quit IRC | 23:18 | |
*** voip_ has quit IRC | 23:18 | |
*** belph has quit IRC | 23:18 | |
*** dylanmei has joined #openstack | 23:18 | |
dmitryme | belph: what is the trouble? | 23:19 |
*** voip_ has joined #openstack | 23:19 | |
*** kopparam has quit IRC | 23:19 | |
*** tab_____ has quit IRC | 23:19 | |
*** shohel02 has quit IRC | 23:19 | |
*** penick has quit IRC | 23:20 | |
*** jgrimm is now known as zz_jgrimm | 23:20 | |
*** Brake has joined #openstack | 23:20 | |
*** B_rake has quit IRC | 23:21 | |
*** jasonsb has joined #openstack | 23:21 | |
*** mikeoutland has joined #openstack | 23:22 | |
*** otter768 has joined #openstack | 23:22 | |
*** MaxV has joined #openstack | 23:24 | |
*** rdo has quit IRC | 23:24 | |
*** mescanef has joined #openstack | 23:25 | |
skyler_ | shepax: So you are talking about setting up OpenStack for people as a service, right? | 23:25 |
*** blahx has joined #openstack | 23:26 | |
*** lborda has quit IRC | 23:26 | |
*** otter768 has quit IRC | 23:27 | |
*** cpg|away is now known as cpg | 23:27 | |
*** nati_ueno has quit IRC | 23:27 | |
*** shepax has joined #openstack | 23:27 | |
*** nati_ueno has joined #openstack | 23:28 | |
*** Freemason has joined #openstack | 23:28 | |
Freemason | https://www.youtube.com/watch?v=NUuhPFFIc60#t=45 | 23:28 |
*** nitti has quit IRC | 23:28 | |
*** andresmujica has joined #openstack | 23:31 | |
*** rdo has joined #openstack | 23:31 | |
*** thedodd has quit IRC | 23:31 | |
*** Freemason has quit IRC | 23:31 | |
*** rbak has quit IRC | 23:31 | |
*** mikeoutl_ has joined #openstack | 23:31 | |
shepax | hi | 23:32 |
*** Freemason has joined #openstack | 23:32 | |
*** nati_ueno has quit IRC | 23:33 | |
*** anderbubble has quit IRC | 23:33 | |
*** suneelb has quit IRC | 23:33 | |
*** Freemason has quit IRC | 23:34 | |
*** Freemason has joined #openstack | 23:34 | |
*** Freemason is now known as pasokk | 23:34 | |
*** MrMonkey has quit IRC | 23:34 | |
*** mikeoutland has quit IRC | 23:34 | |
*** ahonda has quit IRC | 23:35 | |
*** MrMonkey has joined #openstack | 23:35 | |
*** suresh12 has quit IRC | 23:37 | |
*** MilesDenver has quit IRC | 23:37 | |
*** marun has quit IRC | 23:37 | |
*** suresh12 has joined #openstack | 23:38 | |
*** ahonda has joined #openstack | 23:38 | |
*** jmickle has quit IRC | 23:38 | |
*** MaxV has quit IRC | 23:39 | |
*** flwang has joined #openstack | 23:39 | |
*** andresmujica has quit IRC | 23:40 | |
*** shohel02 has joined #openstack | 23:41 | |
*** bill_az has joined #openstack | 23:42 | |
*** mwichmann has quit IRC | 23:42 | |
*** achampion has quit IRC | 23:43 | |
*** Romik has quit IRC | 23:43 | |
*** Techguy305 has joined #openstack | 23:43 | |
*** Techguy305|2 has joined #openstack | 23:43 | |
*** okrieg has quit IRC | 23:44 | |
*** penick has joined #openstack | 23:44 | |
*** Techguy305|2 has quit IRC | 23:45 | |
*** Techguy305 has quit IRC | 23:45 | |
*** shohel02 has quit IRC | 23:45 | |
*** Techguy305|2 has joined #openstack | 23:45 | |
*** achampion has joined #openstack | 23:46 | |
*** lv_ has quit IRC | 23:46 | |
*** Techguy305 has joined #openstack | 23:46 | |
skyler_ | shepax: hi, if you care to answer my question above, I can probably point you toward what you are looking for. | 23:46 |
*** blairo has joined #openstack | 23:46 | |
*** okrieg has joined #openstack | 23:46 | |
*** gigawhat has quit IRC | 23:47 | |
*** b1rkh0ff has quit IRC | 23:47 | |
*** voip_ has quit IRC | 23:48 | |
*** voip_ has joined #openstack | 23:48 | |
*** blair has quit IRC | 23:48 | |
*** MarkB1 has joined #openstack | 23:49 | |
*** okrieg has quit IRC | 23:50 | |
*** MaxV has joined #openstack | 23:50 | |
*** achampion has quit IRC | 23:50 | |
*** achampion has joined #openstack | 23:51 | |
*** jfarschman has joined #openstack | 23:52 | |
*** jfarschman is now known as MilesDenver | 23:52 | |
*** kickerdog1 has quit IRC | 23:52 | |
*** kickerdog has joined #openstack | 23:52 | |
*** JayJ has quit IRC | 23:54 | |
*** r3doz has quit IRC | 23:55 | |
*** kobtea has joined #openstack | 23:55 | |
*** rdaly2 has quit IRC | 23:56 | |
*** rdaly2 has joined #openstack | 23:56 | |
*** rdaly2 has quit IRC | 23:57 | |
*** badon has joined #openstack | 23:57 | |
*** datajerk has joined #openstack | 23:57 | |
*** zz_avozza is now known as avozza | 23:58 | |
*** Techguy305 has quit IRC | 23:58 | |
*** rdo has quit IRC | 23:58 | |
*** moha_hunt has quit IRC | 23:58 | |
*** sarob has joined #openstack | 23:58 | |
*** kickerdog1 has joined #openstack | 23:59 | |
*** kickerdog has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!