Wednesday, 2011-04-27

*** dprince has joined #openstack00:04
*** jaypipes has quit IRC00:05
*** vernhart has quit IRC00:05
*** jeffjapan has joined #openstack00:06
*** vernhart has joined #openstack00:07
*** bcwaldon has quit IRC00:07
*** vvuksan has joined #openstack00:12
*** rlucio has joined #openstack00:15
*** agarwalla has quit IRC00:15
*** MotoMilind has joined #openstack00:18
*** midodan has quit IRC00:19
*** jero has quit IRC00:24
*** mdomsch has quit IRC00:25
*** jero has joined #openstack00:25
*** MotoMilind has quit IRC00:28
*** dprince has quit IRC00:33
*** jitesh_shetty has quit IRC00:41
*** matiu_ has joined #openstack00:47
*** matiu_ has joined #openstack00:47
*** omidhdl has joined #openstack00:47
*** matiu has quit IRC00:50
*** matiu_ is now known as matiu00:50
*** cole has joined #openstack01:01
*** midodan has joined #openstack01:03
*** pcrews has joined #openstack01:07
*** zigo-_- has joined #openstack01:13
zigo-_-alekibango: Hi there !01:13
*** zigo-_- has quit IRC01:16
*** zigo-_- has joined #openstack01:20
*** omidhdl1 has joined #openstack01:20
*** omidhdl has quit IRC01:20
*** vvuksan has quit IRC01:21
*** rlucio has quit IRC01:22
*** vvuksan has joined #openstack01:22
*** maplebed has quit IRC01:38
*** jero has quit IRC01:43
*** med_away is now known as medberry01:43
*** imsplitbit has joined #openstack01:45
*** DigitalFlux has quit IRC01:52
*** jitesh_shetty has joined #openstack01:53
*** vvuksan has quit IRC01:53
*** rchavik has quit IRC02:03
*** joearnold has joined #openstack02:04
*** rchavik has joined #openstack02:05
*** rchavik has joined #openstack02:05
*** winston-d has quit IRC02:07
*** leanMELI has quit IRC02:07
*** hvaldivia1 has left #openstack02:07
*** jitesh_shetty has quit IRC02:08
*** jitesh_shetty has joined #openstack02:09
*** winston-d has joined #openstack02:14
Code_Bleucan someone help me with an error im getting (http://paste.openstack.org/show/1252/) and/or explain how i do an upgrade to Cactus?02:15
*** vvuksan has joined #openstack02:16
Code_BleuI uninstalled nova-objectstore (via apt-get remove) and re-installed it.  It updated all of the other nova packages as well...now when i restart everything and look in the nova-netowrk.log i get this now http://paste.openstack.org/show/125302:16
*** winston-d has quit IRC02:16
zigo-_-Code_Bleu: You must still have some lock files in /var/run/nova02:21
zigo-_-Check if daemons are running...02:21
zigo-_-Shut them all down.02:21
zigo-_-Then delete the pid files that are remaining.02:21
Code_Bleuzigo-_-: i have completely rebooted several times...would that not clear things up?02:22
zigo-_-It should, yes.02:22
zigo-_-What's the ownership of the folder /var/log/nova ?02:22
zigo-_-No sorry.02:22
*** omidhdl1 has left #openstack02:22
zigo-_-The /var/run/nova02:22
zigo-_-It should be normally owned by the nova user.02:23
zigo-_-Code_Bleu: Can you past the output of ls -lad /var/run/nova ?02:25
*** hadrian has quit IRC02:25
Code_Bleudrwxr-xr-x 2 nova root 40 2011-04-23 21:46 /var/run/nova/02:25
zigo-_-That seems right...02:25
zigo-_-I don't know then.02:25
Code_Bleuthere is nothing in that dir either02:25
zigo-_-Maybe it has lock files elsewhere.02:25
zigo-_-Checking the source...02:26
*** vvuksan has quit IRC02:26
zigo-_-Oh, I know that issue...02:26
zigo-_-It is trying to write in /usr/lib/pymodules/python2.6/cloud1.MainThread-521802:27
zigo-_-Which isn't right at all.02:27
zigo-_-chown nova /usr/lib/pymodules/python2.602:27
zigo-_-That will fix it.02:27
zigo-_-But it's still an issue...02:27
zigo-_-It should be writing there.02:27
zigo-_-(as /usr can be mounted read only)02:27
Code_Bleuso this is a known bug?  is this resolved with Cactus?...how do i upgrade to Cactus02:28
*** kyzh has quit IRC02:28
zigo-_-It's not fixed in Cactus, as much as I know.02:30
Code_Bleuzigo-_-: chowned the path to python2.6 and sub dirs...but now i get a different error02:30
zigo-_-What error?02:31
Code_Bleuhere is part of it: http://paste.openstack.org/show/1265/02:32
*** jitesh_shetty has quit IRC02:33
*** sandywalsh has joined #openstack02:33
zigo-_-Did you sync your db schema?02:34
*** joearnold has quit IRC02:34
zigo-_-nova-manage db sync02:34
Code_Bleurecently: no  when i first set this up and had it working before i started messing with nova-objectstore: yes02:35
Code_Bleuis it ok to db sync again?02:35
zigo-_-sure02:36
zigo-_-Just do it...02:36
zigo-_-Can you try something for me?02:38
zigo-_-Do a chown root /usr/lib/pymodules/python2.602:39
zigo-_-then try to add --lock_path=/var/lib/nova/locks in /etc/nova/nova.conf ... :)02:40
Code_Bleuok, i think the db sync fixed things.  Its just been a while since i have working with open stack....need to figure out how to load image / instances....etc again02:43
Code_Bleui dont have a /var/lib/nova/locks folder or file02:44
*** jitesh_shetty has joined #openstack02:44
*** combo has joined #openstack02:45
*** combo has quit IRC02:45
*** Transformer has joined #openstack02:46
zigo-_-Code_Bleu: Sure, create it !02:46
Code_Bleuzigo-_-: my /usr/lib/pymodules/python2.6 is already set to nova:root02:46
zigo-_-And make it owned by nova02:46
zigo-_-mkdir /var/lib/nova/locks02:46
Code_Bleufolder, right?02:46
zigo-_-chown nova:root /var/lib/nova/locks02:47
zigo-_-chown root:root /usr/lib/pymodules/python2.602:47
zigo-_-echo "--lock_path=/var/lib/nova/locks" >> /etc/nova/nova.conf02:47
zigo-_-Then restart, and see if it works like this! :)02:47
*** Transformer has quit IRC02:48
Code_Bleuzigo-_-: i dont see any errors in the network.log still...but i dont see anything in the /var/lib/nova/locks dir either02:49
Code_Bleui know i had images on here before...but now when i do euca-describe-images, it doesnt return anything...any ideas?02:57
*** MarkAtwood has joined #openstack02:58
zigo-_-Sorry, I don't.03:01
zigo-_-About your lock files not being there...03:01
zigo-_-These aren't run files. I didn't check the code, but I don't think they are stupposed to stay forever.03:02
zigo-_-Maybe it's just for a single small operation...03:02
zigo-_-(eg: very quick)03:02
zigo-_-So, can you confirm that adding --lock_path= solved it?03:02
*** zaitcev has left #openstack03:04
Code_Bleui think that chowning to nova on the python dir and db syncing got rid of the errors in the log files....and adding the --lock_path didnt do anything...things still work...im not sure what the --lock_path does03:05
Code_Bleuzigo-_-: can you help me figure out why i dont have any images now (euca-describe-images) even though i have image directories in the nova/images dir03:06
*** jsgotangco has joined #openstack03:07
Code_Bleuzigo-_-: this might explain some things better...it looks as if my Nova install is in the path of /Nova/nova....not /usr/nova03:07
*** jsgotangco has left #openstack03:08
Code_Bleuzigo-_-: nevermind....my /var/lib/nova is symlinked to /Nova/nova03:08
Code_Bleucan someone please help me figure out why i am not seeing any images when i do a euca-describe-images?  I have image folders in the nova/images directory03:13
*** sandywalsh has quit IRC03:16
kpeppleCode_Bleu: did you upgrade your image directory as described in the release notes when you upgraded ?03:17
Code_Bleukpepple: i have not upgraded to Cactus yet...I dont know how...I've asked several times, but no one has said how to03:18
kpeppleCode_Bleu: hmmmm ... okay. you should check your nova-api log to see why you aren't seeing images ... chances are something is erroring out. we changed the localstore format for images (from image_id to hash IIRC).03:19
Code_Bleukpepple: how do i check what version of nova i have again?03:20
*** adjohn has joined #openstack03:20
zigo-_-dpkg -l 'nova*'03:20
*** jero has joined #openstack03:21
zigo-_-Like for any debian package ...03:21
kpeppleCode_Bleu: or check your logs. we print out nova.version.version_with_vcs_string() when most daemons startup.03:21
HugoKuo_bonjour ,03:21
HugoKuo_Is that possible to create custommize role  in nova ?03:22
Code_Bleuzigo-_-: this is the result from the dpkg command: http://paste.openstack.org/show/1266/03:23
*** nelson has quit IRC03:25
kpeppleCode_Bleu: 2011.3 is cactus but you are on trunk (post cactus) ... why is nova-volume on a different version ?03:25
*** nelson has joined #openstack03:25
nelsonis there a replacement for php-cloudfiles yet?03:26
Code_Bleukpepple: i dont know....can i "apt-get remove nova-volume" and then "apt-get install nova-volume"?03:26
nelsoncuz this surely looks like a bug to me:03:27
nelson        if (!is_null($this->cabundle_path)) {03:27
nelson            curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, True);03:27
nelson            curl_setopt($ch, CURLOPT_CAINFO, $this->cabundle_path);03:27
nelson        }03:27
nelson        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, True);03:27
kpeppleCode_Bleu: probably ... if not try just updating03:27
Code_Bleukpepple: i get the following when i try to run the nova-manage convert images: http://paste.openstack.org/show/1267/03:29
zigo-_-Code_Bleu: This isn't Cactus, this is current trunk.03:33
Code_Bleuzigo-_-: do i have to uninstall everything and install Cactus....or is there a way to make the current trunk i have Cactus?03:34
Code_Bleuzigo-_-: any ideas on why the image convert is not working for me?03:35
zigo-_-Code_Bleu: When we say "current trunk", it means "development version".03:35
zigo-_-The only way is to uninstall and reinstall what's in the Ubuntu repo (eg: not the PPA).03:35
Code_Bleuzigo-_-: gotcha03:36
*** adjohn has quit IRC03:36
*** fitzdsl has quit IRC03:41
*** fitzdsl has joined #openstack03:41
*** Brain has joined #openstack03:53
BrainHi all.. Got a question for you.. I just purchased a Proliant DL380... The CPU isn't Intel® Virtualization Technology (VT-X)... Can I still use openstack and launch instance?03:54
alekibangohi all03:55
alekibangoBrain: yes03:55
alekibangoonly some hypervizors need to use vt-x03:55
alekibangothere are plenty of those who does not need that03:56
alekibangolike slow qemu03:56
BrainOkay I see...03:56
alekibangoor lxcontainers03:56
alekibangoor xen (iirc, i am not using it)03:56
alekibangozigo-_-: hi03:56
alekibangozigo-_-: what are u doing?03:56
BrainIf I want to run almost all ubuntu os on instance, I'm okay? Which hypervizors will it use?03:57
*** AimanA is now known as HouseAway03:57
alekibangoBrain: as configured03:58
alekibangonova is very configurable and even adaptable...03:58
alekibangothat makes it a bit painfull if you do not know what you need...03:58
*** aimon has joined #openstack03:58
Code_Bleucan someone help me figure out why the image convert is not working? http://paste.openstack.org/show/1267/03:58
alekibangoBrain: default is qemu03:59
alekibangobut you can use uml, lx containters03:59
alekibangoxen03:59
*** kashyap has joined #openstack03:59
alekibangowhatever03:59
zigo-_-alekibango: Fine, thanks.03:59
zigo-_-About to eat lunch... :)03:59
BrainAlek: ok.. thank you very much.. I will give it a try :)03:59
alekibangozigo-_-:  i meant that as a question... will you work on swift 1.3 ?03:59
alekibango:)03:59
alekibangoi mean package04:00
zigo-_-I will yes.04:00
zigo-_-I did already, my package is lintian clean.04:00
alekibangogreat!04:00
zigo-_-I want to work on swift and glance.04:00
zigo-_-You got to help me to have glance working! :)04:00
zigo-_-I have no clue yet how to configure it.04:00
alekibangobut i do not see swift in your repo04:00
zigo-_-Did you try Nova in SID ?04:01
alekibangozigo-_-: i propose this... lets meet on my server04:01
alekibango(servers)04:01
alekibangowhere we can play together over screen04:01
zigo-_-Well, after lunch then.04:01
alekibangonow i reinstalled it all, swift + sheepdog working04:01
alekibangowe can upgrade it to sid if you want04:01
zigo-_-Cool.04:01
alekibangoi also would love to fix glance :)04:01
zigo-_-Well, best would have been to install SID, and THEN install nova, glance, swift, etc.04:02
*** throughnothing has joined #openstack04:02
alekibangoi see you mean clean system04:02
*** throughnothing has joined #openstack04:02
*** throughnothing has joined #openstack04:02
zigo-_-Yup.04:02
zigo-_-To check for dependencies, etc.04:02
alekibangoah i would love to first get it working :)04:02
zigo-_-Right.04:03
zigo-_-That's the priority! :)04:03
alekibangozigo-_-: 1) make it work somehow04:03
alekibango2) start from clean one04:03
alekibangook?04:03
zigo-_-Did you sleep already tonight?04:03
alekibangoyes i did a bit04:03
zigo-_-:)04:03
alekibangoi sleep somewhat irregurally... if you tell me you hours, i can sync04:03
alekibangoyour* hours04:04
zigo-_-I've been fixing the ethernet LAN in the appartment I am currently.04:04
zigo-_-It's the one of my familly in law.04:04
zigo-_-This is why I've been busy...04:04
zigo-_-Wireing, etc.04:04
alekibangoic04:04
alekibangozigo-_-: go eating.... i will too04:04
zigo-_-I asked people around to do it for me ...04:04
zigo-_-But they DON'T KNOW HOW !04:04
zigo-_-So, dyi ...04:04
alekibangoand we can meet soon04:04
zigo-_-Sure.04:04
alekibangoha, its noon there?04:05
zigo-_-One of the wire has 3 lights when I plug the tester on .. ONE END only ..04:05
zigo-_-The wire inside walls might well be broken ... :(04:05
HugoKuo_https://answers.launchpad.net/nova/+question/154383   Is that possible to create customize role ?04:05
zigo-_-And guess what ...04:05
alekibangozigo-_-:  :)04:05
zigo-_-It's the longest wire of them all ! :/04:05
zigo-_-Do you do ethernet wireing yourself too? :)04:06
alekibangoi dont have those needed tools04:06
alekibangobut i would if i got them04:06
zigo-_-It's damned cheap, here in China.04:06
alekibangoheh04:07
alekibangojust dont get caught04:07
alekibango:)04:07
zigo-_-0.3 yuan for a screw driver, 1.5 for the ethernet tool, 2.5 for the tester.04:07
zigo-_-s/yuan/euros/04:07
*** MotoMilind1 has joined #openstack04:08
*** bfschott has joined #openstack04:08
alekibangozigo-_-: its not free enterprise if some companies who compete with you are using slave labor...04:08
alekibangoi mean... we live in global economy04:09
zigo-_-Well, the point is that the SHOP doesn't take 95% of the money...04:09
alekibangoits all pretty crazy04:09
zigo-_-Anyway, I'm going for lunch, I'll be back in about 30 minz, I think.04:10
alekibangozigo-_-: taking those tools with you will be costly :)04:10
alekibangok04:10
alekibangowill be here04:10
*** Code_Bleu has quit IRC04:18
*** MarcMorata has joined #openstack04:19
*** throughnothing has quit IRC04:20
*** throughnothing has joined #openstack04:20
*** sandywalsh has joined #openstack04:29
*** mdomsch has joined #openstack04:30
*** Code_Bleu has joined #openstack04:32
*** MarkAtwood has left #openstack04:37
*** guynaor has joined #openstack04:38
*** guynaor has left #openstack04:38
*** jero has quit IRC04:38
*** sandywalsh has quit IRC04:39
*** mihgen_ has joined #openstack04:41
*** omidhdl has joined #openstack04:42
*** midodan has quit IRC04:42
*** joearnold has joined #openstack04:44
*** f4m8_ is now known as f4m804:45
*** omidhdl has quit IRC04:47
*** koolhead11|afk is now known as koolhead1104:52
*** zenmatt has quit IRC04:54
*** bfschott has left #openstack04:56
*** dendro-afk is now known as dendrobates04:57
*** omidhdl has joined #openstack04:59
*** shehjart has quit IRC05:14
*** joearnold has quit IRC05:15
*** kashyap has quit IRC05:26
koolhead11hi all05:30
*** hagarth has joined #openstack05:31
*** Brain has quit IRC05:38
*** jeffjapan has quit IRC05:39
*** mihgen_ has quit IRC05:40
zigo-_-What's the lp URL for the debian package of Swift?05:43
zigo-_-http://bazaar.launchpad.net/~openstack-ubuntu-packagers/ubuntu/swift/nova/ubuntu/ doesn't seem working.05:43
*** nhm_ has quit IRC05:44
*** masudo has joined #openstack05:48
*** masudo has quit IRC05:49
*** RickB17 has quit IRC05:52
donkeycatare there instructions somewhere detailing how to use openstack with xen cloud platform? I see a lot of press releases saying they work together, but no documentation on how to actually "do it"05:58
*** guigui has joined #openstack06:00
jeremybdonkeycat: use mean with traditional xen or XCP?06:01
*** masoud has joined #openstack06:01
jeremyb(never heard of XCP before you just mentioned it fwiw...06:01
*** masoud has quit IRC06:02
*** masudo has joined #openstack06:02
donkeycatjeremyb: yeah, xcp06:02
donkeycatit's supposed to be almost exactly the same as xenserver (the commercial citrix offering) I guess06:03
jeremyberrr, s/use/you/06:06
deshantmhttp://wiki.openstack.org/XenServerDevelopment06:06
jeremybdonkeycat: well i know for sure it works with some xen flavor. and XCP is mentioned in the docs.06:06
deshantmthose will work on XCP too06:07
*** cynb has joined #openstack06:07
jeremybdeshantm's link seems very relevant :)06:07
deshantmcontact me todd.deshane [at] xen.org with any questions. Gotta run for now though.06:07
*** sandywalsh has joined #openstack06:08
cynbhi sandywalsh06:08
sandywalshcynb, hi!06:09
*** sandywalsh has quit IRC06:09
cynb¡/window 106:11
*** kashyap has joined #openstack06:16
HugoKuo_Hello , anyone familiar with user manage ?06:18
*** imsplitbit has quit IRC06:20
*** mathrock has joined #openstack06:21
*** MotoMilind1 has quit IRC06:22
*** mihgen has joined #openstack06:22
*** jdurgin has joined #openstack06:23
*** mihgen has quit IRC06:23
HugoKuo_https://answers.launchpad.net/nova/+question/154383    any suggestion plz !06:23
donkeycatdeshantm: awesome, thanks for the link! my googling skills failed me06:24
* donkeycat beings copypasta of the commands on the wiki page06:26
*** jeffjapan has joined #openstack06:29
*** mgoldmann has joined #openstack06:30
*** mathrock has left #openstack06:33
*** mathrock has joined #openstack06:33
*** mgoldmann has quit IRC06:33
*** mathrock has left #openstack06:34
*** omidhdl has left #openstack06:34
*** sandywalsh has joined #openstack06:35
*** obino has joined #openstack06:36
*** mgoldmann has joined #openstack06:37
zykes-Will swift be wrapped into the control panel?06:46
*** sandywalsh has quit IRC06:48
*** z0__ has quit IRC06:53
*** adjohn has joined #openstack06:55
*** Ryan_Lane has joined #openstack06:57
*** adiantum has quit IRC07:02
*** antenagora has joined #openstack07:04
*** ccustine has quit IRC07:05
*** CloudChris has joined #openstack07:05
*** CloudChris has left #openstack07:05
*** adiantum has joined #openstack07:15
*** DW-10297 has quit IRC07:17
*** mihgen has joined #openstack07:19
*** midodan has joined #openstack07:20
*** HugoKuo_ has quit IRC07:22
*** Ryan_Lane has quit IRC07:24
*** allsystemsarego has joined #openstack07:24
*** HugoKuo has joined #openstack07:25
*** HugoKuo_ has joined #openstack07:27
*** obino has quit IRC07:27
*** nacx has joined #openstack07:28
*** HugoKuo has quit IRC07:30
*** HugoKuo_ has quit IRC07:31
*** HugoKuo_ has joined #openstack07:33
*** HugoKuo__ has joined #openstack07:36
*** obino has joined #openstack07:38
*** HugoKuo_ has quit IRC07:40
*** jdurgin has quit IRC07:40
*** matiu has quit IRC07:47
*** rsaidan has joined #openstack07:56
*** Capashen has joined #openstack07:59
*** midodan_ has joined #openstack08:01
*** midodan has quit IRC08:02
*** midodan_ is now known as midodan08:02
*** adiantum has quit IRC08:08
*** sandywalsh has joined #openstack08:19
*** jeffjapan has quit IRC08:24
*** dirkx has joined #openstack08:30
*** rsaidan has quit IRC08:31
*** kim0 is now known as kim0|vacation08:42
*** Nick0la has quit IRC08:48
zykes-is ther any live feed from the summit?08:50
*** elasticdog has quit IRC08:57
*** DigitalFlux has joined #openstack09:02
*** DigitalFlux has joined #openstack09:02
*** adjohn has quit IRC09:02
*** rcc has joined #openstack09:09
*** DigitalFlux has quit IRC09:09
*** miclorb_ has quit IRC09:13
*** Nick0la has joined #openstack09:14
*** elasticdog has joined #openstack09:14
*** headoff has joined #openstack09:26
*** z0__ has joined #openstack09:32
*** midodan has quit IRC09:32
*** bkkrw has joined #openstack09:41
*** mdomsch has quit IRC09:42
*** antenagora has left #openstack09:47
*** headoff has quit IRC09:51
*** cdbs has quit IRC09:53
*** miclorb has joined #openstack09:54
*** cdbs has joined #openstack09:54
*** sunech has quit IRC09:56
*** klumpie has quit IRC09:57
*** klumpie has joined #openstack09:57
*** adiantum has joined #openstack10:00
*** cdbs has quit IRC10:08
*** cdbs has joined #openstack10:09
*** dirkx has quit IRC10:10
*** nRy has quit IRC10:17
*** cdbs has quit IRC10:22
*** cdbs has joined #openstack10:24
*** fabiand__ has joined #openstack10:33
*** smaresca has quit IRC10:48
*** daedalusflew has quit IRC10:49
*** daedalusflew has joined #openstack10:49
*** daedalusflew has quit IRC10:53
*** cdbs has quit IRC10:53
*** dirkx has joined #openstack10:55
*** cdbs has joined #openstack10:56
*** matclayton has joined #openstack10:58
*** smaresca has joined #openstack11:01
*** ctennis has quit IRC11:01
*** daedalusflew has joined #openstack11:01
*** obino has quit IRC11:05
*** rsaidan has joined #openstack11:14
*** daedalusflew has quit IRC11:15
*** smaresca has quit IRC11:15
*** rsaidan has quit IRC11:18
*** smaresca has joined #openstack11:20
*** daedalusflew has joined #openstack11:23
*** miclorb has quit IRC11:32
*** daedalusflew has quit IRC11:32
*** smaresca has quit IRC11:32
*** rsaidan has joined #openstack11:32
*** daedalusflew has joined #openstack11:39
*** smaresca has joined #openstack11:45
*** dirkx has quit IRC11:55
*** kyzh has joined #openstack11:57
*** kyzh has joined #openstack11:57
*** dirkx has joined #openstack12:02
*** kyzh has quit IRC12:07
*** ctennis has joined #openstack12:08
*** fitzdsl has left #openstack12:14
*** mgoldmann has quit IRC12:21
*** RickB17 has joined #openstack12:23
*** hadrian has joined #openstack12:23
fabiand__good day. is there a live image or live cd with the openstack components installed?12:28
*** mgoldmann has joined #openstack12:28
*** drewlander has joined #openstack12:28
*** dmshelton has joined #openstack12:38
*** onlany has joined #openstack12:39
*** RickB17 has quit IRC12:41
*** aliguori has quit IRC12:44
*** aliguori has joined #openstack12:45
*** rsaidan has quit IRC12:47
*** icarus901 has quit IRC12:57
CapashenHi ! Where can I report an error in swift documentation ? (dead link)13:08
annegentleCapashen: go ahead and log a bug at https://bugs.launchpad.net/swift and mark it as documentation. If it's on the swift.openstack.org site, I'm surprised there's a dead link. Where is it?13:17
CapashenOpenStack Object Storage pdf : 3.2 Installing OpenStack Object Storage on Ubuntu. "use the Swift All In One instructions. See http://swift.openstack.org/SAIO_instructions.html"13:22
bkkrwCapashen, annegentle: should probably point to http://swift.openstack.org/development_saio.html13:24
Capashenok, I created a bug in launchpad.13:26
*** vvuksan has joined #openstack13:27
uvirtbotNew bug: #771809 in swift "Dead link in swift administration guide (pdf)" [Undecided,New] https://launchpad.net/bugs/77180913:31
Capashenindeed13:32
*** arun has quit IRC13:33
*** icarus901 has joined #openstack13:33
*** nelson has quit IRC13:34
*** posulliv has quit IRC13:34
*** lborda has joined #openstack13:34
*** nelson has joined #openstack13:34
*** kakella has joined #openstack13:35
*** kakella has left #openstack13:35
*** deshantm_laptop has joined #openstack13:42
*** zenmatt has joined #openstack13:44
*** knorthcut has joined #openstack13:45
*** rchavik has quit IRC13:47
*** arun__ has joined #openstack13:47
*** arun__ has quit IRC13:49
*** arun__ has joined #openstack13:49
*** arun__ is now known as arun13:50
*** gondoi has joined #openstack13:53
*** jonkelly has joined #openstack13:55
*** zigo-_- has quit IRC13:59
*** Shentonfreude has joined #openstack13:59
*** mihgen has quit IRC14:02
*** f4m8 is now known as f4m8_14:03
*** robbiew1 has joined #openstack14:04
*** knorthcut has quit IRC14:04
*** nhm has joined #openstack14:05
*** Shentonfreude has joined #openstack14:07
*** icarus901 has quit IRC14:07
*** mdomsch has joined #openstack14:11
*** hallyn has quit IRC14:12
*** aliguori has quit IRC14:12
*** DigitalFlux has joined #openstack14:12
*** DigitalFlux has joined #openstack14:12
*** NashTrash has joined #openstack14:17
NashTrashGood morning #openstack.14:17
NashTrashAnyone able to answer a quick Glance question?14:18
*** hallyn has joined #openstack14:18
*** aliguori has joined #openstack14:18
*** nphase has quit IRC14:24
*** posulliv has joined #openstack14:24
*** hvaldivia has joined #openstack14:25
hvaldiviaHi everybody...14:25
*** h0cin has joined #openstack14:26
hvaldiviaWhy do the roles admin,projectmanager fail ?14:26
hvaldiviaany idea?14:27
*** robbiew1 is now known as robbiew14:29
*** nphase has joined #openstack14:30
*** icarus901 has joined #openstack14:35
*** dendrobates is now known as dendro-afk14:37
*** icarus901 has quit IRC14:40
*** adjohn has joined #openstack14:45
*** NashTrash has quit IRC14:46
annegentleCapashen: ah, ok, thanks. That bug could've been logged against openstack-manuals, that's where the PDFs live. I'll fix it, thanks for reporting!14:47
*** ctennis has quit IRC14:49
koolhead11hey annegentle14:49
hvaldiviaHello… Where Can I post a posible bug?14:53
*** mdomsch has quit IRC14:55
RichiHsoren: are you aware of any efforts to package openstack for debian?14:56
RichiHsoren: from a quick glance, the only ubuntu-specific stuff seems to be upstart14:56
uvirtbotNew bug: #771849 in glance "Port not parsed correctly in Swift URI" [High,New] https://launchpad.net/bugs/77184914:56
hvaldiviaBug: creating a 1GB volume fails.14:57
hvaldiviaeuca-create-volume -s 1 -z myzone14:57
*** freeflyi1g has joined #openstack15:02
*** TibshoOT has joined #openstack15:03
*** freeflying has quit IRC15:05
*** dynis has left #openstack15:07
*** monaDeveloper has joined #openstack15:07
nelsonIs there an openstack version of php-cloudfiles (the PHP interface to Swift)?15:11
*** icarus901 has joined #openstack15:11
*** smaresca has quit IRC15:16
*** daedalusflew has quit IRC15:16
*** daedalusflew has joined #openstack15:17
hvaldiviaDoes anybody work with nova-volume? I get an error15:18
*** smaresca has joined #openstack15:19
hvaldiviaI am not able to create a 90GB volumen15:19
*** adjohn has quit IRC15:20
hvaldiviathis is the nova-volume.log output: http://paste.openstack.org/show/1268/15:20
*** z0__ has quit IRC15:21
*** z0__ has joined #openstack15:22
*** ccustine has joined #openstack15:23
*** anticw has quit IRC15:23
*** pcrews has quit IRC15:24
*** bkkrw has quit IRC15:25
*** hagarth has quit IRC15:27
*** hipokrit has joined #openstack15:30
*** knorthcut has joined #openstack15:33
*** mdomsch has joined #openstack15:33
fabiand__good day, I get segfaults on fedora when i run the recreate script of the swift-aio guide .. does someone experience something similar?15:34
fabiand__or: how can i find out what exactely is causing that segfault ..15:34
*** deshantm_laptop has quit IRC15:35
*** pcrews has joined #openstack15:38
*** sandywalsh has quit IRC15:39
*** koolhead11 is now known as koolhead11|afk15:41
*** BK_man has joined #openstack15:42
*** BK_man has quit IRC15:50
sorenRichiH: Thomas Goirand (zigo) is working on getting it into Debian.15:53
*** enigma has joined #openstack15:53
*** MotoMilind has joined #openstack15:55
creihtfabiand__: at what point in the recreate script does it segfault?15:57
*** MarkAtwood has joined #openstack15:58
*** adc has joined #openstack15:59
*** mathrock has joined #openstack16:00
*** vernhart has quit IRC16:01
*** MotoMilind has quit IRC16:01
fabiand__creiht: when using swauth-pre -K16:04
fabiand__http://fpaste.org/HfHO/16:04
*** pcrews has quit IRC16:04
creihtnow isn't that interesting16:05
*** zul has joined #openstack16:05
fabiand__creith, erm - I suppose that depends on the amount of background knowledge :)16:05
creihtlooks like greenlet is bombing16:05
fabiand__Yes. I tried to use fedora's own greenlet and afterwards the current easy_install greenlet and eventlet provided packages16:06
*** gasbakid has joined #openstack16:06
fabiand__and it is a x86 system, no 64bit16:07
*** pcrews has joined #openstack16:07
*** Jordandev has joined #openstack16:07
*** nwl has left #openstack16:07
RichiHsoren: thanks; i will hit him up and maybe be able to get $work to let me work on this16:08
RichiHsoren: are you in sacramento, btw?16:08
*** nacx has quit IRC16:08
RichiHsoren: as an aside, there is one valid use case for rebasing: fixing commits that should never have made it into the repo. point in case, one of our interns managed to commit a few hundred MB of binaries16:09
fabiand__creiht: what greenlet version have you got?16:09
RichiHdragging those with you forever is not a good idea, imo16:09
creihtfabiand__: same version... greenlet hasn't changed very much16:10
*** anticw has joined #openstack16:11
*** icarus901 has quit IRC16:12
fabiand__creiht: mh ok. on i686 or x86_64?16:12
creihtI've done both16:13
*** zenmatt has quit IRC16:13
creihtI'm asking around to see if others have any idea16:13
fabiand__mh okay ...16:13
fabiand__thanks :)16:13
creihtgreenlet uses a c extension, so maybe it is getting compiled incorrectly?16:13
fabiand__good question. is there a way to force a recompile?16:14
*** KnuckleSangwich has joined #openstack16:14
fabiand__I already deleted a directory, but don't know if i catched everything relevant ..16:14
fabiand__i'll have another look16:14
*** sandywalsh has joined #openstack16:14
*** dendro-afk is now known as dendrobates16:14
*** pcrews has quit IRC16:15
*** pcrews has joined #openstack16:17
*** anticw has quit IRC16:18
fabiand__creiht: i removed greenlet and eventlet and rebuild both of them, this didn't help though ..16:18
*** anticw has joined #openstack16:18
creihtheh16:18
*** zaitcev has joined #openstack16:22
*** anticw has quit IRC16:22
*** jmckenty has joined #openstack16:23
*** Chad has joined #openstack16:23
*** Chad is now known as Guest825716:24
*** fabiand__ has quit IRC16:25
jmckentyHEY OpenStack peeps!16:25
jmckentyIf anything comes up in the sessions today-friday that you can't get resolved and/or you think the PPB should debate/weigh-in on, feel free to at it to this: http://etherpad.openstack.org/PPB-Agenda16:26
*** dspano has joined #openstack16:26
*** KnuckleSangwich has quit IRC16:26
*** dirkx has quit IRC16:26
*** icarus901 has joined #openstack16:27
*** Guest8257 has quit IRC16:27
*** Capashen has quit IRC16:28
*** jaypipes has joined #openstack16:30
*** koolhead17 has joined #openstack16:32
*** pcrews has quit IRC16:32
*** icarus901 has quit IRC16:33
*** pcrews has joined #openstack16:33
*** Ryan_Lane has joined #openstack16:35
annegentleI'd like to get a wiki page going that links to all the Etherpads for today - are the speakers supposed to create those themselves?16:35
creihtannegentle: there was a link posted yesterday morning that was supposed to have that16:35
annegentlecreiht: ok, thanks16:37
*** dendrobates is now known as dendro-afk16:38
*** dovetaildan has quit IRC16:39
*** z0__ has quit IRC16:40
*** dovetaildan has joined #openstack16:41
annegentleok, I found this: http://etherpad.openstack.org/SubmittedTopics but it doesn't appear to be complete.16:41
*** z0__ has joined #openstack16:42
jmckentyOpenStack's biggest community risk (as we grow): http://dilbert.com/strips/comic/2011-04-27/16:45
*** vernhart has joined #openstack16:47
*** maplebed has joined #openstack16:47
*** sandywalsh has quit IRC16:47
*** sandywalsh has joined #openstack16:48
*** obino has joined #openstack16:50
*** sandywalsh has quit IRC16:53
*** BK_man has joined #openstack16:55
*** MotoMilind has joined #openstack17:00
*** joearnold has joined #openstack17:01
*** Ryan_Lane has quit IRC17:02
*** Ryan_Lane has joined #openstack17:03
*** BK_man has quit IRC17:03
*** zul has quit IRC17:06
*** kbringard has joined #openstack17:10
*** BK_man has joined #openstack17:10
*** fabiand__ has joined #openstack17:12
fabiand__creiht: sorry. I got disconnected - did someone observe something similar?17:12
kbringardhmmmm, anyone else having problems with the latest trunk not applying migrations?17:12
kbringardI couldn't seem to get 015 to apply, so I removed everything and reinstalled and now none of them seem to be applying :-/17:13
*** sandywalsh has joined #openstack17:15
*** MotoMilind has quit IRC17:15
*** jmckenty has quit IRC17:15
*** anticw has joined #openstack17:15
*** kashyap has quit IRC17:17
*** guigui has quit IRC17:18
elasticdogwhat's the upside to using FlatManager over FlatDHCPManager?17:18
kbringardelasticdog: you use your own DHCP server instead of dnsmasq in openstack17:19
*** zul has joined #openstack17:19
elasticdoginjecting only works on Debian-based VM's, right?17:19
kbringardor yea, you inject into the VM17:20
*** anticw has quit IRC17:20
elasticdogkbringard: wouldn't the injected network info conflict with your external dhcp server?17:20
kbringardI thought I recall hearing that someone had it working on Cent/RH17:20
*** mathrock has quit IRC17:20
kbringardyea, if you were injecting... I personally prefer to use DHCP regardless17:20
kbringardbut, I have also never used Flat17:20
kbringardso, I probably shouldn't be talking about it :-D17:21
elasticdogmeaning that if you tried to inject an address, the interface wouldn't be properly configured to request info from a DHCP server17:21
elasticdog:-)17:21
kbringardright, you're right17:21
*** agarwalla has joined #openstack17:21
kbringardlike I said, since injecting is kind of fragile and dependent upon the OS and stuff, I've just always assumed a DHCP server in the boradcast domain17:22
kbringardbut that's just me17:22
elasticdogkbringard: makes sense...I think I'll give FlatDHCPManager a shot since that should be more reliable than injection17:22
*** Ryan_Lane has quit IRC17:22
*** jmckenty has joined #openstack17:24
*** joearnold has quit IRC17:24
*** jmckenty has quit IRC17:24
*** hallyn is now known as hallyn_afk17:25
*** medberry has quit IRC17:26
*** pcrews has quit IRC17:27
*** sophiap has joined #openstack17:28
*** sandywalsh has quit IRC17:28
*** mathrock has joined #openstack17:28
*** medberry has joined #openstack17:30
*** medberry has quit IRC17:30
*** medberry has joined #openstack17:30
*** vernhart has quit IRC17:31
*** obino has quit IRC17:31
*** pcrews has joined #openstack17:32
*** joearnold has joined #openstack17:32
*** zul has quit IRC17:34
*** vernhart has joined #openstack17:34
*** rcc has quit IRC17:35
*** dragondm has joined #openstack17:35
*** mathrock has quit IRC17:35
*** mathrock has joined #openstack17:36
*** pcrews has quit IRC17:36
kbringardfeel free to ignore my previous migrations question; as it turns out, I'm an idiot17:36
*** MotoMilind has joined #openstack17:38
*** pcrews has joined #openstack17:38
*** obino has joined #openstack17:38
*** joearnold has quit IRC17:39
creihtfabiand__: I'm at a loss sorry, for some reason it isn't liking your greenlet module17:41
*** MotoMilind has quit IRC17:41
creihtdo you have more than one version of python installed by chance?17:41
fabiand__creiht: I've got python3 and 2.7 installed ... but the modulesi n different python paths17:42
creihtyeah true17:43
creihtjust grasping at straws at the moment17:43
fabiand__I am currently installing x86_64 to see if i can reproduce it there as well17:43
fabiand__okay ..17:43
fabiand__thanks :)17:43
creihtnp, sorry I don't have any more insight17:43
*** medberry has quit IRC17:43
Nick0laHello all.17:43
*** zul has joined #openstack17:44
*** medberry has joined #openstack17:46
*** medberry has quit IRC17:46
*** medberry has joined #openstack17:46
*** anticw has joined #openstack17:46
Nick0lanova-manage is showing XXX on all of my remote compute nodes:  http://paste.openstack.org/show/1269/17:47
Nick0lawhat does XXX mean?17:47
kbringardNick0la: it means it's not currently active17:47
kbringardmost of the time it's because the times are not in sync17:48
kbringardI'd run ntpdate time.apple.com (or whatever time server you want to use)17:48
kbringardon all your nodes17:48
Nick0laexcellent.17:49
Nick0lathanks!17:49
kbringardno problem, I've run into that so many times, hah17:49
*** anticw has quit IRC17:51
*** sophiap has quit IRC17:52
annegentleok, the link referred to in Jim's talk doesn't have much but let's start collecting etherpad links here: http://etherpad.openstack.org/ods-d17:57
*** green_ has joined #openstack17:57
*** dragondm has quit IRC17:58
*** green_ has quit IRC17:58
*** kbringard has quit IRC17:58
*** kbringard has joined #openstack17:58
*** Jordandev has quit IRC17:59
*** clauden has joined #openstack18:01
*** sophiap has joined #openstack18:02
*** kbringard has quit IRC18:02
*** Ryan_Lane has joined #openstack18:02
*** enigma1 has joined #openstack18:03
*** dendro-afk is now known as dendrobates18:03
*** enigma has quit IRC18:05
*** mathrock has quit IRC18:06
*** jmckenty has joined #openstack18:06
hvaldiviahi18:08
hvaldiviais there anybody?18:08
*** zul has quit IRC18:09
*** zul has joined #openstack18:11
*** clauden has quit IRC18:11
*** clauden has joined #openstack18:11
jaypipeshvaldivia: most of us are in a discussion on the branching model right now :) what's up?18:12
*** hagarth_ has joined #openstack18:14
jmckentyttx: notmyname and I have just hammered out a blueprint, can we get a session in the hole on Friday? https://blueprints.launchpad.net/swift/+spec/swift-pluggable-hashing-ring18:15
elasticdoghow do people architect assigning public IPs to VM instances? set the fixed_range to a large private space (172.16.0.0/12) and then use floating IPs to assign public addresses?18:15
hvaldiviajaypipes: well I have this error http://paste.openstack.org/show/1270/18:17
elasticdogI'm trying to wrap my head around exactly how the routing is done for VMs18:17
hvaldiviakvm-ok shows mw to my hardward support vituraliztion18:17
*** kashyap has joined #openstack18:17
Ryan_Laneelasticdog: yes18:17
Ryan_Lanenot that you need to do that18:18
Ryan_Laneyou could also just use public ips for the fixed range and ignore floating IPs18:18
elasticdogRyan_Lane: gotcha...thanks18:19
*** fabiand__ has quit IRC18:19
Ryan_Laneif every instance you make will need a public IP, it probably makes more sense to just use a public range :)18:19
*** rostik has quit IRC18:20
Ryan_Lanethis is especially a nice way of doing things if you are going to use IPv6 for everything18:20
*** zul has quit IRC18:21
*** jmckenty has quit IRC18:21
*** hagarth_ has quit IRC18:22
*** obino has quit IRC18:23
*** sandywalsh has joined #openstack18:23
*** kbringard has joined #openstack18:24
*** knorthcu has joined #openstack18:24
knorthcuanyone here with any Nova Compute + VMWare experience?18:24
knorthcuI've got all the pre-requisites in place18:25
knorthcuI think I've rounded up the little bit of doc that is available18:25
knorthcuI've got a couple of questions around the nuances between ESX and ESXi that are not very clear18:26
knorthcuanyone got any experience around this?18:26
*** joearnold has joined #openstack18:26
*** arun__ has joined #openstack18:27
*** arun_ has quit IRC18:29
hvaldiviaDoes anybody know what " Instance '2' failed to spawn. Is virtualization enabled in the BIOS?" means?18:29
*** dragondm has joined #openstack18:30
*** joearnol_ has joined #openstack18:31
*** joearnold has quit IRC18:31
*** dendrobates is now known as dendro-afk18:33
*** MotoMilind has joined #openstack18:33
*** romain_lenglet has joined #openstack18:39
*** romain_lenglet has left #openstack18:39
alekibangohvaldivia: it looks lik you have no hw virtualisation support18:40
alekibangoand you are trying to use hypervizor that needs it18:41
hvaldiviaYeah.. but I have virtualization support18:41
alekibangoit can  be disablet in bios18:41
alekibangodisabled* :)18:41
hvaldiviaalekibango: kvm-ok shows me that it is ok18:41
hvaldiviaOhhhh18:42
*** pcrews has quit IRC18:42
alekibangotry checking all logs18:42
hvaldiviawell I will check the bios….18:43
*** anticw has joined #openstack18:43
*** enigma1 has quit IRC18:43
hvaldiviaalekbango: I have 4 machines,  three of them running compute and volume componets18:43
hvaldiviamy image path on nova.conf is --images_path=/var/lib/nova/images18:44
*** joearnol_ has quit IRC18:45
hvaldiviaShould that directory be an nfs system?18:45
alekibangowell it might work a bit... but real solution is using glance18:45
alekibangobest with swift18:46
alekibango(as a backend)18:46
*** joearnold has joined #openstack18:46
*** dendro-afk is now known as dendrobates18:46
*** kbringard has quit IRC18:47
*** joearnold has quit IRC18:47
hvaldiviaalekibango: You are saying that if that directory is not accesed by all computes then It wont work. I though that the api-component send the images through the net to the compute machine18:48
*** jmckenty has joined #openstack18:48
*** topper has joined #openstack18:48
*** dragondm has quit IRC18:48
topperheyo all18:49
topperwhen I'm upgrading from swift 1.2 to 1.3 - do I need to do anything to take advantage of the indexed sqlite dbs?18:49
*** joearnold has joined #openstack18:49
topperor I guess... do I need to do anything except run swift 1.3 python code?18:49
*** enigma has joined #openstack18:49
*** jmckenty_ has joined #openstack18:49
topperi couldn't find a "how to upgrade"18:49
*** arun__ is now known as arun_18:49
alekibangohvaldivia: yes if you use glance18:49
*** arun_ has quit IRC18:49
*** arun_ has joined #openstack18:49
alekibangofor more nodes, glance is basically a must have18:50
alekibangotopper: you might get bitten my need for few more config options in nova.conf18:50
topperusing swift - not nova18:50
alekibangolike  lockpath or what it was (see config in package if you use packages)18:51
alekibangotopper: ah, i still have 1.218:51
hvaldiviaalekibango: on bexar I didnt use glance and the compute machines were able to create an instance based on the image sent through the net18:51
alekibangosorry i was thinking nova18:51
topperit appears that 1.3 packages haven't made it to the ppa right?18:51
*** joearnold has quit IRC18:51
alekibangohvaldivia: using nova-objectstore?18:51
hvaldiviayeah...18:51
alekibangouse glance now... :)18:51
alekibangoits the way to og18:51
hvaldiviaI'am using it...18:51
Ryan_Lanealekibango: this should *really* be in the release notes18:52
alekibangogo*18:52
Ryan_Lanewho can edit those? :)18:52
*** obino has joined #openstack18:52
alekibangohmm ttx?18:52
Ryan_LaneI've seen this question in here a million times18:52
hvaldiviaalekibange: Ok I will used it. Is  objectstore not supported on cactus?18:52
*** jmckenty has quit IRC18:53
alekibangohvaldivia: imho it could be, but glance is really the way to go18:53
Ryan_Lanehvaldivia: it is, for single node installs18:53
Ryan_Lanefor multi-node installs glance is required18:53
hvaldiviaalekibango: :(18:53
alekibangobtw i have still problems with my 1.3 install18:53
*** sandywalsh has quit IRC18:53
alekibangoglance is not working right for me somehow.. iam prolly not smart enough lol18:53
hvaldiviaalekibango: thanks… I will install all again. hahaha18:54
alekibangotrying to upload an image -- ends in horrilbe errorrs18:54
*** zenmatt has joined #openstack18:55
hvaldiviaRyan_Lane: Thanks. I didnt see that info on the documentation.18:57
Ryan_LaneI'm not sure there is documentation that says that18:57
Ryan_Laneat least I couldn't find it18:57
Ryan_Lanebut I've read a few times in this channel that glance is required for multi-node18:57
*** hub_cap has joined #openstack18:57
Ryan_Laneand I definitely couldn't get it working with nova-objectstore18:58
alekibangoRyan_Lane: there definitelly is a need for document18:59
alekibangodescribing different possible architectures18:59
alekibangothat are sane18:59
alekibangolike this.... but ocntaining more details, including all configs http://stackops.org/display/documentation/Stackops+Distro+Predefined+Deployment+Architectures19:00
Ryan_Laneit should at least be mentioned in the release notes, since is a change in the behavior since upgrade19:00
alekibangoand with different backends and hypervizors, including diskless compute servers even19:00
*** MotoMilind has quit IRC19:00
hvaldiviaIt would be a great idea.19:01
*** jmckenty_ has quit IRC19:01
*** gasbakid has quit IRC19:02
alekibangohvaldivia: it would be best to have it from someone who already used it in production for some time19:02
alekibangoand can write some depper understanding there19:02
alekibangoi can only guess...19:02
*** zul has joined #openstack19:02
*** jmckenty has joined #openstack19:03
alekibangoannegentle: do you think you can help there somehow? we need some smart people to describe possible (sane) architectures  in detail, including services running on each node and example config files19:03
*** dendrobates is now known as dendro-afk19:04
*** adiantum has quit IRC19:05
topperhmmm - looking at the swift 1.3 code - I don't see any ADD index - only CREATE TABLE with the new indexes... does that get done b/c of the replication - or do we need to recreate those somehow?19:05
*** matclayton has left #openstack19:06
*** drewlander has quit IRC19:07
*** vernhart has quit IRC19:10
*** sophiap has quit IRC19:12
*** hub_cap_ has joined #openstack19:13
*** hub_cap has quit IRC19:13
*** hub_cap_ is now known as hub_cap19:13
*** sophiap has joined #openstack19:14
*** hub_cap has quit IRC19:17
*** jaypipes has quit IRC19:17
*** zul has quit IRC19:18
*** rsaidan has joined #openstack19:25
*** nelson has quit IRC19:25
*** nelson has joined #openstack19:26
*** Ryan_Lane is now known as Ryan_Lane|food19:27
*** obino has quit IRC19:29
hvaldiviashould I use ppa:glance-core/release or ppa:glance-core/trunk?19:30
*** enigma has quit IRC19:33
*** enigma has joined #openstack19:35
*** kyzh has joined #openstack19:36
*** kyzh has quit IRC19:36
*** kyzh has joined #openstack19:36
*** HouseAway is now known as AimanA19:37
*** clauden has quit IRC19:37
*** MotoMilind has joined #openstack19:43
*** pcrews has joined #openstack19:47
*** joshfng has joined #openstack19:52
*** fabiand__ has joined #openstack19:52
*** joshfng has quit IRC19:52
fabiand__creiht: just to give you some feedback . it works like a charm on x86_6419:52
fabiand__so maybe an arch issue (regardig the segfault when running swauth-prep19:53
*** joearnold has joined #openstack19:54
*** MotoMilind has quit IRC19:54
*** joearnold has quit IRC19:56
*** MotoMilind has joined #openstack19:58
*** mgoldmann has quit IRC20:00
*** horacio has joined #openstack20:01
*** MotoMilind has quit IRC20:03
*** brd_from_italy has joined #openstack20:05
nelsonIs there an openstack version of php-cloudfiles (the PHP interface to Swift)?20:08
*** sandywalsh has joined #openstack20:11
nelsonI'm thinking that people are paying too much attention to meatspace today.20:11
*** Ryan_Lane has joined #openstack20:12
fabiand__does someone know ryan brown and if he will push his gvfs wrk upstream?20:14
*** allsystemsarego has quit IRC20:18
*** jmckenty has quit IRC20:19
*** horacio has left #openstack20:20
knorthcuanyone from team nova-vmware in here?20:22
knorthcuI'm having major issues integrating ESXi20:23
*** mdomsch has quit IRC20:23
knorthcuI see some mention of ESXi support, but rarely in the little bit of doc20:23
knorthcuthen i go into the python code and there is absolutely no mention of ESXi, its all ESX in the code20:23
knorthcuand im wondering if ESXi was abandoned/never tested20:24
knorthcui'm going to reinstall with ESX and see what happens i guess, but I'd really like to know more about ESXi support20:25
*** pcrews has quit IRC20:26
ttxalekibango: anyone can. It's a wiki.20:27
*** pcrews has joined #openstack20:27
ttxjmckenty, notmyname: ok, I'm on it20:28
hvaldiviaHi. What is the difference between swift and nova-volume?20:32
*** Ryan_Lane has quit IRC20:32
ttxjmckenty, notmyname: done, Friday at 1:30pm.20:33
*** MotoMilind has joined #openstack20:33
hvaldiviaI am using nova-volume + lvm2 as a storage service for my instances. But I am able to attach a vm (on a machine1) with a volume (on a machine other than 1)20:34
hvaldiviaOnly I can attach a vm with a volume if they both are in the same physical machine...20:35
hvaldiviaIs it correct?20:35
*** jaypipes has joined #openstack20:36
*** vernhart has joined #openstack20:36
*** topper has quit IRC20:37
*** topper has joined #openstack20:38
*** dragondm has joined #openstack20:38
hvaldiviaRyan_Lane: Do you swift as a storage backend?20:38
hvaldiviaRyan_Lane: Do you use swift as a storage backend?20:39
*** staniel_ has joined #openstack20:39
*** dragondm has quit IRC20:42
*** zul has joined #openstack20:42
*** Brain has joined #openstack20:42
*** fabiand__ has left #openstack20:43
BrainHi all. Yesterday I came to ask If I can use openstack even if my server don't support virtualization in the bios20:43
BrainToday, I'm giving it a try20:43
Brainand when I start an instance, I get that error : Instance '1' failed to spawn. Is virtualization enabled in the BIOS?20:43
BrainCan someone help me20:44
hvaldiviaBrain: is your cloud a multinode installation?20:44
Brainhval: not for the moment but it will be20:45
hvaldiviaWhat type of virtualization are you using? kvm?xen? or qemu?20:45
BrainI didn't specified20:46
alekibangohvaldivia: swift can be used as storage backend only for glance... not for nova20:46
hvaldiviaBrain: check /etc/nova/nova.conf20:47
hvaldivia--libvirt_type=20:47
Brainno line for that in their20:47
hvaldiviayou are in troubles...20:48
*** rsaidan has quit IRC20:48
Brainlol20:48
hvaldiviayou should install qemu or xen and add that line in your conf file20:48
BrainOk. I though the initial setup script did it... And i don't remember to saw this in the doc20:49
hvaldiviaalekibango: If a want a storage service what should I use?20:50
Brainthanks I will try20:51
hvaldiviaI want a storage service for my instances..20:51
hvaldiviaBrain: your welcome.20:51
*** vvuksan has left #openstack20:53
*** midodan has joined #openstack20:55
*** hggdh has quit IRC21:03
*** hggdh has joined #openstack21:04
nelsonhvaldivia: not yet, but I'm working on it as we speak.21:05
*** midodan has left #openstack21:05
nelsonhvaldivia: errrr, wait, do you mean with his nova work? I'm not sure what he's doing. We're working on using swift with Wikimedia's media storage.21:06
nelsoncreiht: are you around or are you asquare?21:06
* nelson hums, twiddles his fingers, and looks around21:07
*** knorthcut has quit IRC21:07
*** knorthcu has quit IRC21:08
*** Ryan_Lane has joined #openstack21:09
*** MotoMilind has quit IRC21:12
*** Brain has quit IRC21:13
*** h0cin has quit IRC21:14
hvaldivianelson:  I mean that a want to attach volumes to my instances. So I configure nova-volume+lvm2 for that. I have 3 machines running nova-volume and nova-compute. So, I can create volumes on these 3 machines, I also can run instances on these machines. My problem is that I am not able to attach a volume on machine1 to an instance on machine 2 or 321:14
*** MotoMilind has joined #openstack21:16
*** Ryan_Lane has quit IRC21:18
*** derrick_ has joined #openstack21:18
*** derrick_ has left #openstack21:19
*** derrick_ has joined #openstack21:19
*** mattrobinson has joined #openstack21:20
mattrobinsonIs http://wiki.openstack.org/RunningNova the most current source of instructions for getting started with Nova?21:22
hvaldiviaYou can also use this : http://docs.openstack.org/openstack-compute/admin/content/21:23
zykes-is there any live stream to the summit ?21:23
annegentlezykes-: no, sorry. we are uploading videos to the http://openstack.org/blog site as they are available though.21:24
*** hallyn_afk is now known as hallyn21:24
annegentlemattrobinson: the wiki contains rough docs, the docs.openstack.org site should be more release-oriented (i.e. http://docs.openstack.org/cactus/ contains Cactus docs)21:24
*** hipokrit has left #openstack21:25
*** jdurgin has joined #openstack21:25
*** pcrews has quit IRC21:27
*** jdurgin has joined #openstack21:27
mattrobinsonannegentle: Thanks.  I just keep getting to different pages from the docs site with different install info or none at all (http://nova.openstack.org/quickstart.html)21:27
annegentlemattrobinson: yes the nova.openstack.org site is more for developers21:27
*** adiantum has joined #openstack21:28
annegentlemattrobinson: if I were draconian, I'd delete multiple install pages but they are for different audiences/purposes/goals for install21:28
annegentlemattrobinson: so they live on :)21:28
*** pcrews has joined #openstack21:29
mattrobinsonThe main problem I'm trying to solve is that I've gotten to the point where I run `euca-run-instances ami-ykhkjunh -k mykey -t m1.tiny`21:29
*** robbiew has left #openstack21:29
mattrobinsonAnd I get back "NotFound: Image aki-11111 could not be found"21:29
*** topper has left #openstack21:30
mattrobinsonI tried installing from the ubuntu ppa release packages, but am thinking I should start over and try a different install method21:30
*** sandywalsh has quit IRC21:30
mattrobinsonIs there a way to tell from the command line what version of openstack tools I'm using?  I'm not sure what version of openstack tooling the ubuntu ppa packages install21:30
*** imsplitbit has joined #openstack21:30
*** Ryan_Lane has joined #openstack21:31
*** vernhart has quit IRC21:32
*** dspano has quit IRC21:34
*** icarus901 has joined #openstack21:35
*** pcrews has quit IRC21:35
*** pcrews has joined #openstack21:39
*** jmckenty has joined #openstack21:41
*** brd_from_italy has quit IRC21:47
nelsoncreiht: are you still on the lam from the authorities?21:49
*** adjohn has joined #openstack21:50
*** lborda has quit IRC21:52
*** aimon has quit IRC21:54
*** aimon has joined #openstack21:54
*** jmckenty has quit IRC21:57
*** hvaldivia has quit IRC21:58
*** aimon has quit IRC21:58
*** Shentonfreude has quit IRC21:59
nelsonwhat is the recommended php bindings? client.php or php-cloudfiles?22:01
annegentlemattrobinson: see https://answers.launchpad.net/nova/+question/153332, not from command line though22:06
openstackjenkinsProject nova build #861: SUCCESS in 2 min 45 sec: http://jenkins.openstack.org/job/nova/861/22:09
openstackjenkinsTarmac: Make the import of distutils.extra non-mandatory in setup.py. Just print a warning that i18n commands are not available...22:09
*** BK_man has joined #openstack22:11
BK_manattention to nova-core who are on summit - please join us with discussion of topology service in Nova http://wiki.openstack.org/TopologyService - 5PM @Magnolia22:12
*** jonkelly has quit IRC22:12
*** fysa has quit IRC22:14
*** fysa has joined #openstack22:14
*** hvaldivia has joined #openstack22:20
*** jdurgin has quit IRC22:23
*** dirkx has joined #openstack22:26
*** Brain has joined #openstack22:32
*** zul has quit IRC22:32
*** enigma has quit IRC22:33
*** BK_man has quit IRC22:33
*** adjohn has quit IRC22:34
creihtnelson: howdy :)22:35
nelsonhey!22:35
creihtI thought the php cloud files was supposed to work with swift22:35
creihtI'll poke the guy who maintains that when I see him22:35
nelsonit does ... i just want access to COPY22:35
creihtahh22:36
nelsonwe never delete anything ... it just gets renamed to a different archive name.22:36
nelsoncopy/delete22:36
creihtnelson: You might also check out22:37
creihthttps://github.com/cweidenkeller/client.php22:37
nelsonit, too, doesn't have copy22:37
creihtheh22:37
creihtalright, I'll ping him to add it22:37
nelsonbut, that was really most of my question: what is the way forward? php-cloudfiles or client.php?22:38
nelsonclient.php could use some example code. and a better name. "client"?? "client of what written in what"?22:39
nelsonit's kind of unoriginal to call it swift-php-rest, but "client" is even less original. Like 5.5 times less original.22:40
creihtnelson: it is a work in progress22:41
nelson"working" names tend to get solidified.22:41
creihthehe22:41
nelsonbut ... should I be looking at using php-cloudfiles or swift-php-rest ?22:41
*** pcrews has quit IRC22:41
creihtthe newere php client is a bit new, and not fully tested yet22:43
Brainhval: are you still there? I installed qemu and put --libvirt_type=qemu   to nova.conf and instance won't start22:43
creihtlaggy interent right now22:43
creihtheh22:43
creihtI sent conrad a note, but he is here at the conference22:44
*** pcrews has joined #openstack22:44
*** jmckenty has joined #openstack22:45
*** BK_man has joined #openstack22:45
nelsonwell, I've already started to use php-cloudfiles, so I think I'll add copy() to it ... and maybe transition to swift-php-rest later?22:45
*** burris has quit IRC22:46
creihtsounds good22:46
BrainCould someone else help me please?22:47
*** miclorb_ has joined #openstack22:47
BrainI have a server without virtualisation in the bios.. I succesfully install openstack .. When I tried to start an instance, i receive this error:  Instance '1' failed to spawn. Is virtualization enabled in the BIOS?22:48
*** imsplitbit has quit IRC22:50
*** burris has joined #openstack22:50
*** jaypipes has quit IRC22:51
*** adjohn has joined #openstack22:59
*** Ryan_Lane has quit IRC23:00
*** jmckenty has quit IRC23:01
*** zul has joined #openstack23:04
*** ctennis has joined #openstack23:04
*** pcrews has quit IRC23:04
*** Ryan_Lane has joined #openstack23:05
*** zenmatt has quit IRC23:06
*** hub_cap has joined #openstack23:08
*** woleium has joined #openstack23:12
*** dirkx has quit IRC23:12
*** joearnold has joined #openstack23:30
*** hub_cap has quit IRC23:31
*** hub_cap has joined #openstack23:31
*** pcrews has joined #openstack23:33
*** joearnold has quit IRC23:37
*** sandywalsh has joined #openstack23:37
*** hub_cap has quit IRC23:38
*** zul has quit IRC23:40
*** sandywalsh has quit IRC23:43
*** sophiap has quit IRC23:44
*** pcrews has quit IRC23:44
*** ctennis has quit IRC23:48
*** jmckenty has joined #openstack23:49
*** adjohn has quit IRC23:49
*** jmckenty has quit IRC23:49
*** jmckenty has joined #openstack23:53
*** zenmatt has joined #openstack23:54

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!