*** miclorb has quit IRC | 00:01 | |
*** zul has joined #openstack | 00:07 | |
*** chuck_ has joined #openstack | 00:08 | |
*** miclorb has joined #openstack | 00:16 | |
*** jpgeek1 has joined #openstack | 00:18 | |
*** chuck_ has quit IRC | 00:18 | |
*** cdbs has quit IRC | 00:32 | |
*** adjohn has joined #openstack | 00:41 | |
*** duffman has quit IRC | 00:44 | |
*** duffman has joined #openstack | 00:44 | |
*** cdbs has joined #openstack | 00:47 | |
*** zenmatt has quit IRC | 00:52 | |
*** jeffjapan has joined #openstack | 01:03 | |
*** Eyk has joined #openstack | 01:10 | |
*** sebastianstadil has joined #openstack | 01:11 | |
*** Eyk_ has quit IRC | 01:11 | |
*** bencc has left #openstack | 01:22 | |
*** rods has quit IRC | 01:36 | |
*** cdbs has quit IRC | 01:42 | |
*** Oneiropolo has joined #openstack | 01:43 | |
Oneiropolo | hey, | 01:44 |
---|---|---|
Oneiropolo | i have a question about swift | 01:44 |
Oneiropolo | is there anyone can help me? | 01:44 |
*** Eyk is now known as Eyk^off | 01:44 | |
Oneiropolo | i wanna know about the meaning of hash_suffix and suffix_dir in swift | 01:45 |
Oneiropolo | is there anyone can help me? | 01:45 |
*** kennethkalmer has quit IRC | 01:50 | |
*** cdbs has joined #openstack | 01:51 | |
*** kennethkalmer has joined #openstack | 01:51 | |
notmyname | Oneiropolo: I'll try | 01:54 |
*** osmosis has joined #openstack | 01:55 | |
notmyname | suffix_dir is used to reduce the number of files in one directory | 01:55 |
notmyname | by using the last 3 bytes as the name of the suffix_dir, you can be sure that there are only 4096 files in each directory | 01:56 |
notmyname | the hash_suffix is added to the end of every hash lookup to prevent attackers from being able to generate many hashes that are close together and therefore on the same drive in your cluster (so keep the hash_suffix a secret) | 01:58 |
notmyname | Oneiropolo: does that explain it sufficiently? | 01:58 |
Oneiropolo | thanks | 02:05 |
Oneiropolo | but how reduce the number of files in one directory. I can't get it now. | 02:05 |
Oneiropolo | could you give me an example? | 02:06 |
notmyname | the path on disk for every object includes the partition number | 02:07 |
notmyname | the partition is defined by some number of prefix bytes of the hash of the object | 02:07 |
notmyname | so, for example, let's say you used a partition size of 20 | 02:08 |
notmyname | each hash is 32 bytes long (md5) | 02:08 |
notmyname | so therefore it's possible to have 16**12 files in one partition | 02:09 |
*** aliguori has quit IRC | 02:09 | |
notmyname | filesystems tend to break when presented with those sorts of numbers, so by using the last 3 bytes as a "directory in the middle", we can be guaranteed that only 4096 files are in each directory | 02:10 |
*** ChameleonSys has quit IRC | 02:14 | |
*** adjohn has quit IRC | 02:16 | |
*** cloudgroups has joined #openstack | 02:17 | |
*** cloudgroups has left #openstack | 02:17 | |
notmyname | actually, I misspoke | 02:19 |
notmyname | it doesn't guarantee 4096 files per directory. it guarantees 4096 suffix dirs inside the partition | 02:19 |
notmyname | so the path on disk looks like this: | 02:21 |
notmyname | <data dir root>/<partition>/<one of 4096 suffix dirs>/<hash of object>/<object> | 02:22 |
*** maplebed has joined #openstack | 02:22 | |
*** osmosis has quit IRC | 02:25 | |
*** maplebed has quit IRC | 02:27 | |
*** errr_ is now known as errr | 02:27 | |
*** ChameleonSys has joined #openstack | 02:27 | |
*** errr has quit IRC | 02:27 | |
*** errr has joined #openstack | 02:27 | |
notmyname | Oneiropolo: make sense now (after I corrected myself :-/ )? | 02:28 |
*** zenmatt has joined #openstack | 02:39 | |
*** gaveen has joined #openstack | 02:52 | |
*** gaveen has joined #openstack | 02:52 | |
*** adjohn has joined #openstack | 03:00 | |
*** littleidea has joined #openstack | 03:04 | |
*** adjohn has quit IRC | 03:04 | |
Oneiropolo | notmyname : Thanks, now i'm getting it. | 03:05 |
*** chuck_ has joined #openstack | 03:09 | |
*** osier has joined #openstack | 03:14 | |
*** cloudnod has quit IRC | 03:16 | |
*** stewart has joined #openstack | 03:19 | |
*** ejat has quit IRC | 03:34 | |
*** miclorb has quit IRC | 03:35 | |
*** kashyap has joined #openstack | 03:46 | |
*** kashyap has quit IRC | 03:54 | |
*** apanasenko has joined #openstack | 03:58 | |
*** gholt_ is now known as gholt | 04:10 | |
*** miclorb has joined #openstack | 04:24 | |
*** stewart has quit IRC | 04:29 | |
*** zenmatt has quit IRC | 04:31 | |
*** zenmatt has joined #openstack | 04:31 | |
*** adjohn has joined #openstack | 04:33 | |
*** kashyap has joined #openstack | 04:33 | |
*** Vivek has joined #openstack | 04:40 | |
*** Vivek is now known as Guest19474 | 04:40 | |
Guest19474 | Hi All, I am new to open stack | 04:40 |
Guest19474 | I am trying to fix a bug. I did the commit locally and pushed the code | 04:41 |
*** jeffjapan has quit IRC | 04:41 | |
Guest19474 | how do I add it for review? | 04:41 |
*** jeffjapan has joined #openstack | 04:44 | |
*** ksteward has joined #openstack | 04:44 | |
*** stewart has joined #openstack | 04:48 | |
*** MarkAtwood has quit IRC | 04:50 | |
*** kashyap has joined #openstack | 04:57 | |
*** jeffjapan has quit IRC | 05:00 | |
*** f4m8_ is now known as f4m8 | 05:02 | |
*** obino has joined #openstack | 05:02 | |
*** jeffjapan has joined #openstack | 05:02 | |
*** koolhead17 is now known as koolhead17|home | 05:03 | |
*** osmosis has joined #openstack | 05:05 | |
*** Arminder-Office has joined #openstack | 05:08 | |
*** Arminder has quit IRC | 05:09 | |
*** Guest19474 has quit IRC | 05:15 | |
*** zenmatt_ has joined #openstack | 05:18 | |
*** Zangetsue has joined #openstack | 05:19 | |
*** zenmatt_ has quit IRC | 05:20 | |
*** zenmatt__ has joined #openstack | 05:20 | |
*** zenmatt has quit IRC | 05:20 | |
*** miclorb has quit IRC | 05:26 | |
*** cloudgroups has joined #openstack | 05:29 | |
*** cloudgroups has left #openstack | 05:29 | |
uvirtbot | New bug: #790481 in nova "openstack api has problem to work with certain project" [Undecided,New] https://launchpad.net/bugs/790481 | 05:31 |
*** MarkAtwood has joined #openstack | 05:36 | |
*** stewart has quit IRC | 05:41 | |
*** pguth66 has quit IRC | 05:46 | |
*** Capashen has joined #openstack | 05:51 | |
*** miclorb_ has joined #openstack | 05:53 | |
*** zenmatt__ has quit IRC | 05:57 | |
*** osmosis has quit IRC | 06:08 | |
*** guigui has joined #openstack | 06:15 | |
*** fysa has joined #openstack | 06:18 | |
*** vernhart has quit IRC | 06:25 | |
*** vernhart has joined #openstack | 06:27 | |
*** Capashen has quit IRC | 06:32 | |
*** mgoldmann has joined #openstack | 06:33 | |
*** apanasenko has quit IRC | 06:36 | |
*** Capashen has joined #openstack | 06:38 | |
*** littleidea has quit IRC | 06:46 | |
*** miclorb_ has quit IRC | 06:51 | |
*** _adjohn has joined #openstack | 06:58 | |
*** rcc has joined #openstack | 07:01 | |
*** adjohn has quit IRC | 07:02 | |
*** _adjohn is now known as adjohn | 07:02 | |
*** Katip has joined #openstack | 07:05 | |
kaz__ | hi all | 07:05 |
*** Guest65110 is now known as Adri2000 | 07:07 | |
*** Adri2000 has joined #openstack | 07:07 | |
kaz__ | can you examine traffic of swift? | 07:11 |
*** Katip has quit IRC | 07:14 | |
*** hadrian has quit IRC | 07:26 | |
*** alias_here has quit IRC | 07:28 | |
*** nacx has joined #openstack | 07:44 | |
*** daveiw has joined #openstack | 07:47 | |
*** allsystemsarego has joined #openstack | 07:50 | |
*** allsystemsarego has joined #openstack | 07:50 | |
*** sens has joined #openstack | 07:51 | |
*** cdbs has quit IRC | 07:52 | |
*** ChameleonSys has quit IRC | 07:53 | |
*** ChameleonSys has joined #openstack | 07:53 | |
*** Oneiropolo has left #openstack | 07:55 | |
*** soren has quit IRC | 07:57 | |
*** soren has joined #openstack | 07:57 | |
*** ChanServ sets mode: +v soren | 07:57 | |
*** sens has quit IRC | 07:58 | |
*** Ryan_Lane has quit IRC | 08:00 | |
*** jedi4ever has joined #openstack | 08:09 | |
*** cdbs has joined #openstack | 08:09 | |
*** Katibe has joined #openstack | 08:11 | |
*** Katibe has quit IRC | 08:17 | |
*** katkee has joined #openstack | 08:20 | |
HugoKuo_ | I have a kvm raw image , Can I convert it for OPENSTACK NOVA ? what I need is cloud-init | 08:21 |
HugoKuo_ | am I right ? | 08:21 |
soren | HugoKuo_: You don't strictly need cloud-init in it. | 08:23 |
soren | HugoKuo_: It should just work. | 08:23 |
HugoKuo_ | so , I just add the raw image with Glance ? | 08:24 |
HugoKuo_ | right XD | 08:24 |
HugoKuo_ | It's cool !!!! | 08:24 |
soren | That's the idea, yes. | 08:25 |
HugoKuo_ | Thanks u so much . I got write a article about P2V tomorrow | 08:26 |
soren | Cool :) | 08:27 |
HugoKuo_ | cloud-init is for eucalyptus and amazon instance to retrieve , I'm interesting about how nova instance get it's metadata ,such as instance-ID , ssh_rsa without cloud-init | 08:28 |
HugoKuo_ | looking for some doc... :> | 08:29 |
*** mgoldmann has quit IRC | 08:29 | |
*** jeffjapan has quit IRC | 08:29 | |
*** mgoldmann has joined #openstack | 08:30 | |
soren | HugoKuo_: It doesn't. | 08:33 |
soren | HugoKuo_: That's what I'm saying. You don't strictly need cloud-init, because your instance can run perfectly fine without knowing its instance-ID. | 08:34 |
soren | HugoKuo_: Or without grabbing ssh keys from metadata (if you already put them in the image). | 08:34 |
soren | etc. | 08:34 |
*** reidrac has joined #openstack | 08:35 | |
HugoKuo_ | totally understand .... I believe that will more clear after some more test . run to test . Yeah ~ | 08:35 |
*** ChameleonSys has quit IRC | 08:46 | |
*** ChameleonSys has joined #openstack | 08:49 | |
*** cdbs has quit IRC | 08:49 | |
*** cdbs has joined #openstack | 08:58 | |
*** miclorb has joined #openstack | 08:59 | |
*** stewart has joined #openstack | 09:00 | |
HugoKuo_ | There's a good utility to do P2V into raw image ..very fast !!! | 09:07 |
HugoKuo_ | called clonezilla ........ | 09:08 |
*** daveiw has quit IRC | 09:13 | |
czajkowski | Aloha | 09:13 |
*** justin_skariah has joined #openstack | 09:15 | |
*** Katibe has joined #openstack | 09:18 | |
*** lucasnodine has quit IRC | 09:18 | |
*** OpenWeb has joined #openstack | 09:19 | |
*** bkkrw has joined #openstack | 09:25 | |
*** watcher has joined #openstack | 09:26 | |
*** daveiw has joined #openstack | 09:30 | |
HugoKuo_ | chiao | 09:31 |
HugoKuo_ | bonjour | 09:31 |
*** bkkrw has quit IRC | 09:31 | |
HugoKuo_ | ni hau | 09:31 |
HugoKuo_ | hello | 09:31 |
*** wariola has joined #openstack | 09:31 | |
*** Razique has joined #openstack | 09:36 | |
*** jpgeek1 has quit IRC | 09:46 | |
*** justin_skariah has quit IRC | 09:58 | |
*** cdbs has quit IRC | 10:00 | |
*** irahgel has joined #openstack | 10:00 | |
*** Eyk^off is now known as Eyk | 10:04 | |
Razique | Hi all | 10:08 |
*** cdbs has joined #openstack | 10:11 | |
*** miclorb__ has joined #openstack | 10:12 | |
*** miclorb has quit IRC | 10:12 | |
*** Dweezahr has joined #openstack | 10:14 | |
*** osier has quit IRC | 10:24 | |
*** wariola has quit IRC | 10:26 | |
*** miclorb__ has quit IRC | 10:35 | |
*** adjohn has quit IRC | 10:38 | |
*** adjohn has joined #openstack | 10:39 | |
*** adjohn has quit IRC | 10:39 | |
uvirtbot | New bug: #790589 in nova ""source-group" option in euca-authorize does not function" [Undecided,New] https://launchpad.net/bugs/790589 | 10:46 |
*** ianmp100 has joined #openstack | 10:55 | |
*** nelson has quit IRC | 10:57 | |
*** markvoelker has joined #openstack | 10:58 | |
ianmp100 | hello, i was wondering what the best practise for extending an existing cluster is. For example say if i had a five zone production cluster (say about 1 PB) in size and I wanted to increase it to 2 PB, is it better to add more drives to each node in each zone or is better to create new zones. Is there a recommended maximum size for a zone? | 10:59 |
*** nelson has joined #openstack | 11:01 | |
*** adiantum has joined #openstack | 11:10 | |
*** Razique_ has joined #openstack | 11:13 | |
*** Razique has quit IRC | 11:16 | |
*** Razique_ is now known as Razique | 11:16 | |
*** radeck has joined #openstack | 11:16 | |
*** littleidea has joined #openstack | 11:17 | |
*** radeck has left #openstack | 11:27 | |
*** ctennis has quit IRC | 11:30 | |
*** bkkrw has joined #openstack | 11:30 | |
*** popopom has joined #openstack | 11:35 | |
*** radeck has joined #openstack | 11:36 | |
radeck | Hi I'm little bit confused with where are the instances files are stored I can see them in /var/lib/nova/instances/ does it mean they always on local storage of the host ? Can Swift be used for storing instance folders ? | 11:37 |
radeck | I've seen live migration docs but thats only exporting it from one of nodes If I want them to be HA should I consider some shared storage like NFS or ClusteredFS ? | 11:38 |
*** katkee has quit IRC | 11:40 | |
soren | radeck: Swift is object storage. Not block storage. I cannot act as a backend for virtual machines. | 11:42 |
radeck | ok so I can't use Can Sheepdog be used for storing instances ? | 11:43 |
radeck | I think I've seen somewhere support in Openstack for it | 11:44 |
*** ctennis has joined #openstack | 11:44 | |
*** ctennis has joined #openstack | 11:44 | |
soren | radeck: Yes, you can use sheepdog. | 11:44 |
soren | radeck: ...but probably not in the way you think. | 11:44 |
soren | radeck: Are you familiar with EC2 or will their terminology only confuse this conversion further? :) | 11:45 |
radeck | yep just reading about it its for volume-manager backend | 11:45 |
*** jedi4ever has quit IRC | 11:45 | |
radeck | I'm ok with EC2 | 11:45 |
*** katkee has joined #openstack | 11:45 | |
*** karmabot has quit IRC | 11:45 | |
radeck | I was just wondering why running instances are local on every node | 11:46 |
soren | radeck: Ok. So openstack can use sheepdog to provide the EBS-like storage. | 11:46 |
soren | radeck: ..but the instance storage is always local. So far. | 11:46 |
radeck | ok | 11:46 |
radeck | thats what I was wondering about | 11:46 |
*** OpenWeb has quit IRC | 11:46 | |
radeck | putting it on some kind of shared storage will still not ensure HA ? | 11:47 |
soren | The common thinking is that you shouldn't rely on any single instance for your service to keep functioning. | 11:47 |
radeck | OK so you would bypass that by running instances on different nodes | 11:48 |
*** popopom has quit IRC | 11:49 | |
radeck | so there is no way to setup nodes which would share same /var/lib/nova/instances folder | 11:49 |
radeck | and if one of nodes dies second will pickup running instaces ? | 11:50 |
*** adjohn has joined #openstack | 11:53 | |
*** karmabot has joined #openstack | 11:56 | |
*** radeck has left #openstack | 11:57 | |
*** PeteDaGuru has joined #openstack | 12:02 | |
*** rods has joined #openstack | 12:05 | |
*** dprince has joined #openstack | 12:06 | |
*** hallyn_ has joined #openstack | 12:08 | |
*** radeck has joined #openstack | 12:09 | |
*** OpenWeb has joined #openstack | 12:19 | |
*** jedi4ever has joined #openstack | 12:20 | |
*** ameade has joined #openstack | 12:23 | |
*** chuck_ is now known as zul | 12:28 | |
*** h0cin has joined #openstack | 12:31 | |
*** h0cin has joined #openstack | 12:31 | |
*** med_out is now known as medberry | 12:37 | |
*** radeck has joined #openstack | 12:38 | |
*** jaypipes has joined #openstack | 12:42 | |
*** deshantm_laptop has joined #openstack | 12:42 | |
*** radeck has quit IRC | 12:45 | |
*** adiantum has quit IRC | 12:47 | |
*** shentonfreude1 has quit IRC | 12:49 | |
*** zenmatt has joined #openstack | 12:51 | |
*** hadrian has joined #openstack | 12:51 | |
*** aliguori_ has joined #openstack | 12:54 | |
*** aliguori has joined #openstack | 12:54 | |
*** aliguori_ has quit IRC | 12:55 | |
*** aliguori has quit IRC | 12:56 | |
*** aliguori has joined #openstack | 12:56 | |
*** drewlander has joined #openstack | 12:56 | |
drewlander | I am setting up a new openstack nova installation. I am using glance. Whenever I attempt to create a new instance it complains about KeyError: 'HTTP_ACCEPT' | 13:03 |
drewlander | here are the logs: http://paste.openstack.org/show/1486/ | 13:03 |
drewlander | i am guessing it cannot connect to glance due to missing a key, but I do not know where to put it or if that is the case... | 13:03 |
*** smoser` is now known as smoser | 13:04 | |
*** lborda has joined #openstack | 13:08 | |
*** mdomsch has joined #openstack | 13:09 | |
*** mattray has joined #openstack | 13:17 | |
*** lorin1 has joined #openstack | 13:19 | |
*** gondoi has joined #openstack | 13:21 | |
*** gaveen has quit IRC | 13:21 | |
*** Zangetsue has quit IRC | 13:25 | |
*** Zangetsue has joined #openstack | 13:25 | |
*** foxtrotgulf has joined #openstack | 13:28 | |
*** karmabot has quit IRC | 13:30 | |
*** gaveen has joined #openstack | 13:33 | |
*** kbringard has joined #openstack | 13:34 | |
*** karmabot has joined #openstack | 13:36 | |
*** kbringard_ has joined #openstack | 13:40 | |
*** kbringard has quit IRC | 13:40 | |
*** kbringard_ is now known as kbringard | 13:40 | |
*** ChameleonSys has quit IRC | 13:41 | |
*** ChameleonSys has joined #openstack | 13:41 | |
*** j05h has quit IRC | 13:43 | |
kbringard | hey guys, I have a question about XenServer setup | 13:44 |
*** ChrisAM has quit IRC | 13:45 | |
*** amccabe has joined #openstack | 13:51 | |
*** spectorclan_ has joined #openstack | 13:53 | |
*** kbringard has quit IRC | 13:56 | |
*** shentonfreude has joined #openstack | 13:56 | |
*** kbringard has joined #openstack | 13:57 | |
*** robbiew has joined #openstack | 14:03 | |
*** Zangetsue has quit IRC | 14:03 | |
*** nerens has joined #openstack | 14:04 | |
*** zykes- has quit IRC | 14:08 | |
*** h0cin has quit IRC | 14:08 | |
*** nerens has quit IRC | 14:10 | |
*** ChrisAM1 has joined #openstack | 14:11 | |
*** DodoPahim has quit IRC | 14:11 | |
*** nerens has joined #openstack | 14:12 | |
*** Eyk is now known as Eyk^off | 14:14 | |
*** mdomsch has quit IRC | 14:15 | |
*** zns has joined #openstack | 14:17 | |
*** koolhead17|home has quit IRC | 14:19 | |
*** rnirmal has joined #openstack | 14:21 | |
*** nerens has quit IRC | 14:22 | |
*** DodoPahim has joined #openstack | 14:23 | |
*** jatsrt has joined #openstack | 14:23 | |
*** RobertLaptop has quit IRC | 14:25 | |
*** OpenWeb has quit IRC | 14:26 | |
*** r5 has joined #openstack | 14:27 | |
*** ChrisAM1 has quit IRC | 14:33 | |
*** koolhead17 has joined #openstack | 14:35 | |
*** deshantm_laptop has quit IRC | 14:37 | |
*** foxtrotdelta has joined #openstack | 14:37 | |
*** foxtrotgulf has quit IRC | 14:39 | |
*** freeflying has quit IRC | 14:40 | |
*** glenc_ has joined #openstack | 14:40 | |
*** zykes- has joined #openstack | 14:41 | |
*** freeflying has joined #openstack | 14:41 | |
*** glenc has quit IRC | 14:43 | |
*** zns has quit IRC | 14:43 | |
*** glenc_ is now known as glenc | 14:46 | |
*** ryker has joined #openstack | 14:46 | |
*** zykes- has quit IRC | 14:46 | |
*** nijaba has quit IRC | 14:47 | |
*** piken__ has quit IRC | 14:47 | |
*** piken has joined #openstack | 14:48 | |
*** nijaba has joined #openstack | 14:50 | |
*** nijaba has joined #openstack | 14:50 | |
*** kennethkalmer has quit IRC | 14:50 | |
*** mdomsch has joined #openstack | 14:51 | |
*** glenc has quit IRC | 14:52 | |
*** joearnold has joined #openstack | 14:52 | |
*** zykes- has joined #openstack | 14:52 | |
*** koolhead11 is now known as koolhead|away | 14:53 | |
*** glenc has joined #openstack | 14:55 | |
uvirtbot | New bug: #790728 in nova "Remove unnecessary fault.Fault wrapping from OSAPI" [Wishlist,New] https://launchpad.net/bugs/790728 | 14:56 |
*** ChrisAM1 has joined #openstack | 14:57 | |
*** ChrisAM1 is now known as ChrisAM | 14:58 | |
*** jkoelker has joined #openstack | 14:58 | |
*** Zangetsue has joined #openstack | 15:00 | |
*** vikasg has quit IRC | 15:03 | |
*** zns has joined #openstack | 15:07 | |
*** vikasg has joined #openstack | 15:11 | |
*** rchavik has quit IRC | 15:11 | |
*** llang629 has joined #openstack | 15:12 | |
*** jkoelker has quit IRC | 15:12 | |
*** jkoelker has joined #openstack | 15:12 | |
*** dragondm has joined #openstack | 15:14 | |
*** guigui has quit IRC | 15:14 | |
*** j05h has joined #openstack | 15:15 | |
*** littleidea has quit IRC | 15:16 | |
*** littleidea has joined #openstack | 15:16 | |
*** reidrac has quit IRC | 15:16 | |
*** Capashen has quit IRC | 15:17 | |
*** llang629 has left #openstack | 15:20 | |
*** RobertLaptop has joined #openstack | 15:21 | |
uvirtbot | New bug: #790743 in nova "FaultWrapper middleware does not respect content types" [Low,New] https://launchpad.net/bugs/790743 | 15:21 |
*** kennethkalmer has joined #openstack | 15:23 | |
Vek | can I get some eyes on https://code.launchpad.net/~klmitch/nova/os_int_tests/+merge/61474 ? It's been languishing for lack of review... | 15:23 |
*** bkkrw has quit IRC | 15:27 | |
*** galstrom has joined #openstack | 15:28 | |
*** mdomsch has quit IRC | 15:28 | |
*** mdomsch has joined #openstack | 15:31 | |
*** foxtrotdelta has quit IRC | 15:33 | |
*** jedi4ever has quit IRC | 15:35 | |
*** Zangetsue has quit IRC | 15:35 | |
*** alandman has joined #openstack | 15:37 | |
*** nerens has joined #openstack | 15:39 | |
*** adjohn has quit IRC | 15:39 | |
*** nacx has quit IRC | 15:39 | |
*** tblamer has joined #openstack | 15:41 | |
*** nerens has quit IRC | 15:42 | |
*** foxtrotgulf has joined #openstack | 15:42 | |
*** foxtrotdelta has joined #openstack | 15:45 | |
*** pguth66 has joined #openstack | 15:46 | |
*** obino has quit IRC | 15:46 | |
*** kennethkalmer has quit IRC | 15:47 | |
*** foxtrotgulf has quit IRC | 15:47 | |
*** johnpur has joined #openstack | 15:48 | |
*** ChanServ sets mode: +v johnpur | 15:48 | |
*** dubsquared has joined #openstack | 15:48 | |
*** ejat has joined #openstack | 15:58 | |
*** ejat has joined #openstack | 15:58 | |
*** zns has quit IRC | 16:01 | |
*** vladimir3p has joined #openstack | 16:04 | |
*** vladimir3p has quit IRC | 16:04 | |
*** vladimir3p has joined #openstack | 16:04 | |
*** maplebed has joined #openstack | 16:06 | |
*** lvaughn has quit IRC | 16:08 | |
*** lvaughn has joined #openstack | 16:09 | |
*** MotoMilind has joined #openstack | 16:10 | |
*** jonkelly has joined #openstack | 16:11 | |
*** obino has joined #openstack | 16:13 | |
*** joearnold has quit IRC | 16:15 | |
*** zns has joined #openstack | 16:17 | |
*** DarKnesS_WolF has joined #openstack | 16:17 | |
*** daveiw has quit IRC | 16:18 | |
*** lvaughn_ has joined #openstack | 16:20 | |
*** newopen has joined #openstack | 16:23 | |
*** imsplitbit has joined #openstack | 16:23 | |
newopen | hi | 16:23 |
newopen | when i run a new instance, it passed from launching to shutdown | 16:23 |
newopen | who know why? | 16:23 |
*** lvaughn has quit IRC | 16:24 | |
kbringard | newopen: there are any number of reasons | 16:24 |
kbringard | I'd check the nova-compute.log | 16:24 |
*** ccustine has joined #openstack | 16:27 | |
newopen | Kbringard:http://paste.openstack.org/show/1490/ | 16:28 |
kbringard | I've never seen that error before, but that would definitely be your problem | 16:29 |
kbringard | my guess would be you're running on a 32-bit architecture | 16:30 |
kbringard | but again, I really don't know | 16:30 |
newopen | it works before in the same machine | 16:32 |
*** jedi4ever has joined #openstack | 16:32 | |
*** mgoldmann has quit IRC | 16:33 | |
kbringard | what size instance are you trying to launch? perhaps you've never launched one with more than 2GB of ram before? | 16:33 |
newopen | tty one | 16:34 |
newopen | i used the same before!! | 16:34 |
kbringard | https://bugzilla.redhat.com/show_bug.cgi?id=581376 | 16:34 |
kbringard | that looks like your problem, but again, I've never seen that error before, so I'm not really sure | 16:34 |
kbringard | but, your problem appears to be in libvirt | 16:35 |
kbringard | no idea why it worked before and not now though :-/ | 16:35 |
kbringard | try your launch command with -t m1.tiny | 16:36 |
kbringard | the m1.small instance type which is default allocates 2048MB of RAM | 16:37 |
kbringard | so, I'm reading this page: http://wiki.openstack.org/XenServerDevelopment | 16:39 |
kbringard | I assume it relies on you having a working XenServer install already? | 16:39 |
kbringard | like, a Xen kernel on your dom0 and stuff? | 16:39 |
kbringard | because it doesn't mention anything about getting all that installed | 16:39 |
kbringard | or perhaps a better question would be: is there a good document on getting OpenStack running using Xen as they hypervisor? | 16:40 |
kbringard | s/they/the/ | 16:40 |
*** irahgel has left #openstack | 16:41 | |
*** Razique has quit IRC | 16:42 | |
*** joearnold has joined #openstack | 16:44 | |
newopen | i use -t m1.tiny to do it | 16:48 |
*** OpenWeb has joined #openstack | 16:48 | |
*** stewart has quit IRC | 16:52 | |
WormMan | my boss here wants to try Xen with openstack as well. I'm finding it's rather twisty... I've not even gotten to openstack yet. Ubuntu 11.04 libvirt wants the xen3 stuff, and we want xen4. So I have some dependencies to work around first | 16:57 |
*** jdurgin has joined #openstack | 16:57 | |
*** newopen has quit IRC | 16:57 | |
kbringard | newopen: if -t my.1tiny worked, then that means you're probably running a 32bit architecture with a 2GB memory limit | 16:57 |
kbringard | WormMan: yea, thats what I'm finding as well | 16:58 |
*** blamar has quit IRC | 16:59 | |
*** aliguori has quit IRC | 16:59 | |
*** zns1 has joined #openstack | 17:01 | |
*** zns has quit IRC | 17:01 | |
*** stewart has joined #openstack | 17:05 | |
*** Ryan_Lane has joined #openstack | 17:06 | |
*** t9md has joined #openstack | 17:11 | |
*** mgius has joined #openstack | 17:13 | |
*** blamar has joined #openstack | 17:15 | |
*** GeoDud has joined #openstack | 17:17 | |
*** katkee has quit IRC | 17:18 | |
*** newopen has joined #openstack | 17:19 | |
*** newopen has left #openstack | 17:20 | |
*** cbeck1 is now known as cbeck | 17:24 | |
kd926 | which component of open stack generates the call to qemu? | 17:25 |
ccooke | nova-compute | 17:27 |
OpenWeb | Hello guys, i have a question. I ‘m setting up nova installation using glance. And I configured glance to store images on swift. I had installed swift on a single node using the SAIO instructions. But I can’t upload new images ( image stat = uploading and size =0). I guess it’s because swift answers to all the requests using the loopback address. So how can I change the swift | 17:30 |
OpenWeb | configuration to use eth0 | 17:30 |
*** ianmp100 has quit IRC | 17:39 | |
*** watcher has quit IRC | 17:44 | |
mgius | OpenWeb: in /etc/swift/proxy-server.conf, if you change default_swift_cluster to the IP address of the SAIO host, that will allow external connections to work | 17:45 |
*** rcc has quit IRC | 17:45 | |
mgius | or rather, local#http://IPADDRESS:PORT/v1 | 17:46 |
*** agarwalla has joined #openstack | 17:48 | |
*** koolhead17 has quit IRC | 17:48 | |
*** koolhead17 has joined #openstack | 17:49 | |
*** apanasenko has joined #openstack | 18:00 | |
*** dysinger has joined #openstack | 18:07 | |
*** medberry is now known as med_eatz | 18:08 | |
imsplitbit | I wish I had venv for the impatient. "Would you like to create one? <Y> BAM DONE!" | 18:09 |
blamar | imsplitbit: just copy it from another branch you have checked out, if you know nothing has changed. I have a common one I used: ln -s ../.nova-venv .nova-venv | 18:12 |
*** GeoDud has quit IRC | 18:12 | |
imsplitbit | omg... I am teh stupid | 18:12 |
imsplitbit | now to go find one | 18:12 |
imsplitbit | I think I deleted my last branch so that may not do me any good | 18:13 |
*** Ryan_Lane has quit IRC | 18:13 | |
blamar | for the future then :) | 18:13 |
*** Ryan_Lane has joined #openstack | 18:13 | |
t9md | save | 18:13 |
*** GeoDud has joined #openstack | 18:16 | |
*** zul has quit IRC | 18:19 | |
*** zul has joined #openstack | 18:19 | |
zul | where is the swift packaging branch? | 18:19 |
*** t9md has quit IRC | 18:22 | |
*** apanasenko has quit IRC | 18:23 | |
drewlander | i have a compute node that is giving a "HTTP_ACCEPT KEY_ERROR" whenever I attempt to start an instance on it. | 18:24 |
drewlander | http://paste.openstack.org/show/1492/ | 18:24 |
blamar | zul: The ubuntu package branch is here: https://launchpad.net/ubuntu/+source/swift if that's what you're looking for | 18:24 |
drewlander | any idea what would cause that? i am using glance as as backend | 18:24 |
drewlander | the compute node is also hyper-v | 18:25 |
vishy | drewlander: I would suspect the wrong version of a library | 18:28 |
vishy | perhaps webob? | 18:28 |
drewlander | hmm ok | 18:29 |
drewlander | ill take a look | 18:30 |
*** joearnold has quit IRC | 18:32 | |
*** vladimir3p has quit IRC | 18:32 | |
*** vladimir3p has joined #openstack | 18:32 | |
*** aliguori has joined #openstack | 18:32 | |
*** vladimir3p has quit IRC | 18:33 | |
*** vladimir3p has joined #openstack | 18:33 | |
*** vladimir3p has left #openstack | 18:34 | |
*** Eyk has joined #openstack | 18:34 | |
*** vladimir3p has joined #openstack | 18:34 | |
*** dragondm has quit IRC | 18:36 | |
*** vladimir3p_ has joined #openstack | 18:37 | |
*** vladimir3p_ has left #openstack | 18:38 | |
*** dragondm has joined #openstack | 18:45 | |
*** kennethkalmer has joined #openstack | 18:48 | |
*** OpenWeb has quit IRC | 18:51 | |
kbringard | vishy: KVM can only do virtio at this point, yea? | 18:53 |
vishy | virtio block yes | 18:53 |
kbringard | okie, cool | 18:54 |
vishy | i would like to add metadata to images to allow for overriding such a thing | 18:54 |
vishy | for block and net | 18:54 |
*** Eyk has quit IRC | 18:55 | |
*** Eyk has joined #openstack | 18:55 | |
*** kennethk_ has joined #openstack | 18:56 | |
*** brd_from_italy has joined #openstack | 18:56 | |
kbringard | what's the status of XenServer? I found a doc about it from not too long ago, but it's not super clear about how to get it setup and working | 18:56 |
*** kennethkalmer has quit IRC | 18:56 | |
*** MarkAtwood has quit IRC | 18:59 | |
ttx | Meeting in two hours in #openstack-meeting | 19:00 |
jatsrt | cloudpipe question | 19:01 |
jatsrt | kbrigard: still playing with cloudpipe | 19:02 |
*** med_eatz is now known as medberry | 19:02 | |
jatsrt | it is not generating the nova-vpn.conf on my host | 19:02 |
jatsrt | though I did just rebuild everything | 19:02 |
jatsrt | so wondering if a bug or I missed something | 19:02 |
jatsrt | pulling in the payload and starting the server no problem | 19:02 |
*** kennethk_ has quit IRC | 19:05 | |
*** apanasenko has joined #openstack | 19:05 | |
*** OpenWeb has joined #openstack | 19:06 | |
*** jedi4ever has quit IRC | 19:06 | |
*** MarkAtwood has joined #openstack | 19:08 | |
*** kennethkalmer has joined #openstack | 19:09 | |
*** joearnold has joined #openstack | 19:13 | |
*** kennethkalmer has quit IRC | 19:15 | |
*** kennethk_ has joined #openstack | 19:15 | |
*** kbringard_ has joined #openstack | 19:18 | |
*** kbringard has quit IRC | 19:19 | |
*** kbringard_ is now known as kbringard | 19:19 | |
*** jcannava has joined #openstack | 19:24 | |
vishy | jatsrt: the conf is generated vi nova-manage project zipfile... | 19:28 |
vishy | are you saying it is not in the zip? | 19:28 |
jatsrt | hmmm, maybe I was confused then. I will double check, that may have been it since I just purged all my projects and started fresh | 19:29 |
*** aliguori_ has joined #openstack | 19:30 | |
jatsrt | ok just reran it and it is there no, PEBCAK | 19:30 |
jatsrt | s/no/now | 19:30 |
*** kennethk_ has quit IRC | 19:31 | |
*** kashyap has quit IRC | 19:32 | |
*** mgius has quit IRC | 19:33 | |
*** aliguori has quit IRC | 19:34 | |
*** mgius has joined #openstack | 19:35 | |
*** aliguori_ has quit IRC | 19:37 | |
*** gaveen has quit IRC | 19:43 | |
drewlander | vishy: I am running webob 1.0.7 on both the compute and api node. it looks like whenever a request is made to get the image, there is an internal server error. | 19:46 |
drewlander | http://paste.openstack.org/show/1494/ | 19:46 |
*** hggdh has quit IRC | 19:46 | |
vishy | drewlander: hmm. Do you have the same version of glance on both? | 19:47 |
drewlander | prob not. i did a bzr checkout on the hyperv node, and an install via apt on the api node | 19:48 |
drewlander | ill update the version on the api node | 19:48 |
vishy | ah yes that might explain it | 19:48 |
*** aliguori_ has joined #openstack | 19:48 | |
*** hggdh has joined #openstack | 19:49 | |
*** hggdh has quit IRC | 19:49 | |
*** hggdh has joined #openstack | 19:49 | |
*** curlybob has joined #openstack | 19:51 | |
drewlander | vishy: nope, that did not change. still getting the key error with the same checkout of glance | 19:53 |
*** curlybob has left #openstack | 19:53 | |
drewlander | the images are public, i don't need to specify any kind of key on the compute node do i? | 19:54 |
*** kbringard has joined #openstack | 19:56 | |
*** mgius has quit IRC | 19:57 | |
*** mgius has joined #openstack | 19:57 | |
vishy | shouldn't need to. | 20:03 |
vishy | if you run compute on your api host, can it retrieve images properly? | 20:03 |
*** llang629 has joined #openstack | 20:03 | |
drewlander | im not running compute on the api host. | 20:04 |
drewlander | however the glance command tools seem to retreive information just fine, and going to the url of the glance server, i see the metadata for my images | 20:04 |
drewlander | i guess i could run a compute node on the api host, i was just hoping to not do that, as I want all my nodes to be hyperv and not have to worry about separating hyperv/libvirt compute nodes :p | 20:05 |
*** hggdh has quit IRC | 20:06 | |
vishy | yeah i was just thinking for debugging purposes | 20:07 |
*** hggdh has joined #openstack | 20:07 | |
drewlander | i can do that. | 20:07 |
*** alandman has quit IRC | 20:08 | |
*** llang629 has left #openstack | 20:09 | |
*** mborromeo has joined #openstack | 20:12 | |
kbringard | vishy: is there a recommended configuration for running OpenStack with XenServer? | 20:16 |
kbringard | Ubuntu seems to be the best Operating System choice for OpenStack, but Xen isn't very well supported in it | 20:16 |
kbringard | I think 3.3 is the newest version in the repos, and those have a broken xen-tools dependency, so you can't install them anyway | 20:17 |
*** llang629 has joined #openstack | 20:17 | |
*** llang629 has left #openstack | 20:17 | |
*** sebastianstadil has quit IRC | 20:18 | |
kbringard | btorch: I came across your zeroaccess blog where you outline it a little bit... what's your experience? | 20:19 |
*** nelson has quit IRC | 20:19 | |
*** nelson has joined #openstack | 20:19 | |
*** jedi4ever has joined #openstack | 20:22 | |
*** ameade has quit IRC | 20:23 | |
*** dprince has quit IRC | 20:24 | |
btorch | kbringard: unfortunately I haven't had much time to play with nova/Xen.org for a while now. Never really got to setup the CC to talk to the xen host. | 20:24 |
kbringard | ah so, cool, thanks for the feedback | 20:25 |
btorch | I want to go back to play with nova but kind of stuck on ipv6 now :( | 20:25 |
kbringard | http://hightechsorcery.com/2011/05/xen-4-0-and-4-1-packages-for-ubuntu-and-debian/ | 20:26 |
kbringard | wonder if this will be helpful | 20:26 |
WormMan | ooo, with a libvirt | 20:28 |
kbringard | problem is, the nova stuff installex libxen3, which conflicts with the xen4.1 package on there | 20:28 |
*** lborda has quit IRC | 20:29 | |
kbringard | I wonder though, if whatever comes in the deb will work in it's stead, if I just remove it with nodeps | 20:29 |
btorch | kbringard: yeah ... my next step was going to use a box for Xen.org host by itself and then use a separate one for the nova stuff | 20:29 |
kbringard | yea... maybe I just need to blast this machine and start with just xen | 20:30 |
kbringard | doesn't the libvirt that comes with nova have some custom patches applied? | 20:30 |
btorch | kbringard: the other issue I remember was trying to figure out what xen api url to use with nova... | 20:31 |
jatsrt | kbringard: I have to aks, why Xen over KVM? | 20:31 |
jatsrt | or even ask | 20:31 |
kbringard | well, I have it running with KVM | 20:31 |
kbringard | but, it has some limitations | 20:31 |
kbringard | like, when you assign an EBS volume, it ignores a defined block device and just assigns it to the next available one | 20:32 |
kbringard | and, currently because OpenStack relies on virtio with KVM, you can't run KVM fully virtualized | 20:32 |
kbringard | (which is why I was asking vishy about it earlier) | 20:32 |
jatsrt | makes sense | 20:33 |
kbringard | but I have some images that are provided by a vendor that can't use paravirtualization | 20:33 |
kbringard | but they claim to support Xen | 20:33 |
kbringard | so, for all of those reasons | 20:33 |
kbringard | plus | 20:33 |
kbringard | when people ask me "Why'd you choose X hypervisor" | 20:33 |
kbringard | I want to have a better answer than "Well, it's what was default and it worked" | 20:33 |
kbringard | hehe | 20:33 |
jatsrt | "because I tried them all" | 20:34 |
kbringard | zactly | 20:34 |
kbringard | so at this point I'm just testing the waters with Xen | 20:34 |
kbringard | or, trying to, I should say | 20:34 |
*** OpenWeb has quit IRC | 20:34 | |
kbringard | the biggest problem is, OpenStack seems to work best on Ubuntu, but Ubuntu has little to no Xen support | 20:34 |
jatsrt | yep, they have put all their efforts into kvm | 20:35 |
kbringard | even the xen packages that are included in 10.10 (3.3) have broken deps (xen-tools) and won't install | 20:35 |
*** vishy has left #openstack | 20:36 | |
*** vishy has joined #openstack | 20:37 | |
*** ctennis has quit IRC | 20:38 | |
soren | Xen support is coming back in Oneiric (11.10). | 20:42 |
kbringard | soren: that's good news | 20:42 |
soren | I added Xen-hypervisor-4.1 on Friday. | 20:42 |
kbringard | hawt dog | 20:43 |
soren | It works well. | 20:43 |
*** joearnold has quit IRC | 20:43 | |
dubsquared | :o | 20:43 |
*** joearnold has joined #openstack | 20:43 | |
kbringard | soren: so... if I were to add the Oneiric repo to my Maverick install... how much would that break? | 20:43 |
soren | kbringard: Don't. | 20:43 |
kbringard | haha | 20:44 |
kbringard | I figured :-D | 20:44 |
soren | kbringard: What do you mean by "can't run KVM fully virtualized"? | 20:44 |
kbringard | well, can't run without virtio | 20:44 |
kbringard | which I was under the impression was considered para-virt | 20:44 |
soren | WEll, "relies on" is hardly accurate. Just change the template and you're done. | 20:44 |
kbringard | hmmm | 20:45 |
soren | No more virtio. | 20:45 |
* kbringard facepalms | 20:45 | |
soren | ? | 20:45 |
soren | Or not. | 20:45 |
kbringard | haha, no no | 20:45 |
kbringard | I'm facepalming that I didn't think of it | 20:45 |
soren | Ah. | 20:45 |
kbringard | I did all this crazy ninja stuff to try to get these images to load virtio drivers | 20:45 |
kbringard | and I didn't think to change the damn libvirt template | 20:46 |
kbringard | it's been one of those days | 20:46 |
kbringard | thanks soren | 20:46 |
soren | Sure. | 20:46 |
kbringard | you probably just saved me a ton of time | 20:46 |
kbringard | haha | 20:46 |
j05h | kbringard: you've been ninja'd | 20:46 |
kbringard | yes I have | 20:47 |
*** zns1 has quit IRC | 20:47 | |
kbringard | soren: since I have you... any idea what that'll do to the performance of my VMs? | 20:47 |
*** zns has joined #openstack | 20:47 | |
soren | kbringard: Hardly anything. | 20:47 |
kbringard | ah so | 20:48 |
kbringard | I shall go do this right now | 20:48 |
kbringard | thanks again | 20:48 |
soren | Unless you've got very expensive fibre channel backed storage or whatnot, block I/O emulation isn't your bottleneck. | 20:48 |
kbringard | heh, naw | 20:48 |
soren | bbiab | 20:49 |
jatsrt | soren: great tip | 20:49 |
*** mdomsch has quit IRC | 20:50 | |
*** ctennis has joined #openstack | 20:52 | |
*** ctennis has joined #openstack | 20:52 | |
*** primeministerp1 has joined #openstack | 20:53 | |
*** zns has quit IRC | 20:53 | |
primeministerp1 | greetings programs | 20:53 |
*** jcannava has left #openstack | 20:53 | |
*** zns has joined #openstack | 20:54 | |
*** BinaryBlob has joined #openstack | 20:57 | |
*** lorin1 has quit IRC | 20:58 | |
ttx | Meeting starting in one minute in #openstack-meeting, please join | 20:59 |
*** bhall_ is now known as bhall | 20:59 | |
*** bhall has joined #openstack | 20:59 | |
*** drewlander has quit IRC | 21:00 | |
*** kennethkalmer has joined #openstack | 21:00 | |
*** jedi4ever has quit IRC | 21:00 | |
*** medberry is now known as med_out | 21:03 | |
*** rnirmal has quit IRC | 21:03 | |
uvirtbot | New bug: #790900 in nova "Add SSL support for RabbitMQ Communication" [Undecided,New] https://launchpad.net/bugs/790900 | 21:06 |
*** lborda has joined #openstack | 21:09 | |
*** sparkycollier has joined #openstack | 21:11 | |
*** AlexNeef has joined #openstack | 21:14 | |
*** hallyn_ is now known as hallyn_afk | 21:14 | |
*** llang629_ has joined #openstack | 21:16 | |
*** kbringard has quit IRC | 21:17 | |
*** allsystemsarego has quit IRC | 21:23 | |
*** hadrian_ has joined #openstack | 21:27 | |
*** AlexNeef has quit IRC | 21:28 | |
*** AlexNeef has joined #openstack | 21:28 | |
*** hadrian has quit IRC | 21:31 | |
*** hadrian_ is now known as hadrian | 21:31 | |
*** kbringard has joined #openstack | 21:33 | |
*** shentonfreude has quit IRC | 21:36 | |
*** sparkycollier has quit IRC | 21:39 | |
*** DarKnesS_WolF has quit IRC | 21:39 | |
*** imsplitbit has quit IRC | 21:42 | |
*** deva has joined #openstack | 21:43 | |
*** MotoMilind has quit IRC | 21:47 | |
*** zns has quit IRC | 21:47 | |
deva | Hi.. I am installing openstack in RHEL6.1 and facing the problem of not able to connect to VM instance. I figured it out that iptables is culprit.As I disable it, I can connect ot VM instance .I need to describe my setup.I am installing single node openstack setup with eth2 as my external interface and br100 is connected to eth0 interface.I am using flatDHCP networking. | 21:48 |
*** fysa has quit IRC | 21:48 | |
deva | These are the IP rules I nees to comment out to make that work. -A INPUT -j REJECT --reject-with icmp-host-prohibited | 21:49 |
*** galstrom has quit IRC | 21:50 | |
deva | Please let me know if anyone faced similar problem and what might be the probable reason for this | 21:50 |
deva | lemme know Thanks for your time | 21:50 |
vishy | deva: i haven't seen this problem | 21:51 |
vishy | where are you connecting from? | 21:51 |
deva | From host machine to VM instance.I can see the VM instance is sending DHCP request and no reply is sent back to it. | 21:52 |
deva | If remove that rule and restart the firewall, it works though | 21:52 |
deva | Did u install openstack in RHEL? | 21:53 |
*** gondoi has quit IRC | 21:53 | |
*** fysa has joined #openstack | 21:55 | |
vishy | deva: no, but it has been done | 21:56 |
vishy | deva: so the dhcp reply from nova-network doesn't make it back? | 21:57 |
vishy | fwiw on a single node you don't need to bridge br100 into eth0 | 21:57 |
vishy | i don't really comprehend why that rule would be stopping dhcp replies | 21:58 |
deva | vishy: ok, if You have any idea, can you tell me how might the firewall blocking the DHCP request and reply message. Ok but will it harm if br0-->eth0 | 21:58 |
vishy | the only thing that i have seen doing that is ip address conflicts | 21:59 |
deva | vishy:ok | 22:00 |
vishy | seems odd that that rule would have any bearing on dhcp | 22:00 |
vishy | dhcp goes out the broadcast address | 22:00 |
*** BinaryBlob has quit IRC | 22:01 | |
devcamcar | vishy: got distracted during last part of meeting - i proposed dashboard become an official project. any idea when the process for that will be figured out? | 22:03 |
*** spectorclan_ has quit IRC | 22:04 | |
*** lucasnodine has joined #openstack | 22:06 | |
dubsquared | devcamcar: i think that is discussed in the PPB meeting, different than the openstack team meeting. | 22:09 |
dubsquared | i could have some wires crossed though, just throwing that out there in case it's right :D | 22:10 |
*** lborda has quit IRC | 22:10 | |
deva | vishy:you are rt. DHCP request is a broadcast message, but reply isn't . If you have any idea, can you tell me in flatDHCP mode what all the IP rules, that involve in forwarding the DHCP reply message to VM instance | 22:10 |
vishy | devcamcar: it is on the agenda for the ppb meeting right? | 22:11 |
devcamcar | vishy: yes, just checking in on when that is | 22:11 |
vishy | thursday | 22:12 |
*** amccabe has quit IRC | 22:12 | |
devcamcar | word | 22:12 |
*** hggdh has quit IRC | 22:12 | |
*** agarwalla has quit IRC | 22:12 | |
vishy | deva: the only time i've had dhcp messages failing is when br100 gets ips in the wrong order | 22:13 |
*** hggdh has joined #openstack | 22:13 | |
vishy | because there is a special exception to allow dhcp traffic and it has to come from the right ip | 22:14 |
*** mattray has quit IRC | 22:15 | |
deva | vishy:can you explain what does it mean br100 gets ips in wrong order | 22:15 |
vishy | br100 ends up with multiple ips in flatdhcp mode | 22:15 |
vishy | it gets the ip that was originally on eth0 and the ip address for the dhcp server (usually 10.0.0.1 | 22:16 |
*** katkee has joined #openstack | 22:16 | |
vishy | if those ips are in the wrong order, or if there is a conflict between the vm ips and the host ips | 22:16 |
vishy | i have seen dhcp fail | 22:16 |
vishy | this is all assuming that it isn't a rhel specific problem | 22:17 |
*** jatsrt has quit IRC | 22:17 | |
deva | ok , I dont have such problem as eth0 isn't having any IP address at all. hope its not a RHEL6.1 issue | 22:17 |
vishy | what ip is on br100? | 22:18 |
vishy | and what ip is on eth2? | 22:18 |
deva | br100 -10.3.1.1 and eth2 10.0.1.3. | 22:19 |
kbringard | hey Vish, while you're here... I'm looking to remove the virtio stuff from the libvirt.xml.template for the block I/O... should I just change the set to say scsi instead? | 22:19 |
kbringard | just like does for Xen, and still leave the prefix as vd | 22:19 |
*** vernhart has quit IRC | 22:19 | |
vishy | deva: that sounds troublesome, you are using the 10.x range for both | 22:20 |
vishy | deva: it is probably snatting that is causing problems | 22:20 |
deva | -A nova-network-snat -s 10.0.0.0/8 -j SNAT --to-source 10.0.0.1 , its causing failing to get connected to external network as u can see 10.0.1.3 is my external IP | 22:20 |
vishy | what is the value of --fixed_range? | 22:20 |
deva | address | 22:20 |
deva | 10.3.1.0/24 | 22:20 |
vishy | so you need to set --my_ip=10.0.1.3 | 22:20 |
vishy | --fixed_range=10.3.1.0 | 22:21 |
vishy | er --fixed_range=10.3.1.0/24 | 22:21 |
deva | I didnt set --my_ip=10.0.1.3 manually script did it . | 22:21 |
vishy | and flush iptables rules (including nat rules) | 22:21 |
vishy | yes you should though | 22:22 |
deva | Sorry I didnt get you | 22:22 |
vishy | set both of those | 22:22 |
vishy | in your flagfile | 22:22 |
deva | You want me to flush the ip rules | 22:22 |
vishy | then flush all iptables rules | 22:22 |
*** foxtrotdelta has quit IRC | 22:22 | |
vishy | and restart nova-network | 22:22 |
deva | --fixed_range=10.3.1.0/24 --my_ip=10.0.1.3 these both contain those values already. | 22:23 |
deva | u want me to still restart | 22:23 |
deva | please explain | 22:24 |
*** apanasenko has quit IRC | 22:24 | |
*** brd_from_italy has quit IRC | 22:26 | |
deva | @vishy u der | 22:26 |
larissa | deva: Error: "vishy" is not a valid command. | 22:26 |
vishy | you're snatting rule is wrong | 22:27 |
vishy | so perhaps it is an old rule from a previous run? | 22:27 |
deva | is it .?. how to make this work.can you lemme know when does rules change and where will be they stored in /etc/sysconfig/iptables or /etc/sysconfig/iptables.save | 22:28 |
deva | in my host machine, I got rules in both these files | 22:29 |
deva | Sorry this rule is -A nova-network-snat -s 10.0.0.0/8 -j SNAT --to-source 10.3.1.1 | 22:29 |
deva | eventhen its wrong | 22:30 |
*** heckj has joined #openstack | 22:30 | |
*** dubsquared has quit IRC | 22:30 | |
*** aliguori_ has quit IRC | 22:33 | |
*** jonkelly has quit IRC | 22:35 | |
*** AlexNeef has quit IRC | 22:35 | |
*** AlexNeef has joined #openstack | 22:35 | |
deva | vishy : u still there | 22:37 |
*** r5 has quit IRC | 22:37 | |
*** AlexNeef has quit IRC | 22:38 | |
vishy | neither | 22:38 |
vishy | they are not saved | 22:38 |
vishy | and that rule is wrong | 22:38 |
deva | if you know, please lemme know when does modifying IP rules occurs. and which files are accessed. like iptables.save or iptables | 22:40 |
deva | should those both files contain same rules.? | 22:40 |
vishy | don't look in the files | 22:41 |
vishy | look at the actual active rules | 22:41 |
vishy | iptables -L -n -v or iptables -S | 22:41 |
*** johnpur has quit IRC | 22:45 | |
deva | I need to as the output needs to be consistent after reboots. As I already said I am unable to connect the external network due to this rule -A nova-network-snat -s 10.0.0.0/8 -j SNAT --to-source 10.3.1.1 in iptables file.But in iptables.save this is -A nova-network-snat -s 10.0.0.0/8 -j SNAT --to-source 10.0.1.3. | 22:45 |
*** RobertLaptop has quit IRC | 22:46 | |
*** MotoMilind has joined #openstack | 22:46 | |
*** robbiew has quit IRC | 22:46 | |
deva | I donno why they are different , when rebooted, rules from iptables.save are taken and I can ping to external network but not to VM instance. | 22:46 |
vishy | sigh | 22:47 |
vishy | both of those rules are wrong | 22:47 |
vishy | flush the tables, then restart | 22:48 |
vishy | nova-network | 22:48 |
vishy | then you can manually save them | 22:48 |
vishy | 10.0.0.0/8 should be whatever --fixed_range is set to | 22:48 |
deva | you are saying in my case as --fixed-range=10.3.1.1/24 , so rule should be -A nova-network-snat -s 10.3.1.0/24 -j SNAT --to-source 10.0.1.3 | 22:50 |
deva | please confirm | 22:50 |
vishy | yes | 22:50 |
vishy | but i'm also saying that nova-network should create that rule when it starts | 22:51 |
vishy | so if it isn't there is something wrong | 22:51 |
kbringard | soren: that worked great, thanks! | 22:51 |
*** kbringard has quit IRC | 22:51 | |
deva | in flatDHCP mode is it necessary that br100 should be created manually. and Ip be assigned to it. I am not doing that manually. when VM instance is created, nova-network is doing that for me.Hope thatz not the problem | 22:53 |
vishy | no | 22:57 |
vishy | that is wrong | 22:57 |
vishy | br100 only needs to be created manually in flat mode | 22:57 |
deva | ok . then I guess what I did is right then.. not creating br100 manually in flatDHCP mode. donno what is causing problem for nova-network not able to update firewall rules appropriately | 23:00 |
*** jdurgin has quit IRC | 23:01 | |
*** ChameleonSys has quit IRC | 23:02 | |
*** ChameleonSys has joined #openstack | 23:02 | |
*** niksnut has quit IRC | 23:03 | |
*** AWR has quit IRC | 23:03 | |
*** AWR has joined #openstack | 23:03 | |
*** katkee has quit IRC | 23:05 | |
*** miclorb has joined #openstack | 23:07 | |
*** niksnut has joined #openstack | 23:08 | |
*** Eyk has quit IRC | 23:08 | |
*** fltburger has joined #openstack | 23:10 | |
*** tblamer has quit IRC | 23:11 | |
*** lucasnodine has quit IRC | 23:18 | |
fltburger | hi all | 23:19 |
fltburger | anyone know the nova and swift 's slide | 23:19 |
fltburger | so i can use for community program of openstack, i just started openstack-id community | 23:20 |
*** fltburger has quit IRC | 23:23 | |
*** dendro-afk is now known as dendrobates | 23:37 | |
*** med_out is now known as medberry | 23:42 | |
*** vladimir3p has left #openstack | 23:42 | |
*** rchavik has joined #openstack | 23:46 | |
*** zns has joined #openstack | 23:48 | |
*** zns1 has joined #openstack | 23:48 | |
*** RobertLaptop has joined #openstack | 23:48 | |
*** zns1 has quit IRC | 23:48 | |
*** zns has joined #openstack | 23:48 | |
*** ShermanBoyd has quit IRC | 23:49 | |
*** ShermanBoyd has joined #openstack | 23:49 | |
*** nelson has left #openstack | 23:50 | |
*** nelson has joined #openstack | 23:50 | |
*** magglass1 has quit IRC | 23:52 | |
*** f4m8 has quit IRC | 23:54 | |
*** f4m8 has joined #openstack | 23:54 | |
*** jaypipes has quit IRC | 23:55 | |
*** vernhart has joined #openstack | 23:55 | |
*** jaypipes has joined #openstack | 23:56 | |
*** zykes- has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!