vishy | so if we had a general auth service that did that. Each service(nova, burrow, swift) could manage its own acls for subject(group), predicate(action), object(instance, queue, container) | 00:00 |
---|---|---|
gholt | Really you just need to implement middleware that sets up a callback to it's own authorize function for requests it cares about. But yeah, you could take swauth.py, delete everything from 'def handle' onward, and just fill in 'def get_groups' with a call to your own ext service if you wanted. | 00:00 |
vishy | and the general auth service could backend to various services(swift, ldap, other random id mgmt service) | 00:01 |
gholt | Yeppers | 00:02 |
gholt | If we had an easy to setup sampleauth project outside of Swift, we'd use that and drop our devauth/swauth stuff. | 00:03 |
gholt | [Excepting as a fun experiment, of course :)] | 00:03 |
eday | gholt: so why are there users and groups as opposed to just using nested accounts? | 00:04 |
*** bwalker7125 has joined #openstack | 00:05 | |
gholt | No particular reason really. | 00:06 |
gholt | I'd think having account == how you're billed separate from group == access you have seems "right". | 00:06 |
eday | gholt: for example, in terms of swauth, <auth_account>/accountX/groups could contain a list of other groups it is a part of, (and also update groups it is apart of for the inverse index) | 00:06 |
eday | gholt: I guess which accounts are billable seems like a deployment specific issue. For example, accounts with a certain name/metadata... are billed | 00:07 |
eday | (and I should clarify <auth_account>/accountX/groups would have two lists, one "other accounts that are part of me" and "accounts I'm part of") | 00:09 |
bwalker7125 | hi, I've got a quick question on swift in regards to zones, devices, and partitions | 00:11 |
bwalker7125 | when you add more storage space in a swift cluster, will the partition size grow, or will more partitions get added? | 00:11 |
bwalker7125 | when you rebalance the ring after adding a device | 00:11 |
*** kashyap has quit IRC | 00:13 | |
*** j05h has quit IRC | 00:13 | |
letterj | bwalker7125: Once you create a ring with x number of partitions you cannot add more partitions | 00:14 |
*** kashyap has joined #openstack | 00:14 | |
bwalker7125 | +letterj: thanks | 00:15 |
letterj | The "rebalance" will shift the partions around to right nodes/zones | 00:15 |
*** troytoman is now known as troytoman-away | 00:16 | |
gholt | eday: Yeah, you could do it that way. All depends on what you want to do. Billing is often easier when you can (essentially) grep the logs for <account-x> and report their bandwidth usage, request count, w/e. But yeah "it depends" fits nicely. :D | 00:16 |
bwalker7125 | then does rebalancing resize the partitions? Are partitions like blocks in an operating system, to where they only store one item? | 00:17 |
bwalker7125 | where adding more storage will make the partition size bigger and bigger | 00:17 |
letterj | bwalker7125: There is an excellent series of posts on the ring on http://tlohg.wordpress.com/2011/02/07/building-a-consistent-hashing-ring-part-1/ | 00:18 |
bwalker7125 | thanks, I'll give this a look | 00:18 |
eday | gholt: yeah.. I'm thinking for other services to use that may not have a concept of users or groups | 00:19 |
letterj | This partition is a partion of the hash space. It will grow as more nodes are added. It's not like a hard drive partition. | 00:19 |
eday | gholt: or, more specifically, deployments that don't use users and groups | 00:19 |
letterj | /partion/portion/ | 00:20 |
*** lamar has quit IRC | 00:22 | |
*** kashyap has quit IRC | 00:23 | |
bwalker7125 | +letterj: thanks | 00:24 |
*** gondoi has quit IRC | 00:24 | |
*** kashyap has joined #openstack | 00:24 | |
*** dragondm has quit IRC | 00:27 | |
*** MarkAtwood has joined #openstack | 00:28 | |
eday | sirp-: what's the current state of glance auth? I see jay's working on the BP, but do you currently just pass anything through? | 00:30 |
*** iammartian has quit IRC | 00:31 | |
sirp- | eday: nope, currently we're not doing anything with auth AFAIK -- i think we were waiting for some of the design to settle out before integrating it into glance | 00:31 |
ironcamel | sirp-: i believe you approved a merge prop for me https://code.launchpad.net/~ironcamel/nova/openstack-api-hostid/+merge/50200 | 00:33 |
ironcamel | can you flip the switch to merge that in please? | 00:34 |
sirp- | ironcamel: yeah looks like it's +3, marking as approved :) | 00:34 |
*** kashyap has quit IRC | 00:34 | |
ironcamel | yeah, just been having bad luck with the trunk conflicts | 00:34 |
ironcamel | i have resolved the latest conflicts, so it should be good to go now | 00:35 |
sirp- | ironcamel: cool | 00:35 |
dubsquared | Hola #openstack, I'm having some trouble when running some tests on trunk, anyone familiar with this? http://paste.org/pastebin/view/29561 | 00:35 |
bwalker7125 | Hi, I also wanted to confirm that in swift, the account, container, and object nodes scale horizontally while the auth and proxy nodes scale vertically | 00:37 |
bwalker7125 | is this correct? | 00:37 |
eday | sirp-: ok, you're in the same boat as burrow then, we should really take this opportunity to make openstack-auth before we keep reinventing the wheel (base it off of what swift is already doing, and wedge nova stuff in) | 00:40 |
*** rnirmal has quit IRC | 00:41 | |
nelson | swift dev auth problem: I'm getting a 503 Service Unavailable error. Why? | 00:41 |
eday | westmaas1: are you gabe? :) | 00:41 |
sirp- | ironcamel: uh oh, looks like hudson kicked back one more conflict to you | 00:43 |
sirp- | eday: that sounds like a plan | 00:43 |
*** littleidea has quit IRC | 00:43 | |
ironcamel | sirp-: i see ... authors file again ... i'll fix that real quick | 00:44 |
*** elasticdog has joined #openstack | 00:44 | |
eday | sirp-: have you considered doing /v1/account/<glance specific commands> for glance (like swift)? | 00:44 |
ironcamel | sirp-: ok, conflict resolved. can we try again now? | 00:49 |
*** azneita has joined #openstack | 00:49 | |
*** azneita has joined #openstack | 00:49 | |
sirp- | eday: to be honest, haven't thought much about it yet; it sounds like this is a more pressing topic now, so i better do some research here (see how swift actually works in this regard, etc) | 00:50 |
sirp- | ironcamel: sure thing | 00:50 |
eday | sirp-: the basics are the auth service would return a token+URL to talk to Glance with, for example, http://glance.example.com/version/account/ | 00:51 |
eday | sirp-: and glance would verify the token with the auth service (and cache as needed) | 00:52 |
sirp- | eday: sounds like a pretty sensible plan | 00:52 |
eday | sirp-: openstack compute API works this way too, minus the account part part | 00:53 |
eday | err, path part | 00:53 |
sirp- | eday: yeah, ++ on the swift approach | 00:53 |
*** pvo has quit IRC | 00:54 | |
eday | sirp-: ok, cool | 00:54 |
nelson | Ahhhh, it's the "devauth creates auth.db as wrong user" | 00:55 |
*** kashyap has joined #openstack | 00:56 | |
*** arun_ has quit IRC | 00:57 | |
ironcamel | sirp-: just made a 1 line change to that hostid branch, sorry, can you approve it again | 01:00 |
*** openfly has joined #openstack | 01:01 | |
*** littleidea has joined #openstack | 01:03 | |
*** burris has joined #openstack | 01:04 | |
*** joearnold has joined #openstack | 01:04 | |
sirp- | ironcamel: ah ok, re-approved | 01:05 |
*** j05h has joined #openstack | 01:06 | |
*** dfg has quit IRC | 01:06 | |
*** bcwaldon has joined #openstack | 01:08 | |
*** dubsquared has quit IRC | 01:09 | |
*** johnpur has quit IRC | 01:09 | |
openstackhudson | Project nova build #590: SUCCESS in 1 min 49 sec: http://hudson.openstack.org/job/nova/590/ | 01:13 |
openstackhudson | Tarmac: This branch implements the openstack-api-hostid blueprint: "Openstack API support for hostId". | 01:13 |
*** bwalker7125 has quit IRC | 01:15 | |
eday | gholt: what are the reasons for creating the account id mapping as opposed to just using the actual account names? (the auth_uuid vs 'test') to ease in account renames? hide the real id for some reason? | 01:16 |
*** cascone has joined #openstack | 01:18 | |
*** joearnold has quit IRC | 01:19 | |
*** arun_ has joined #openstack | 01:25 | |
*** arun_ has joined #openstack | 01:25 | |
*** ryker has quit IRC | 01:26 | |
*** rds__ has quit IRC | 01:27 | |
*** vvuksan has joined #openstack | 01:30 | |
*** KenD has quit IRC | 01:30 | |
gholt | For those reasons and because multiple resellers can use 'test' as an account name (though you could still separate them with reseller_accountname) and because reseller naming restrictions might be different than Swift's. | 01:35 |
eday | gholt: ahh, thanks :) | 01:36 |
gholt | eday: I know some folks had some auth stuff in mind for OpenStack, but I don't think they had the "bandwidth" to actually make such a system. http://wiki.openstack.org/openstack-authn/ | 01:40 |
*** littleidea has quit IRC | 01:41 | |
eday | gholt: is the account ID in the URL only for public lookups? (ie, when you don't have a token that maps back to account_id) | 01:45 |
gholt | That and for cross account access. i.e. I can give users of your account read access to one of my containers. | 01:47 |
*** bcwaldon has quit IRC | 01:51 | |
*** littleidea has joined #openstack | 01:51 | |
*** hvaldivia has joined #openstack | 01:52 | |
*** paltman has quit IRC | 01:53 | |
eday | gholt: ahh, so in that case the token maps to your account, not the account you are accessing. The RS public server returns a URL with your account always, correct? So you would need to change this to map to the other account? | 01:54 |
gholt | Yes, the user of the other account would have to voluntarily give you a URL to use. | 01:55 |
gholt | I suppose the auth system could offer a way to look up a storage url for a given plain account name, but there isn't that functionality atm. | 01:56 |
eday | gholt: ok. I'm wondering if a common auth service should generate tokens per account your accessing (and provide for the URLs your accessing). For example, along with user/pass, include the account you wish to access | 01:56 |
*** paltman has joined #openstack | 01:56 | |
gholt | Ah, that's one way to do it as well. Make it optional, and default to your own account. | 01:58 |
eday | yeah, /v1/ == yours, /v1/some_other_account/ auth's you for some elses | 01:58 |
*** mahadev has quit IRC | 02:00 | |
*** bcwaldon has joined #openstack | 02:04 | |
*** ovidwu has quit IRC | 02:11 | |
westmaas1 | eday: yep :) | 02:13 |
*** gregp76 has quit IRC | 02:15 | |
*** gondoi has joined #openstack | 02:16 | |
*** adjohn has joined #openstack | 02:18 | |
sandywalsh_ | Hmm, I've never tried these steps: http://nova.openstack.org/adminguide/single.node.install.html | 02:20 |
sandywalsh_ | but isn't there something important missing between Step 9 & step 10? | 02:20 |
sandywalsh_ | actually running nova? | 02:20 |
*** vvuksan has quit IRC | 02:21 | |
*** bcwaldon has quit IRC | 02:22 | |
*** Ryan_Lane has quit IRC | 02:23 | |
*** bcwaldon has joined #openstack | 02:23 | |
*** littleidea has quit IRC | 02:28 | |
*** winston-d has quit IRC | 02:28 | |
*** iRTermite has quit IRC | 02:29 | |
*** adjohn has quit IRC | 02:29 | |
*** mahadev has joined #openstack | 02:29 | |
*** littleidea has joined #openstack | 02:30 | |
*** iRTermite has joined #openstack | 02:30 | |
*** hggdh has quit IRC | 02:30 | |
*** adjohn has joined #openstack | 02:31 | |
*** mahadev has quit IRC | 02:36 | |
*** dabo has quit IRC | 02:38 | |
*** sirp- has quit IRC | 02:38 | |
*** dabo has joined #openstack | 02:41 | |
*** mahadev has joined #openstack | 02:42 | |
*** sirp_ has joined #openstack | 02:43 | |
*** hggdh has joined #openstack | 02:45 | |
*** jaypipes has joined #openstack | 02:51 | |
*** littleidea has quit IRC | 02:56 | |
*** StephenMuddy has joined #openstack | 02:59 | |
eday | westmaas1: are there any plans to include account name in URL like swift does for openstack 1.1 spec? It kinda looks like same examples have that, but others don't | 03:00 |
jaypipes | dubs: around? | 03:02 |
*** Ryan_Lane has joined #openstack | 03:07 | |
kpepple | jaypipes: i had a proposed merge that i changed back to "work in progress" ... now that i'm done (add some revisions), i just changed it to "needs review." Is this is the correct sequence to generate new review emails ? | 03:10 |
jaypipes | kpepple: yep! | 03:10 |
jaypipes | kpepple: you bzr pushed your changes to LP, right? same branch target on LP? | 03:10 |
kpepple | jaypipes: yes. you can see this at https://code.launchpad.net/~ken-pepple/nova/dynamicinstancetypes/+merge/50257 | 03:11 |
jaypipes | kpepple: I believe only devin was notified since he was the only one to review it prior (and since he is a member of nova-core, the requested review of "nova-core" was considered to be "completed"). I clicked "Request Review" and selected nova-core again to trigger an email for additional nova-core reviewers for ya. | 03:13 |
kpepple | jaypipes: thx | 03:13 |
jaypipes | np | 03:14 |
*** perestre1ka has joined #openstack | 03:17 | |
*** perestrelka has quit IRC | 03:20 | |
*** hvaldivia1 has joined #openstack | 03:26 | |
*** hvaldivia has quit IRC | 03:26 | |
*** hvaldivia1 has quit IRC | 03:29 | |
*** gondoi has quit IRC | 03:30 | |
*** gondoi has joined #openstack | 03:30 | |
*** gondoi has quit IRC | 03:34 | |
*** paltman has quit IRC | 03:42 | |
*** paltman has joined #openstack | 03:46 | |
*** maplebed has quit IRC | 03:47 | |
*** kashyap has quit IRC | 03:47 | |
*** maplebed has joined #openstack | 03:50 | |
*** magglass2 is now known as magglass1 | 03:58 | |
*** dirakx has joined #openstack | 04:02 | |
*** kashyap has joined #openstack | 04:12 | |
*** mahadev has quit IRC | 04:17 | |
*** mahadev has joined #openstack | 04:18 | |
*** bcwaldon has quit IRC | 04:19 | |
*** Code_Bleu has joined #openstack | 04:37 | |
*** omidhdl has joined #openstack | 04:40 | |
*** kashyap_ has joined #openstack | 05:05 | |
*** kashyap has quit IRC | 05:09 | |
*** joearnold has joined #openstack | 05:10 | |
*** Ryan_Lane has quit IRC | 05:14 | |
*** joearnold has quit IRC | 05:16 | |
*** gregp76_ has joined #openstack | 05:16 | |
*** joearnold has joined #openstack | 05:16 | |
*** kashyap__ has joined #openstack | 05:17 | |
*** kashyap_ has quit IRC | 05:21 | |
*** Vaternz has joined #openstack | 05:23 | |
Vaternz | there are downloadble images online. but i want to learn to create my own, do you know any howto's regarding that... i'm just freshman college. thank you... | 05:25 |
*** nRy has quit IRC | 05:33 | |
*** bcwaldon has joined #openstack | 05:36 | |
*** Vaternz has quit IRC | 05:40 | |
*** zenmatt has quit IRC | 05:46 | |
*** zenmatt has joined #openstack | 05:47 | |
*** mahadev has quit IRC | 05:56 | |
*** dendrobates is now known as dendro-afk | 05:56 | |
*** reldan has joined #openstack | 05:59 | |
*** mahadev has joined #openstack | 06:03 | |
*** bcwaldon has quit IRC | 06:09 | |
*** littleidea has joined #openstack | 06:12 | |
*** joearnold has quit IRC | 06:15 | |
*** adjohn has quit IRC | 06:15 | |
*** ccustine has quit IRC | 06:28 | |
*** kashyap__ has quit IRC | 06:32 | |
*** adjohn has joined #openstack | 06:32 | |
*** naehring has joined #openstack | 06:50 | |
*** miclorb has quit IRC | 06:50 | |
*** hazmat has joined #openstack | 07:01 | |
*** MarkAtwood has quit IRC | 07:02 | |
*** littleidea_ has joined #openstack | 07:14 | |
*** littleidea has quit IRC | 07:14 | |
*** littleidea_ is now known as littleidea | 07:14 | |
*** guigui1 has joined #openstack | 07:16 | |
*** westmaas1 has quit IRC | 07:17 | |
*** westmaas1 has joined #openstack | 07:17 | |
*** kashyap has joined #openstack | 07:20 | |
*** pvo has joined #openstack | 07:32 | |
*** ramkrsna has joined #openstack | 07:36 | |
*** rcc has joined #openstack | 07:43 | |
soren | ttx: The tests didn't work out so well last night. | 07:51 |
soren | ttx: I kind of suspected that would be the case. | 07:52 |
soren | ttx: It's hard to perform regression testing without having established a baseline. | 07:52 |
*** miclorb has joined #openstack | 07:53 | |
soren | ttx: All I've really determined now is that lp:nova/bexar fails more than lp:nova. | 07:53 |
*** pvo has quit IRC | 07:53 | |
soren | ttx: But I knew that was true. I've fixed a bunch of things since then. | 07:53 |
*** mgoldmann has joined #openstack | 07:56 | |
*** azneita has quit IRC | 08:09 | |
*** reldan has quit IRC | 08:18 | |
*** bobya has joined #openstack | 08:19 | |
*** allsystemsarego has joined #openstack | 08:25 | |
*** Nacx has joined #openstack | 08:42 | |
*** mahadev has quit IRC | 08:43 | |
*** skiold has joined #openstack | 08:43 | |
*** littleidea has quit IRC | 08:53 | |
*** miclorb has quit IRC | 08:54 | |
*** MarcMorata has joined #openstack | 08:54 | |
*** uksysadmin has joined #openstack | 09:18 | |
*** littleidea has joined #openstack | 09:19 | |
*** irahgel has joined #openstack | 09:24 | |
*** adjohn has quit IRC | 09:24 | |
*** westmaas1 has quit IRC | 09:24 | |
*** daveiw has joined #openstack | 09:25 | |
*** ramkrsna has quit IRC | 09:26 | |
*** skiold has quit IRC | 09:29 | |
*** skiold has joined #openstack | 09:30 | |
*** westmaas1 has joined #openstack | 09:30 | |
*** ramkrsna has joined #openstack | 09:40 | |
*** littleidea has quit IRC | 09:40 | |
*** DigitalFlux has joined #openstack | 09:43 | |
*** miclorb has joined #openstack | 09:49 | |
*** littleidea has joined #openstack | 09:51 | |
*** MarcMorata has quit IRC | 09:51 | |
*** reset has joined #openstack | 09:53 | |
*** littleidea has quit IRC | 09:53 | |
reset | Hi all. I am trying to set up swift according to development_saio.html. I can connect with curl from the same machine, but not from another machine. | 09:54 |
reset | Can somebody help me please? | 09:54 |
uksysadmin | hi reset - I'm just going through the motions for my first swift install now, will let you know if I run into the same issue | 09:56 |
uksysadmin | can you ping the other machine though? | 09:57 |
reset | Yes | 09:57 |
uksysadmin | do a netstat on the swift machine and try telnetting to the port (3333) from the other machine? | 09:57 |
reset | And I saw that there is a process listening on the port | 09:57 |
reset | OK 1 second, will try the telnet | 09:57 |
uksysadmin | (ctrl + ] | 09:57 |
uksysadmin | exit to exit) | 09:57 |
reset | "telnet: Unable to connect to remote host: No route to host" | 09:59 |
*** rds__ has joined #openstack | 09:59 | |
reset | Is it OK that I set up everything as root? | 09:59 |
reset | I am trying to run this command from the instructions (replaced 127.0.0.1 with the hostname of the swift machine): | 10:01 |
reset | curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' http://127.0.0.1:11000/v1.0 | 10:01 |
*** maplebed has quit IRC | 10:02 | |
reset | netstat doesn't show anything on port 3333, but does show on port 11000 | 10:04 |
*** maplebed has joined #openstack | 10:05 | |
uksysadmin | not sure yet - just going through the motions myself. Swift should be running on port 3333 so suggests some instructions are either missing or incorrect? | 10:08 |
*** reldan has joined #openstack | 10:11 | |
*** miclorb has quit IRC | 10:11 | |
*** z0 has joined #openstack | 10:11 | |
*** miclorb has joined #openstack | 10:11 | |
*** kashyap_ has joined #openstack | 10:13 | |
*** ramkrsna_ has joined #openstack | 10:13 | |
*** kashyap has quit IRC | 10:13 | |
*** kashyap__ has joined #openstack | 10:13 | |
*** miclorb__ has joined #openstack | 10:13 | |
ttx | soren: any chance you could specifically validate that bug 716427 was fixed ? | 10:15 |
uvirtbot | Launchpad bug 716427 in nova/bexar "RPC concurrency problem" [High,Fix committed] https://launchpad.net/bugs/716427 | 10:15 |
*** ramkrsna has quit IRC | 10:16 | |
*** kashyap_ has quit IRC | 10:17 | |
*** miclorb has quit IRC | 10:17 | |
*** kashyap__ has quit IRC | 10:18 | |
*** kashyap has joined #openstack | 10:19 | |
*** kashyap has quit IRC | 10:19 | |
*** kashyap has joined #openstack | 10:20 | |
*** reldan has quit IRC | 10:21 | |
reset | uksysadmin, i don't see anything with port 3333 in the instructions...i will try to run the unittest and see what happens | 10:22 |
uksysadmin | I'm guessing given that this is intended to replace this env var: S3_URL=http://xxx.xxx.xxx.xxx:3333 | 10:23 |
uksysadmin | and I'm sure I've seen another doc on this | 10:24 |
uksysadmin | I might be misleading you - mightn't be the case | 10:25 |
uksysadmin | http://swift.openstack.org/howto_installmultinode.html | 10:25 |
reset | Maybe there's a difference between a regular install and SAIO | 10:25 |
*** skiold has quit IRC | 10:25 | |
*** StephenMuddy has quit IRC | 10:26 | |
uksysadmin | in /etc/swift/auth-server.conf do you have this: default_cluster_url = http://127.0.0.1:8080/v1 | 10:28 |
uksysadmin | or some other lines that mention 127.0.0.1 - means the daemons will only be listening on localhost | 10:28 |
*** skiold has joined #openstack | 10:29 | |
uksysadmin | (and in other /etc/swift/ conf files)... change to the ip of the interface you're trying to connect on | 10:30 |
reset | I changed it there, but I see there is a file #auth-server.conf# where it is still 127.0.0.1...will try to change that too | 10:31 |
reset | Yea, I did a grep on 127* and changed them all, except that one... | 10:31 |
uksysadmin | only other stuff I can think of after this is firewall...? | 10:31 |
*** fabiand_ has joined #openstack | 10:33 | |
*** hvaldivia has joined #openstack | 10:34 | |
reset | uksysadmin, that did it! ("service iptables off") | 10:36 |
reset | Not very secure obviously, but good enough for now :) | 10:36 |
uksysadmin | awesome - and yeah won't take much to add them rules to an init script | 10:37 |
reset | Right | 10:38 |
reset | Thanks a lot! | 10:38 |
*** openfly has quit IRC | 10:48 | |
uksysadmin | np | 10:52 |
*** hvaldivia has quit IRC | 10:55 | |
soren | ttx: Hmm.... I can try. | 10:55 |
soren | ttx: After lunch. | 10:56 |
*** reset has quit IRC | 11:00 | |
*** reldan has joined #openstack | 11:01 | |
*** miclorb__ has quit IRC | 11:11 | |
*** kashyap has quit IRC | 11:23 | |
*** kashyap has joined #openstack | 11:23 | |
*** reldan has quit IRC | 11:33 | |
*** omidhdl has quit IRC | 11:33 | |
*** omidhdl has joined #openstack | 11:41 | |
*** omidhdl has left #openstack | 11:44 | |
*** reldan has joined #openstack | 11:45 | |
*** h0cin has joined #openstack | 11:50 | |
*** drico_ has quit IRC | 11:55 | |
*** drico_ has joined #openstack | 11:55 | |
*** zul__ is now known as zul | 11:59 | |
*** zul has joined #openstack | 11:59 | |
*** MarcMorata has joined #openstack | 12:00 | |
sandywalsh_ | guys, shouldn't there be a step between 9 & 10 to run nova? | 12:05 |
sandywalsh_ | http://nova.openstack.org/adminguide/single.node.install.html | 12:05 |
sandywalsh_ | I haven't used the distribution version of nova yet, so I'm not sure | 12:05 |
sandywalsh_ | annegentle, ^^ | 12:05 |
*** fabiand_ has quit IRC | 12:06 | |
*** fabiand_ has joined #openstack | 12:06 | |
*** fabiand_ has quit IRC | 12:11 | |
uksysadmin | sandywalsh_: I agree - I think the ambiguiuty comes about if the instructions are followed because the nova processes are started up on installation of the packaged files in step 3 | 12:19 |
sandywalsh_ | uksysadmin, yeah, I thought about that. But if that's the case, what's the rationale for sourcing novarc? Just to have your shell prepped? | 12:20 |
uksysadmin | yeah | 12:20 |
sandywalsh_ | hmm | 12:21 |
*** reldan has quit IRC | 12:22 | |
*** Ryan_Lane has joined #openstack | 12:22 | |
ttx | sandywalsh_: I agree it's suboptimal | 12:22 |
ttx | steps 9 and 10 should be inverted | 12:23 |
sandywalsh_ | yeah, I'm trying to answer a question for a new user: https://answers.launchpad.net/nova/+question/147177 | 12:23 |
ttx | steps 1-4 should be all covered in the various methods (step1-2 | 12:23 |
sandywalsh_ | and it's unclear what's happening in that tutorial | 12:23 |
ttx | since 3/4 is not needed for packaged install | 12:23 |
*** syah has quit IRC | 12:24 | |
sandywalsh_ | ttx, right | 12:24 |
*** syah has joined #openstack | 12:24 | |
ttx | and for manual installs step 3 is not sufficient to get everything running | 12:24 |
sandywalsh_ | ttx, that seems to be the case. I've seen the get_connection bug when novarc hasn't been sourced | 12:25 |
sandywalsh_ | but that's running from bash | 12:25 |
* ttx adds reviewing this to his TODO list | 12:25 | |
ttx | novarc sourcing is only needed once you start using clients | 12:25 |
ttx | to get the env set up. | 12:26 |
sandywalsh_ | hmm, right, perhaps he's left the nova.conf off | 12:26 |
*** shoaib has joined #openstack | 12:26 | |
shoaib | hi | 12:29 |
*** ahmedelgamil has joined #openstack | 12:29 | |
shoaib | anyone who could help.... i see that instances are gone after a machine reboot while services are running | 12:29 |
shoaib | is there a way to bring these instances back? | 12:29 |
*** DigitalFlux has quit IRC | 12:32 | |
*** kashyap has quit IRC | 12:37 | |
uksysadmin | Hit 88mph in your delorean | 12:37 |
uksysadmin | does anything clear down the table nova.instances? should it? | 12:39 |
*** ctennis has quit IRC | 12:41 | |
*** dendro-afk is now known as dendrobates | 12:48 | |
*** openfly has joined #openstack | 12:48 | |
*** Ryan_Lane has quit IRC | 12:53 | |
*** jaypipes has quit IRC | 12:56 | |
*** vvuksan has joined #openstack | 12:57 | |
*** ctennis has joined #openstack | 12:59 | |
soren | uksysadmin: It's intentionally not cleaned. | 13:00 |
uksysadmin | out of idle curiosity - what's the intention? | 13:01 |
soren | Something about auditing or something. | 13:01 |
*** drico_ has quit IRC | 13:02 | |
uksysadmin | noted! | 13:03 |
*** reldan has joined #openstack | 13:03 | |
*** dprince has joined #openstack | 13:04 | |
ttx | soren: what would be expected behavior on a compute node restart, should it restart instances that were supposed to be running ? Or just acknowledge they are dead ? | 13:04 |
ttx | (I think currently it just acks their death) | 13:05 |
soren | Right now it just acknowledges their death. | 13:08 |
soren | I'm a bit torn on the subject. | 13:08 |
soren | I wish the instances had a "keep alive" sort of flag. | 13:08 |
*** fabiand_ has joined #openstack | 13:11 | |
*** fabiand_ has left #openstack | 13:11 | |
*** shoaib has quit IRC | 13:12 | |
*** guigui1 has quit IRC | 13:16 | |
*** westmaas1 has quit IRC | 13:23 | |
*** daria has joined #openstack | 13:30 | |
naehring | Hi! Is there a flag which allows me to override each attempt to inject data into the image? | 13:38 |
*** m_3 has quit IRC | 13:39 | |
*** zedas has quit IRC | 13:40 | |
*** zedas has joined #openstack | 13:41 | |
daria | hi, i have a question about which api to use with the nova-compute project ? which is the most stable api atm? | 13:45 |
*** fabiand_ has joined #openstack | 13:45 | |
soren | naehring: Not at the moment, no. I have half a patch to do that, but I never got around to finishing it. | 13:46 |
naehring | soren: thanks for information | 13:46 |
*** ramkrsna_ has quit IRC | 13:50 | |
*** guigui has joined #openstack | 13:52 | |
annegentle | sandywalsh_: I thought that page had been removed from the site - I have tried to consolidate the install docs. I'll investigate | 13:57 |
uksysadmin | hi annegentle... I had a look at sudo nova-manage services list command and came to the conclusion its a design feature (that's if you didn't get a better answer!) | 13:58 |
*** ppetraki has joined #openstack | 13:58 | |
annegentle | uksysadmin: I'll take it! :) Just wanted an explanation that it wasn't something I did wrong :) | 13:59 |
RobertLaptop | daria, Right now the EC2 is the most stable API | 13:59 |
uksysadmin | I've taken the stance that the nova-manage command interacts with the nova-api, so therefore as you're getting responses back the assumption is that it doesn't need to list itself. | 14:00 |
sandywalsh_ | annegentle, thanks. Had a new user trying to make sense of it. | 14:00 |
*** kashyap has joined #openstack | 14:02 | |
*** aliguori has joined #openstack | 14:04 | |
*** stewart_ has joined #openstack | 14:07 | |
*** stewart has quit IRC | 14:07 | |
annegentle | uksysadmin: its self-importance is self-evident :) | 14:07 |
annegentle | sandywalsh_: thanks for helping out on the Answers, I was a little worried the URL would live on forever. and ever. :) | 14:08 |
sandywalsh_ | annegentle, heh, np. It was a good education for me too. I always deploy from source, so I had never looked at that page. | 14:10 |
*** gregp76_ has quit IRC | 14:26 | |
*** Ryan_Lane has joined #openstack | 14:28 | |
*** cascone has quit IRC | 14:38 | |
*** mdomsch has joined #openstack | 14:41 | |
*** mgoldmann has quit IRC | 14:43 | |
*** mgoldmann has joined #openstack | 14:44 | |
*** DigitalFlux has joined #openstack | 14:45 | |
*** DigitalFlux has joined #openstack | 14:45 | |
*** ahmedelgamil has quit IRC | 14:46 | |
*** jmckenty has joined #openstack | 14:49 | |
*** Ryan_Lane has quit IRC | 14:50 | |
*** bcwaldon has joined #openstack | 14:53 | |
*** mgoldmann has quit IRC | 14:55 | |
*** ahmedelgamil has joined #openstack | 14:56 | |
*** mgoldmann has joined #openstack | 14:57 | |
*** z0 has quit IRC | 14:57 | |
*** m_3 has joined #openstack | 14:58 | |
*** mdomsch has quit IRC | 14:58 | |
*** DigitalFlux has quit IRC | 14:59 | |
*** z0 has joined #openstack | 15:00 | |
*** littleidea has joined #openstack | 15:03 | |
*** imsplitbit has joined #openstack | 15:03 | |
*** f4m8 is now known as f4m8_ | 15:05 | |
*** dendrobates is now known as dendro-afk | 15:05 | |
*** patcoll has joined #openstack | 15:08 | |
*** kazu has joined #openstack | 15:08 | |
*** hub_cap has joined #openstack | 15:09 | |
*** dendro-afk is now known as dendrobates | 15:10 | |
*** gondoi has joined #openstack | 15:10 | |
*** mdomsch has joined #openstack | 15:11 | |
*** pvo has joined #openstack | 15:13 | |
*** pvo has quit IRC | 15:13 | |
*** mgoldmann has quit IRC | 15:15 | |
*** mgoldmann has joined #openstack | 15:15 | |
*** zenmatt has joined #openstack | 15:16 | |
*** matclayton has joined #openstack | 15:17 | |
*** hggdh has quit IRC | 15:20 | |
*** zul has quit IRC | 15:20 | |
*** zul has joined #openstack | 15:21 | |
daria | how can i use the api-server (via ec2 api or euca2ools) remote ? how can i exec commands to the nova-compute server via the api-server? sorry im new to all this, qry me plz. | 15:22 |
*** DigitalFlux has joined #openstack | 15:24 | |
*** DigitalFlux has joined #openstack | 15:24 | |
*** hggdh has joined #openstack | 15:25 | |
*** spectorclan has joined #openstack | 15:26 | |
*** ahmedelgamil has quit IRC | 15:26 | |
*** littleidea has quit IRC | 15:27 | |
*** littleidea has joined #openstack | 15:27 | |
*** jmckenty has quit IRC | 15:31 | |
vishy | soren: are you around? | 15:31 |
ttx | vishy: he just went afk | 15:32 |
vishy | ttx: ah, ok. Still trying to get lxc to work... | 15:32 |
*** littleidea has quit IRC | 15:32 | |
*** dubsquared has joined #openstack | 15:34 | |
*** skiold has quit IRC | 15:35 | |
*** LukasL has joined #openstack | 15:36 | |
*** maplebed has quit IRC | 15:37 | |
*** mahadev has joined #openstack | 15:37 | |
dubsquared | sirp_: in the house? | 15:39 |
*** rnirmal has joined #openstack | 15:39 | |
*** littleidea has joined #openstack | 15:41 | |
uvirtbot | New bug: #727225 in nova "OS API does not support personality during instance creation" [Undecided,In progress] https://launchpad.net/bugs/727225 | 15:42 |
*** fabiand_ has quit IRC | 15:42 | |
LukasL | QQs: Are the sizes of the partitions in swift arbitrary or constant? Where in the swift source is the object store accounting for how much space is left on a given device or storage node? Are normal size objects split into multiple partitions (disregarding the special case of client-side chunking)? | 15:47 |
notmyname | LukasL: partitions are not an allocation (or quota) of disk space | 15:48 |
notmyname | swift, if given the content-length on a PUT, will pre-allocate the space on the target volumes so that disk full error happen fast | 15:49 |
notmyname | every object is stored on 3 separate partitions (assuming no failures) | 15:49 |
*** dragondm has joined #openstack | 15:49 | |
*** ccustine has joined #openstack | 15:50 | |
*** markwash has joined #openstack | 15:53 | |
LukasL | so partitions have no space quota, when a request comes in there is an fallocate() to reserve space on the target volume --- how does the system handle the case where fallocate() fails and the node/volume is full? | 15:53 |
*** mahadev has quit IRC | 15:53 | |
LukasL | and thank you for the answer, trying to understand whats going on from a disk-space-capacity standpoint | 15:54 |
creiht | Don't let that happen :) | 15:54 |
creiht | the request will fail, and the object will not be stored | 15:55 |
*** mgoldmann has quit IRC | 15:56 | |
*** zul_ has joined #openstack | 15:56 | |
*** zul__ has joined #openstack | 15:56 | |
*** zul has quit IRC | 15:57 | |
creiht | In a system like swift, it is important to monitor the available disk space, and provision more resources before you run out | 15:57 |
LukasL | So you need to continue adding capacity to the ring and allow it to rebalance where the partitions are to avoid this issue? Although partitions are not a set quota or allocation, they do point to the location on the filesystem which stores the data? | 15:58 |
creiht | we recommend not running above 85% utilization | 15:58 |
*** zul__ is now known as zul | 15:58 | |
*** gregp76 has joined #openstack | 15:58 | |
creiht | LukasL: correct | 15:58 |
*** zul has quit IRC | 15:58 | |
*** zul has joined #openstack | 15:58 | |
*** msassak has joined #openstack | 15:58 | |
creiht | s/utilization/capacity | 15:58 |
*** zul_ has quit IRC | 15:58 | |
LukasL | can a partition contain more than one object? or am I getting confused =). | 15:59 |
*** mahadev has joined #openstack | 16:00 | |
*** guigui has quit IRC | 16:01 | |
*** littleidea has quit IRC | 16:01 | |
creiht | LukasL: yes, as a cluster fills up, partitions will contain multiple objects | 16:01 |
*** DigitalFlux has quit IRC | 16:02 | |
LukasL | Ok +creiht, thanks for the clarifications. Making more sense. | 16:03 |
*** MarkAtwood has joined #openstack | 16:04 | |
*** MarkAtwood has joined #openstack | 16:05 | |
*** hazmat has quit IRC | 16:07 | |
*** vvuksan has quit IRC | 16:09 | |
*** kashyap has quit IRC | 16:12 | |
*** DigitalFlux has joined #openstack | 16:18 | |
*** DigitalFlux has joined #openstack | 16:18 | |
*** DigitalFlux has quit IRC | 16:22 | |
*** burris has quit IRC | 16:22 | |
*** msassak has quit IRC | 16:26 | |
*** kashyap has joined #openstack | 16:26 | |
*** msassak has joined #openstack | 16:26 | |
ttx | vishy: I'm having trouble validating 2011.1.1 bugfix for bug 713430 on my setup -- It's a pretty obvious fix so it's not a big deal, but if it doesn't take you too long to validate the fix on the proposed 2011.1.1 release, that would be great | 16:27 |
uvirtbot | Launchpad bug 713430 in nova/bexar "Restart of nova-volume with volumes in wrong state: global name 'volume_ref' is not defined" [High,Fix committed] https://launchpad.net/bugs/713430 | 16:27 |
ttx | vishy: since we wanted to formally validate each of those point release fixorz | 16:28 |
vishy | ttx: just create a volume and restart nova-volume. If it doesn't crash the fix is working | 16:28 |
ttx | vishy: I couldn't reproduce the bug that way... I guess that was because my volume ended up "available" | 16:29 |
vishy | ttx: ah, right | 16:29 |
vishy | kill the volume worker first, so it hangs in creating? | 16:30 |
ttx | Tried that too, but then the volume isn't listed (reexports 0 volumes) | 16:30 |
vishy | ah yes, cuz the host isn't set | 16:31 |
vishy | sqlite3 nova.sqlite | 16:32 |
vishy | update volume set status='error' | 16:32 |
vishy | :) | 16:32 |
ttx | ok, will try that :) | 16:32 |
*** littleidea has joined #openstack | 16:33 | |
*** reldan has quit IRC | 16:35 | |
*** dendrobates is now known as dendro-afk | 16:36 | |
*** troytoman-away is now known as troytoman | 16:36 | |
ttx | vishy: success! | 16:39 |
vishy | cool | 16:39 |
*** lvaughn_ has quit IRC | 16:44 | |
*** blueadept has joined #openstack | 16:44 | |
*** lvaughn has joined #openstack | 16:45 | |
*** dfg has joined #openstack | 16:45 | |
*** daria has quit IRC | 16:50 | |
*** KenD has joined #openstack | 16:54 | |
*** maplebed has joined #openstack | 16:59 | |
*** uksysadmin has quit IRC | 17:01 | |
*** bobya has quit IRC | 17:04 | |
*** joearnold has joined #openstack | 17:05 | |
*** joearnold has quit IRC | 17:09 | |
*** mahadev has quit IRC | 17:10 | |
*** pvo has joined #openstack | 17:12 | |
*** gcc_ is now known as gcc | 17:14 | |
*** vvuksan has joined #openstack | 17:14 | |
*** lvaughn_ has joined #openstack | 17:15 | |
*** lvaughn has quit IRC | 17:17 | |
*** Ryan_Lane has joined #openstack | 17:26 | |
*** dendro-afk is now known as dendrobates | 17:29 | |
*** mahadev has joined #openstack | 17:31 | |
dabo | ok, I'm configuring a brand-new xenserver installation. Glance is installed and running, but when I try to run glance-upload, I get this error: http://paste.openstack.org/show/783/ | 17:42 |
dabo | fwiw, there is no /var/lib/glance directory | 17:43 |
dubsquared | dabo: in your glance.conf, what is your image dir set to? | 17:45 |
dabo | lemme check... | 17:45 |
jk0 | if you're not running it as root, it wont have perms to create that dir | 17:45 |
jk0 | I suggest running it as your local user and changing that path | 17:45 |
dabo | looks like I'm missing my glance.conf file. Back to the drawing board. | 17:46 |
*** kbringard has joined #openstack | 17:46 | |
jk0 | dabo: it's on the wiki | 17:46 |
*** m_3 has quit IRC | 17:46 | |
dubsquared | jk0: idea? http://paste.openstack.org/show/784/ | 17:47 |
dabo | ah - it's in ~ | 17:47 |
jk0 | dubsquared: looks like you didn't upload the plugins to dom0 | 17:47 |
dabo | dubsquared: filesystem_store_datadir=/var/lib/glance/images/ | 17:47 |
dubsquared | hmm 99% sure i did that.. | 17:48 |
dubsquared | lemme dbl check | 17:48 |
jk0 | make sure they're +x | 17:48 |
dabo | dubsquared: and restart xapi | 17:48 |
jk0 | dabo: you want to change that path to something writable like ~/openstack/images/glance | 17:48 |
dabo | jk0: thx | 17:49 |
*** m_3 has joined #openstack | 17:50 | |
dubsquared | jk0: yeah, plug-ins there, restarted xapi, same thing | 17:51 |
jk0 | are they executable? | 17:51 |
dubsquared | ja | 17:51 |
jk0 | make sure you're running the plugins from trunk (there were a couple new ones added recently) | 17:52 |
jk0 | might no thurt to re-scp them | 17:52 |
dubsquared | ok | 17:52 |
*** daveiw has quit IRC | 17:55 | |
dubsquared | heh.. | 17:57 |
dubsquared | that did it.. | 17:57 |
dubsquared | :D | 17:57 |
dubsquared | thanks jk0 | 17:57 |
jk0 | you betcha~ | 17:57 |
kbringard | speaking of Glance, is it still OpenStack API only? | 17:58 |
*** rcc has quit IRC | 17:58 | |
dubsquared | afaik, yes | 17:58 |
kbringard | cool, 's what I thought | 17:58 |
dubsquared | novatools | 17:58 |
dubsquared | or whatever it's called today :) | 17:58 |
kbringard | no biggie, I'm just excited to use it, but all of our stuff is written against the EC2 API currently | 17:58 |
dubsquared | Yeah, I'm in the same boat | 17:59 |
dubsquared | I just merged pipes latest branch, that fixed the Glance POST stuff | 17:59 |
dubsquared | and I'm using my swift cluster as the backend | 17:59 |
kbringard | wow, nice | 17:59 |
dubsquared | yeah, looks good so far | 18:00 |
dubsquared | hope to see this in trunk soon :D | 18:00 |
kbringard | tambien | 18:01 |
*** mahadev_ has joined #openstack | 18:08 | |
*** mahadev has quit IRC | 18:09 | |
*** joearnold has joined #openstack | 18:09 | |
*** kashyap has quit IRC | 18:12 | |
*** joearnold has quit IRC | 18:12 | |
*** kazu has quit IRC | 18:12 | |
*** m_3 has quit IRC | 18:13 | |
*** joearnold has joined #openstack | 18:15 | |
*** burris has joined #openstack | 18:17 | |
kpepple | annegentle: you around ? doc question for new blueprint features ... | 18:17 |
*** rnirmal has quit IRC | 18:18 | |
*** rnirmal has joined #openstack | 18:19 | |
*** joearnold has quit IRC | 18:19 | |
*** burris has quit IRC | 18:20 | |
*** KenD has left #openstack | 18:28 | |
*** pvo has quit IRC | 18:28 | |
uvirtbot | New bug: #727320 in swift "stats collate_worker catchall" [Medium,New] https://launchpad.net/bugs/727320 | 18:31 |
openstackhudson | Project swift build #208: SUCCESS in 32 sec: http://hudson.openstack.org/job/swift/208/ | 18:31 |
openstackhudson | Tarmac: fixed edge case when log processor cannot get a log file for processing | 18:31 |
*** pvo has joined #openstack | 18:42 | |
*** Ryan_Lane has quit IRC | 18:44 | |
*** justinsb has quit IRC | 18:45 | |
*** naehring has quit IRC | 18:45 | |
*** mahadev_ has quit IRC | 18:47 | |
*** littleidea has quit IRC | 18:47 | |
*** mahadev has joined #openstack | 18:48 | |
*** dprince has quit IRC | 18:54 | |
*** dragondm has quit IRC | 18:57 | |
*** littleidea has joined #openstack | 19:00 | |
*** dragondm has joined #openstack | 19:00 | |
soren | vishy: I am now. | 19:01 |
annegentle | kpepple: sure Ken, I just glanced at your merge prop since it has doc in it, but haven't dived deep yet. | 19:02 |
*** photron has joined #openstack | 19:03 | |
kpepple | annegentle: two questions: (1) do i need to 'cd doc; make' before i merge ? (2) i edited the man page for nova-manage and created a doc/source/runnova/managing.instance.types.rst for my changes (which are mostly to nova-manage). other than making sure that i docstring the methods ... anything else needed for docos ? | 19:04 |
kbringard | I don't seem to be getting VNC console on my instances and get-console-output is giving me an error... beyond that, what's the best way to see why an instance isn't booting? | 19:04 |
*** pvo has quit IRC | 19:05 | |
vvuksan | kbringard: i usually look at console.log | 19:06 |
kbringard | yea, that's what I was just checking | 19:06 |
kbringard | when I build an image, it can only have one partition right? Like, not even swap? | 19:07 |
*** irahgel has left #openstack | 19:09 | |
annegentle | kpepple: for (1), the answer is no, the build process makes the HTML for you (you can do that locally if you want to ensure the output looks like what you want but it's not required) (2) While the rst files still exist in doc/runnova/, no index.rst files point to them, since they are mostly for an admin audience... so... I'm going to read what you wrote and find a better spot for it, if that's ok! | 19:10 |
*** slyphon has joined #openstack | 19:10 | |
kpepple | annegentle: sure | 19:10 |
vvuksan | kbringard: right | 19:10 |
kbringard | cool, that's probably my problem | 19:11 |
kbringard | thanks | 19:11 |
annegentle | kpepple: ok, it's likely we need to come up with a glossary/concepts section that's not exactly an admin guide | 19:11 |
vvuksan | kbringard: actually | 19:11 |
vvuksan | kbringard: you are using the euca-bundle-vol ? | 19:11 |
vvuksan | or something else ? | 19:11 |
kbringard | yea | 19:11 |
slyphon | is the proxy supposed to forward requests for /v1.0 to the auth service? | 19:11 |
annegentle | kpepple: devs need to understand what "flavors" mean | 19:11 |
kbringard | well, euca-bundle-image | 19:11 |
vvuksan | perhaps that will barf | 19:11 |
annegentle | kpepple: but I need to find/make the right spot for that type of info | 19:11 |
vvuksan | not sure | 19:11 |
kbringard | I am building an image with virt-install and kickstart | 19:11 |
kbringard | 19:11 | |
kbringard | then euca-bundle-image | 19:11 |
slyphon | or do i need to handle that differently | 19:11 |
vvuksan | kbringard: follow my awesome guide http://wiki.openstack.org/CreatingRHELImages :-) | 19:12 |
kbringard | well, actually, I'm qemu-img converting it to qcow, then euca-bundle-image | 19:12 |
kpepple | annegentle: i added a small blurb in the nova.concepts.rst file about it | 19:12 |
kbringard | vvuksan: haha, I did :-) | 19:12 |
slyphon | i keep getting 412 Precondition Failed 'Bad URL' | 19:12 |
vvuksan | kbringard: it doesn't work :-) ? | 19:12 |
annegentle | kpepple: that works well | 19:13 |
kbringard | vvuksan: I was having problems, but it may be because I am using bundle-image externally, instead of bundle volume internally | 19:14 |
vvuksan | kbringard: could be | 19:14 |
kbringard | I'm also trying to build an all in one, without pulling out the kernel and ramdisk | 19:14 |
vvuksan | in that case | 19:14 |
*** MarcMorata has quit IRC | 19:14 | |
kbringard | which vishy said should work | 19:14 |
vvuksan | i don't think you need to run euca-build-image | 19:14 |
vvuksan | just upload the qcow image directly | 19:14 |
vvuksan | without specifying --ramdisk or --kernel | 19:15 |
kbringard | ah, OK | 19:15 |
kbringard | perhaps that is my problem | 19:15 |
kbringard | although, in the console log I see it starting to boot | 19:16 |
slyphon | u | 19:16 |
kbringard | but it just says "Press any key..." like it's waiting for grub, and that's all I get | 19:16 |
*** georgie_b has joined #openstack | 19:16 | |
georgie_b | hello | 19:16 |
vvuksan | kbringard: ah yeah | 19:17 |
vvuksan | kbringard: problem is that grub doesn't have proper serial redirection | 19:17 |
vvuksan | that is why you are not seeing anything | 19:17 |
kbringard | ahh | 19:17 |
kbringard | awesome | 19:17 |
kbringard | time to use lilo :-p | 19:17 |
vvuksan | no :-) | 19:17 |
vvuksan | console=ttyS0 | 19:18 |
vvuksan | you should add that to grub | 19:18 |
georgie_b | how to do port forwarding on a router? | 19:18 |
kbringard | yea, my KS does that already I think | 19:18 |
vvuksan | kbringard: i'd check | 19:18 |
kbringard | serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1\ | 19:18 |
kbringard | terminal --timeout=5 console serial' | \ | 19:18 |
kbringard | sed '/^ kernel/s/$/ console=ttyS0/' > \ | 19:18 |
vvuksan | hmm | 19:19 |
vvuksan | that would seem legit then | 19:19 |
kbringard | *shrug* I'll figure it out | 19:19 |
vvuksan | verify by booting with virt-manager | 19:20 |
vvuksan | as far as VNC | 19:20 |
vvuksan | you ought to modify the template to add VNC config option | 19:20 |
vvuksan | the libvirtd.xml.template that is | 19:20 |
*** georgie_b has left #openstack | 19:21 | |
*** dprince has joined #openstack | 19:24 | |
kbringard | I wonder if it's because virt-install is creating the disk as /dev/hda | 19:25 |
*** johnpur has joined #openstack | 19:25 | |
*** ChanServ sets mode: +v johnpur | 19:25 | |
*** Nacx has quit IRC | 19:25 | |
slyphon | is swift auth supposed to be configured on its own virtual host/port | 19:25 |
*** ironcamel2 has quit IRC | 19:26 | |
*** topper has joined #openstack | 19:27 | |
*** mray has joined #openstack | 19:27 | |
*** dragondm has quit IRC | 19:31 | |
*** dirakx has quit IRC | 19:36 | |
*** zul_ has joined #openstack | 19:37 | |
*** zul has quit IRC | 19:37 | |
*** westmaas has quit IRC | 19:38 | |
uvirtbot | New bug: #727369 in openstack-dashboard "registration page submit but says "reset password"" [High,Confirmed] https://launchpad.net/bugs/727369 | 19:41 |
*** m_3 has joined #openstack | 19:41 | |
*** brd_from_italy has joined #openstack | 19:41 | |
*** zul_ is now known as zul | 19:41 | |
*** zul has joined #openstack | 19:41 | |
*** littleidea has quit IRC | 19:41 | |
ttx | soren: did you manage to somehow check that bug 716427 was fixed in 2011.1.1 ? | 19:50 |
uvirtbot | Launchpad bug 716427 in nova/bexar "RPC concurrency problem" [High,Fix committed] https://launchpad.net/bugs/716427 | 19:50 |
*** clauden_ has joined #openstack | 19:50 | |
johnpur | ttx: i added some specific status on features for cactus for today's meeting. I pulled the items we called out in the Bexar release blog post, it would be good to see how these items are progressing. | 19:52 |
ttx | johnpur: I saw that. Which bexar blog post is this ? | 19:52 |
ttx | oh, I found it | 19:54 |
johnpur | www.openstack.org/blog/2011/02/the-openstack-bexar-release/ | 19:55 |
*** littleidea has joined #openstack | 19:58 | |
*** littleidea has joined #openstack | 19:58 | |
*** dendrobates is now known as dendro-afk | 19:59 | |
ttx | Team meeting in one hour in #openstack-meeting ! | 19:59 |
*** topper has left #openstack | 20:00 | |
*** dendro-afk is now known as dendrobates | 20:00 | |
*** MarcMorata has joined #openstack | 20:00 | |
soren | ttx: I didn't no. Sorry. I'll see if I can caffeine myself up sufficiently to get it done before the meeting. | 20:04 |
ttx | soren: would be great, thanks | 20:05 |
*** hggdh has quit IRC | 20:06 | |
*** hggdh has joined #openstack | 20:07 | |
*** matclayton has quit IRC | 20:07 | |
*** paltman has quit IRC | 20:08 | |
*** fabiand_ has joined #openstack | 20:08 | |
soren | vishy: Oh, forgot to mention, but perhaps you noticed. I pushed a fresh libvirt (for both Lucid and Maverick) to the PPA. | 20:09 |
*** paltman has joined #openstack | 20:09 | |
*** deshantm_xenorg has joined #openstack | 20:13 | |
*** MarcMorata has quit IRC | 20:13 | |
*** vvuksan has quit IRC | 20:13 | |
*** CloudChris has joined #openstack | 20:15 | |
*** h0cin has quit IRC | 20:16 | |
*** jaypipes has joined #openstack | 20:17 | |
jaypipes | sirp_: I'm off jury duty for the day... fyi. trying to get through all the glance review stuff. | 20:19 |
sirp_ | jaypipes: great, thanks man :) | 20:19 |
*** naehring has joined #openstack | 20:19 | |
jaypipes | sirp_: sorry for the delay this week... was up until 3am trying to catch up last night. :( | 20:19 |
j05h | totally read that as call of duty. | 20:19 |
j05h | somehow jury duty doesn't sound as fun. | 20:20 |
jk0 | haha | 20:20 |
kbringard | lol | 20:20 |
jaypipes | j05h: heh, it's not. interesting, educational, but not fun :) | 20:20 |
eday | jaypipes: hey! yesterday sirp_ and I were chatting and thought Glance might want to move to a swift-like URI scheme, /version/account/<glance operations/objectes> thoughts? | 20:20 |
jaypipes | eday: 100% support that. | 20:20 |
eday | jaypipes: awesome :) | 20:20 |
*** grapex1 has joined #openstack | 20:22 | |
*** grapex1 has left #openstack | 20:22 | |
*** grapex1 has joined #openstack | 20:22 | |
ttx | Team meeting in 30 minutes in #openstack-meeting | 20:30 |
*** deshantm_xenorg has quit IRC | 20:31 | |
*** MarcMorata has joined #openstack | 20:34 | |
*** fabiand_ has quit IRC | 20:34 | |
*** dragondm has joined #openstack | 20:35 | |
*** fabiand_ has joined #openstack | 20:40 | |
*** iammartian has joined #openstack | 20:42 | |
*** deshantm_xenorg has joined #openstack | 20:42 | |
sandywalsh_ | ttx, might be a little late for the meeting. I think there's enough info on the problem for anyone interested. All changes discussed have been made to https://github.com/rackspace/python-novatools | 20:43 |
*** fabiand_ has quit IRC | 20:44 | |
ttx | sandywalsh_: the agenda is pretty full and your point is at the end. | 20:49 |
*** CloudChris has quit IRC | 20:50 | |
ttx | Team meeting starting in two minutes in #openstack-meeting, join now! | 20:58 |
*** pvo has joined #openstack | 20:59 | |
*** MarcMorata has quit IRC | 20:59 | |
*** pvo has quit IRC | 20:59 | |
*** pvo has joined #openstack | 20:59 | |
*** ChanServ sets mode: +v pvo | 20:59 | |
uvirtbot | New bug: #727414 in openstack-dashboard "install_venv output is confusing" [Undecided,New] https://launchpad.net/bugs/727414 | 21:02 |
*** drico has joined #openstack | 21:04 | |
*** CloudChris has joined #openstack | 21:05 | |
*** brd_from_italy has quit IRC | 21:11 | |
kbringard | where does the libvirt template that nova uses live? | 21:13 |
kbringard | I'm looking around and don't seem to be able to find it, but I wanted to modify it to add VNC consoles to the VMs | 21:14 |
*** joearnold has joined #openstack | 21:14 | |
kbringard | ah, I think I found it | 21:16 |
kbringard | nova/virt/ | 21:16 |
*** littleidea has quit IRC | 21:16 | |
vishy | kbringard: we are working on web vnc consoles | 21:16 |
vishy | kbringard: we're getting close | 21:16 |
kbringard | ah, nice | 21:16 |
kbringard | I'm just trying to troubleshoot a custom image, so I figured a VNC console would be a good step | 21:17 |
kbringard | :-) | 21:17 |
*** littleidea has joined #openstack | 21:17 | |
kbringard | that is cool news though | 21:17 |
vishy | kbiringard: for troubleshooting, try virsh destroy instance-id | 21:20 |
vishy | vi /var/lib/nova/instances/<instance-id>/libvirt.xml <add in vnc> | 21:21 |
vishy | virsh create /var/lib/nova/instances/<instance-id>/libvirt.xml | 21:21 |
soren | vishy: I've wanted to do that for ages, but haven't really come up with a good way to proxy access to the vnc port. What are you doing for that? | 21:21 |
vishy | (as in you can modify the xml for the individual instance instead of the template) | 21:21 |
*** littleidea has quit IRC | 21:22 | |
kbringard | vishy: ah, that makes more sense | 21:24 |
kbringard | thanks | 21:24 |
vishy | soren: sleepsonthefloor is working on that part, maybe I can get him to hop on and tell you | 21:24 |
soren | vishy: That would be great! | 21:25 |
*** MarcMorata has joined #openstack | 21:27 | |
sleepsonthefloor | soren - for starters, I'm tweaking noVNC's websocket-to-vnc proxy, so that it can demultiplex multiple connections. If you are ok with running one proxy per vnc console, noVNC works out-of-the box | 21:28 |
sleepsonthefloor | there is also http://code.osuosl.org/projects/twisted-vncauthproxy | 21:29 |
*** dprince has quit IRC | 21:30 | |
uvirtbot | New bug: #727426 in nova "port 3333 (nova-objectstore) not available if running on hosts with nova-network service" [Undecided,New] https://launchpad.net/bugs/727426 | 21:31 |
kbringard | yea, as I suspected, my problem is that virt-install is hardcoding the mac in ifcfg-eth0 | 21:32 |
kbringard | so the VM is coming up, but it's not getting network | 21:32 |
*** greyfinch has quit IRC | 21:32 | |
kbringard | problem solved :-) | 21:32 |
creiht | eday: btw, one more thing to add about swift auth stuff | 21:32 |
soren | sleepsonthefloor: Oh, you're using noVNC? Cool. | 21:32 |
creiht | the swift3 S3 compatibility middleware adds amazon style signed auth to swift | 21:33 |
creiht | and is supported in both devauth and swauth | 21:33 |
creiht | the account:user name is sent as the api key, and the password is sent as the secret key | 21:34 |
creiht | well used as the secret key to sign the request | 21:34 |
creiht | oh and cookies aren't typically considered restful, and are usually not the easiest things to deal with programatically (besides the security implications) | 21:35 |
creiht | but, it would be trivial to add middleware that converts a cookie to the right data for auth | 21:36 |
*** allsystemsarego has quit IRC | 21:44 | |
*** burris has joined #openstack | 21:47 | |
*** BK_man has quit IRC | 21:49 | |
*** BK_man has joined #openstack | 21:49 | |
*** vvuksan has joined #openstack | 21:56 | |
*** dendrobates is now known as dendro-afk | 22:01 | |
*** daveiw has joined #openstack | 22:01 | |
*** miclorb has joined #openstack | 22:02 | |
*** blueadept has quit IRC | 22:03 | |
*** naehring has quit IRC | 22:03 | |
*** hub_cap has quit IRC | 22:05 | |
*** bcwaldon has quit IRC | 22:09 | |
*** ctennis has quit IRC | 22:09 | |
*** photron has quit IRC | 22:13 | |
*** vvuksan has quit IRC | 22:14 | |
*** littleidea has joined #openstack | 22:18 | |
*** bcwaldon has joined #openstack | 22:21 | |
*** hggdh has quit IRC | 22:22 | |
*** jaypipes has quit IRC | 22:22 | |
*** ctennis has joined #openstack | 22:23 | |
*** ctennis has joined #openstack | 22:23 | |
*** littleidea has quit IRC | 22:25 | |
*** hggdh has joined #openstack | 22:25 | |
*** hggdh has joined #openstack | 22:25 | |
*** hub_cap has joined #openstack | 22:28 | |
*** rnirmal has quit IRC | 22:32 | |
*** ppetraki has quit IRC | 22:33 | |
*** daveiw1 has joined #openstack | 22:34 | |
*** daveiw has quit IRC | 22:34 | |
*** kbringard has quit IRC | 22:37 | |
*** lvaughn_ has quit IRC | 22:38 | |
*** lvaughn has joined #openstack | 22:39 | |
*** lvaughn_ has joined #openstack | 22:41 | |
*** joearnold has quit IRC | 22:43 | |
*** lvaughn has quit IRC | 22:43 | |
*** patcoll has quit IRC | 22:46 | |
*** ironcamel2 has joined #openstack | 22:48 | |
*** hub_cap_ has joined #openstack | 22:49 | |
eday | creiht: ahh, cool. thanks for the info | 22:50 |
*** slyphon has quit IRC | 22:51 | |
eday | creiht: I remember seeing the s3 module too, just forgot :) | 22:51 |
*** hub_cap has quit IRC | 22:52 | |
dubsquared | Is there any documentation on actually setting that up? I've played around with it, but ran into some blocks here and there... | 22:52 |
dubsquared | I'm building an env that will support glance/OSAPI, and ec2, and I'd like swift installs to work with both | 22:53 |
*** spectorclan has quit IRC | 22:53 | |
*** markwash has quit IRC | 22:54 | |
*** MarcMorata has quit IRC | 22:55 | |
*** mdomsch has quit IRC | 22:56 | |
*** imsplitbit has quit IRC | 22:56 | |
*** LukasL has quit IRC | 23:00 | |
*** berendt has joined #openstack | 23:06 | |
berendt | isn't it possible to provide images bigger than 5 gbyte with nova-objectstore..? | 23:06 |
berendt | i uploaded an image with euca2ools with 20 gbyte but can't launch it.. i've a smaller debian testing image appr. 1 gbyte.. no problems | 23:07 |
*** dendro-afk is now known as dendrobates | 23:10 | |
iRTermite | berendt: http://www.openstack.org/blog/category/uncategorized/ | 23:12 |
berendt | iRTermite: what can i see there..? | 23:13 |
berendt | iRTermite: swift != nova-objectstore | 23:14 |
*** burris has quit IRC | 23:15 | |
*** azneita has joined #openstack | 23:23 | |
*** aliguori has quit IRC | 23:26 | |
iRTermite | berendt: sorry, stepped away. my mistake. I just glanced at 'objectstore' and didn't read your whole message. | 23:28 |
*** burris has joined #openstack | 23:29 | |
devcamcar | mtaylor: are you around? looks like the openstack-dashboard jenkins environment is broken somehow | 23:30 |
*** mray has quit IRC | 23:32 | |
*** z0 has quit IRC | 23:34 | |
*** joearnold has joined #openstack | 23:35 | |
*** bcwaldon has quit IRC | 23:39 | |
openstackhudson | Project nova-tarmac build #65,590: FAILURE in 4 min 3 sec: http://hudson.openstack.org/job/nova-tarmac/65590/ | 23:40 |
*** vvuksan has joined #openstack | 23:40 | |
*** johnpur has quit IRC | 23:41 | |
*** vvuksan has quit IRC | 23:41 | |
creiht | dubsquared: http://swift.openstack.org/misc.html#module-swift.common.middleware.swift3 | 23:41 |
creiht | is the only docs we have at the moment | 23:41 |
creiht | and it is still a bit experimental | 23:42 |
creiht | if you find any bugs, let us know | 23:42 |
*** dfg has quit IRC | 23:42 | |
*** joearnold has quit IRC | 23:42 | |
dubsquared | Oh yes, spent a lot of time on that page recently :) | 23:42 |
*** burris has quit IRC | 23:42 | |
*** clayg has quit IRC | 23:43 | |
*** clayg_ has joined #openstack | 23:43 | |
*** pvo has quit IRC | 23:44 | |
openstackhudson | Project nova-tarmac build #65,591: STILL FAILING in 3 min 48 sec: http://hudson.openstack.org/job/nova-tarmac/65591/ | 23:44 |
openstackhudson | Yippie, build fixed! | 23:46 |
openstackhudson | Project nova-tarmac build #65,592: FIXED in 5.1 sec: http://hudson.openstack.org/job/nova-tarmac/65592/ | 23:46 |
*** bcwaldon has joined #openstack | 23:50 | |
*** pvo has joined #openstack | 23:54 | |
*** pvo has quit IRC | 23:59 | |
*** dendrobates is now known as dendro-afk | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!