--- Log opened Wed Apr 02 00:00:28 2014 00:07 -!- #vdsm fsimonce: has quit [Quit: Coyote finally caught me] 00:18 -!- rmatinata (Ricardo Marin Matinata): has joined #vdsm 01:10 -!- gpadgett: has quit [Ping timeout: 252 seconds] 01:37 -!- nsoffer: has quit [Ping timeout: 240 seconds] 02:54 -!- bala (purple): has joined #vdsm 03:02 -!- bala: has quit [Quit: Leaving.] 03:22 -!- apahim: has quit [Quit: Leaving] 03:22 -!- apahim (Amador Pahim): has joined #vdsm 03:38 -!- AlbertoSilva (AlbertoSilva): has joined #vdsm 03:40 -!- AlbertoSilva: has joined #vdsm 03:40 -!- AlbertoSilva is AlbertoSilva 03:48 -!- mliu (purple): has joined #vdsm 03:48 -!- mliu: has left #vdsm [] 03:50 -!- leaboy (leaboy): has joined #vdsm 03:52 -!- AlbertoSilva (AlbertoSilva): has joined #vdsm 04:00 -!- mliu1 (purple): has joined #vdsm 04:00 -!- mliu1: has left #vdsm [] 04:06 -!- mliu (purple): has joined #vdsm 04:07 -!- mliu: has left #vdsm [] 04:12 -!- zhshzhou (Zhou Zheng Sheng): has joined #vdsm 04:43 -!- AlbertoSilva (AlbertoSilva): has joined #vdsm 05:00 -!- mliu (purple): has joined #vdsm 05:00 -!- mliu: has left #vdsm [] 05:00 -!- apahim: has quit [Quit: Leaving] 05:49 -!- vered (Vered Volansky): has joined #vdsm 05:55 -!- shaohef (shaohef): has joined #vdsm 06:14 < shaohef> http://tech.qq.com/a/20130410/000121.htm 06:33 -!- bala (purple): has joined #vdsm 06:54 -!- sahina (Sahina Bose): has joined #vdsm 07:20 -!- xaviern (Xavier): has joined #vdsm 07:29 -!- ykaplan (Yeela Kaplan): has joined #vdsm 07:29 -!- fabiand (Fabian Deutsch): has joined #vdsm 07:36 -!- leaboy_ (leaboy): has joined #vdsm 07:36 -!- leaboy: has quit [Read error: Connection reset by peer] 07:43 -!- dkuznets (Dima Kuznetsov): has joined #vdsm 07:57 -!- timothy_ (Timothy Asir): has joined #vdsm 07:57 -!- sbonazzo (purple): has joined #vdsm 08:03 -!- ykaplan: has quit [Ping timeout: 268 seconds] 08:04 -!- aravindavk (Aravinda): has joined #vdsm 08:04 -!- nsoffer (Nir Soffer): has joined #vdsm 08:40 -!- mskrivanek_away is now known as mskrivanek 08:42 -!- pkliczew (Piotr Kliczewski): has joined #vdsm 08:49 -!- moolit (purple): has joined #vdsm 08:57 -!- fromani (Francesco Romani): has joined #vdsm 09:08 -!- acanan (Aharon Canan): has joined #vdsm 09:12 -!- acanan: has quit [Client Quit] 09:12 -!- acanan (Aharon Canan): has joined #vdsm 09:15 -!- shaohef: has quit [Quit: Leaving.] 09:22 -!- timothy_: has quit [Ping timeout: 265 seconds] 09:22 -!- shaohef (shaohef): has joined #vdsm 09:25 -!- moolit1 (purple): has joined #vdsm 09:27 -!- moolit: has quit [Ping timeout: 246 seconds] 09:34 -!- timothy_ (Timothy Asir): has joined #vdsm 09:42 -!- shaohef: has quit [Quit: Leaving.] 09:44 -!- xfrancis (Xavi Francisco): has joined #vdsm 09:47 -!- bazulay (purple): has joined #vdsm 09:48 -!- mskrivanek is now known as mskrivanek_away 09:48 -!- mskrivanek_away is now known as mskrivanek 09:55 -!- fsimonce (Federico): has joined #vdsm 09:58 < fromani> danken: thanks for mentioning gitpydiff! I was looking for such a tool and almost convinced to write my own! :) 10:03 -!- acanan: has quit [Ping timeout: 268 seconds] 10:03 -!- acanan (Aharon Canan): has joined #vdsm 10:08 -!- moolit1: has quit [Ping timeout: 245 seconds] 10:20 -!- moolit (purple): has joined #vdsm 10:21 -!- danken: has quit [Read error: Connection reset by peer] 10:26 -!- apuimedo (antoni): has joined #vdsm 10:26 -!- danken (purple): has joined #vdsm 10:26 -!- mode/#vdsm: by ChanServ 10:27 < apuimedo> fromani: danken I remade the python3 compatibility patches for cpopen last night 10:27 < fromani> apuimedo: cool! 10:27 < apuimedo> there's still one small issue that makes one test fial 10:27 < apuimedo> *fail 10:28 < apuimedo> for some reason that I still don't know, in python3, the noclosefds test fails 10:29 -!- bala: has quit [Quit: Leaving.] 10:29 < apuimedo> fromani: this patch https://github.com/celebdor/cpopen/commit/350d3bb56bc5a7649ebd6f5cc7dbb996dcb0934e was also necessary 10:29 < apuimedo> for cross distro compatibility 10:29 < fromani> apuimedo: I didn't know about zsh! 10:30 < apuimedo> :-) 10:30 < apuimedo> well, umask is usually just a function definition in shell, not a binary 10:30 < apuimedo> fromani: I think el6/fedoras are rather the exception 10:31 < apuimedo> in that they have a /usr/bin/umask 10:31 < apuimedo> fromani: look at the content in fedora 10:31 < apuimedo> ~/c/vdsm ❯❯❯ cat /usr/bin/umask 10:31 < apuimedo> #!/bin/sh 10:31 < apuimedo> builtin umask "$@" 10:31 < apuimedo> :P 10:32 < apuimedo> s/binary/executable/ 10:32 < fromani> apuimedo: do builtins need explicit handling? AFAIK they can be treated as regular executables, and the shell should automagically handle them 10:32 * fromani should read again the docs 10:33 < apuimedo> fromani: the thing is that cpopen does not execute a shell 10:33 < apuimedo> unless it is told to 10:33 < apuimedo> so it can't find builtings 10:33 < apuimedo> *builtins 10:35 < fromani> apuimedo: ok, now everything makes sense, tnx 10:35 < apuimedo> ;-) 10:35 < fromani> actually if we need to spawn a shell the only blocker left is the deathSignal thing 10:39 < apuimedo> ? 10:39 < apuimedo> fromani: I'm completely unaware of the whole deathsignal thing :P 10:46 -!- danken: has quit [Quit: Leaving.] 10:47 -!- nsoffer: has quit [Ping timeout: 245 seconds] 10:48 < fromani> apuimedo: I mean supporting deathSignal somehow on subprocess or something, if it is feasible 10:48 -!- leaboy_: has quit [Quit: Leaving] 10:52 -!- danken (purple): has joined #vdsm 10:52 -!- mode/#vdsm: by ChanServ 11:14 -!- acanan: has quit [Quit: Leaving] 11:25 -!- shaohef (shaohef): has joined #vdsm 11:28 < evilissimo> isn't it like that, that if there's an executable in the path having the name of the builtin, the external wins? 11:34 -!- ykaplan (Yeela Kaplan): has joined #vdsm 11:35 < apuimedo> evilissimo: it should 11:35 < apuimedo> and i think it is for the shells I use 11:36 -!- nsoffer (Nir Soffer): has joined #vdsm 12:01 -!- zhshzhou: has quit [Quit: Leaving.] 12:16 -!- sbonazzo: has quit [Ping timeout: 268 seconds] 12:18 -!- sbonazzo (purple): has joined #vdsm 12:22 -!- ykaplan: has quit [Ping timeout: 264 seconds] 12:22 -!- nsoffer: has quit [Ping timeout: 246 seconds] 12:28 < apuimedo> danken: should I backport https://bugzilla.redhat.com/show_bug.cgi?id=1064530#rhbz_facade_hide 12:29 -!- ykaplan (Yeela Kaplan): has joined #vdsm 12:29 < apuimedo> sorry, I meant 12:29 < apuimedo> http://gerrit.ovirt.org/25063 12:29 < apuimedo> so that it is for 3.4.1 ? 12:29 < apuimedo> or do I just mark it 3.5? 12:35 -!- sbonazzo is now known as sbonazzo|afk 12:38 -!- nsoffer (Nir Soffer): has joined #vdsm 12:50 -!- saggi (purple): has joined #vdsm 12:55 -!- osvoboda (osvoboda): has joined #vdsm 13:09 -!- nsoffer: has quit [Ping timeout: 264 seconds] 13:14 -!- apahim (Amador Pahim): has joined #vdsm 13:14 -!- sbonazzo|afk is now known as sbonazzo 13:15 -!- aravindavk: has quit [Ping timeout: 252 seconds] 13:17 -!- nsoffer: has joined #vdsm 13:17 -!- nsoffer is Nir Soffer 13:22 -!- osvoboda: has quit [Ping timeout: 255 seconds] 13:26 -!- acanan (Aharon Canan): has joined #vdsm 13:28 -!- aravindavk (Aravinda): has joined #vdsm 13:32 -!- rmatinata: has quit [Ping timeout: 255 seconds] 13:39 -!- moolit: has quit [Ping timeout: 245 seconds] 13:40 -!- moolit (purple): has joined #vdsm 13:43 -!- aravindavk: has quit [Ping timeout: 255 seconds] 13:54 -!- psebek (Petr Šebek): has joined #vdsm 14:07 -!- vered: has quit [Ping timeout: 245 seconds] 14:15 -!- AlbertoSilva (AlbertoSilva): has joined #vdsm 14:19 -!- mskrivanek is now known as mskrivanek_away 14:21 -!- rmatinata (Ricardo Marin Matinata): has joined #vdsm 14:38 -!- bazulay: has quit [Ping timeout: 252 seconds] 14:42 -!- timothy_: has quit [Ping timeout: 246 seconds] 14:49 -!- osvoboda (osvoboda): has joined #vdsm 14:57 -!- #vdsm,#theforeman xaviern: has quit [Ping timeout: 245 seconds] 14:59 -!- bazulay (purple): has joined #vdsm 15:00 -!- xaviern (Xavier): has joined #vdsm 15:14 < apuimedo> danken: ping 15:14 < apuimedo> heh 15:15 -!- acanan: has quit [Ping timeout: 240 seconds] 15:15 < apuimedo> nevermind, it was about a bug, but we can deal with it later 15:19 -!- gpadgett (Greg Padgett): has joined #vdsm 15:23 -!- dougsland (Douglas): has joined #vdsm 15:29 -!- bala (purple): has joined #vdsm 15:29 -!- Infitialis (Infitialis): has joined #vdsm 15:30 -!- acanan (Aharon Canan): has joined #vdsm 15:33 -!- #vdsm,#theforeman xaviern: has quit [Ping timeout: 240 seconds] 15:39 -!- saggi: has quit [Quit: Leaving.] 15:55 -!- nsoffer: has quit [Ping timeout: 255 seconds] 15:55 < apuimedo> danken: http://gerrit.ovirt.org/#/c/26367/ is ready for merging 15:56 < apuimedo> I want to mark https://bugzilla.redhat.com/show_bug.cgi?id=1078899 as CLOSED ;-) 16:03 -!- mskrivanek_away is now known as mskrivanek 16:07 -!- nsoffer (Nir Soffer): has joined #vdsm 16:07 -!- moolit: has quit [Ping timeout: 265 seconds] 16:13 -!- BruceShi (Bruce Shi): has joined #vdsm 16:16 -!- apahim: has quit [Read error: Operation timed out] 16:17 -!- bala: has quit [Quit: Leaving.] 16:17 -!- bazulay: has quit [Quit: Leaving.] 16:18 -!- apahim (Amador Pahim): has joined #vdsm 16:20 -!- moolit (purple): has joined #vdsm 16:32 -!- BruceShi: has quit [Quit: No Ping reply in 180 seconds.] 16:32 -!- BruceShi (Bruce Shi): has joined #vdsm 16:35 -!- shaohef: has quit [Ping timeout: 252 seconds] 16:36 -!- shaohef (shaohef): has joined #vdsm 16:48 -!- BruceShi: has quit [Ping timeout: 255 seconds] 16:51 -!- pkliczew: has quit [Ping timeout: 240 seconds] 16:53 -!- aravindavk (Aravinda): has joined #vdsm 16:56 -!- psebek: has quit [Quit: Odcházím] 16:57 -!- pkliczew (Piotr Kliczewski): has joined #vdsm 17:03 -!- sahina: has quit [Quit: Leaving] 17:03 -!- sahina (Sahina Bose): has joined #vdsm 17:03 -!- pkliczew: has quit [Ping timeout: 265 seconds] 17:05 -!- aravindavk: has quit [Read error: Operation timed out] 17:07 -!- moolit: has quit [Ping timeout: 240 seconds] 17:19 -!- acanan: has quit [Remote host closed the connection] 17:27 -!- fromani: has quit [Ping timeout: 255 seconds] 17:27 -!- fromani (Francesco Romani): has joined #vdsm 17:46 -!- moolit (purple): has joined #vdsm 17:47 -!- Infitialis: has quit [Remote host closed the connection] 17:48 -!- psebek (Petr Šebek): has joined #vdsm 17:51 -!- xfrancis: has quit [Ping timeout: 268 seconds] 17:54 -!- apuimedo is now known as apuimedo|away 17:55 -!- nsoffer: has quit [Ping timeout: 240 seconds] 18:01 -!- xfrancis (Xavi Francisco): has joined #vdsm 18:09 -!- fromani: has quit [Quit: Leaving] 18:14 -!- sbonazzo: has quit [Quit: Leaving.] 18:29 -!- psebek: has quit [Read error: Operation timed out] 18:58 -!- dkuznets: has quit [Ping timeout: 255 seconds] 19:29 -!- nsoffer (Nir Soffer): has joined #vdsm 19:30 -!- sahina: has quit [Ping timeout: 252 seconds] 19:32 -!- psebek (Petr Šebek): has joined #vdsm 19:37 < apuimedo|away> nsoffer: ping 19:38 < nsoffer> hi apuimedo|away 19:38 -!- apuimedo|away is now known as apuimedo 19:39 < apuimedo> nsoffer: do you know why I could be getting: 'StorageServerAccessPermissionError: Permission settings on the specified path do not allow access to the storage . Verify permission settings on the specified storage path.: 'path = /rhev/data-center/mnt/_dev_mapper_vg__sf02- isos' 19:40 < nsoffer> apuimedo, no 19:40 < apuimedo> nsoffer: the lv should be owned by qemu:kvm? 19:40 < nsoffer> is it for all domains? 19:40 < nsoffer> or only one? 19:40 < apuimedo> only for this iso posixfs domain I'm trying to create 19:40 < nsoffer> what are the permissions of the /dev/vg/lv? 19:41 < apuimedo> root:root 19:41 < apuimedo> are we not using supervdsm to change those perms? 19:41 < nsoffer> I think they should be vdsm:kvm - need to check working machine 19:57 -!- xfrancis: has quit [Quit: Me'n vaig] 20:09 -!- ykaplan: has quit [Ping timeout: 255 seconds] 20:20 -!- psebek: has quit [Ping timeout: 240 seconds] 20:35 -!- danken: has quit [Ping timeout: 264 seconds] 20:38 -!- mode/#vdsm: by ChanServ 20:38 -!- danken (purple): has joined #vdsm 20:41 -!- bazulay (purple): has joined #vdsm 20:42 -!- danken: has quit [Ping timeout: 240 seconds] 20:42 -!- gpadgett: has quit [Ping timeout: 255 seconds] 20:45 -!- mode/#vdsm: by ChanServ 20:45 -!- danken (purple): has joined #vdsm 20:49 -!- danken: has quit [Ping timeout: 252 seconds] 20:52 -!- nsoffer: has quit [Ping timeout: 268 seconds] 20:58 -!- gpadgett (Greg Padgett): has joined #vdsm 21:04 -!- danken (purple): has joined #vdsm 21:04 -!- mode/#vdsm: by ChanServ 21:08 -!- danken: has quit [Ping timeout: 240 seconds] 21:13 -!- nsoffer (Nir Soffer): has joined #vdsm 21:32 -!- pkliczew (Piotr Kliczewski): has joined #vdsm 21:32 -!- pkliczew: has quit [Read error: Connection reset by peer] 21:36 -!- nsoffer: has quit [Ping timeout: 240 seconds] 21:39 -!- nsoffer (Nir Soffer): has joined #vdsm 21:40 -!- mskrivanek is now known as mskrivanek_away 22:12 -!- osvoboda: has quit [Ping timeout: 255 seconds] 22:38 -!- apahim: has quit [Remote host closed the connection] 23:00 -!- danken (purple): has joined #vdsm 23:00 -!- mode/#vdsm: by ChanServ 23:18 -!- moolit: has quit [Quit: Leaving.] 23:26 -!- Infitialis (Infitialis): has joined #vdsm 23:51 -!- apuimedo: has quit [Ping timeout: 245 seconds] 23:54 -!- fabiand: has quit [Quit: Verlassend] --- Log closed Thu Apr 03 00:00:30 2014