*** caisan has joined #openstack-barbican | 00:51 | |
*** abishop has quit IRC | 01:24 | |
*** randomhack has joined #openstack-barbican | 01:28 | |
*** liujiong has joined #openstack-barbican | 01:39 | |
*** annp has joined #openstack-barbican | 01:58 | |
*** caisan has quit IRC | 01:59 | |
*** liujiong has quit IRC | 02:04 | |
*** liujiong has joined #openstack-barbican | 02:05 | |
*** caisan has joined #openstack-barbican | 02:08 | |
openstackgerrit | Nam Nguyen Hoai proposed openstack/barbican-tempest-plugin master: [WIP] Update provider parameter in the creating volume command https://review.openstack.org/541528 | 02:24 |
---|---|---|
*** randomhack has quit IRC | 02:38 | |
openstackgerrit | Jeremy Liu proposed openstack/barbican master: Fix coverage job https://review.openstack.org/541598 | 02:55 |
openstackgerrit | Jeremy Liu proposed openstack/barbican master: [DOC] Install client package before verification https://review.openstack.org/541997 | 03:12 |
openstackgerrit | Jeremy Liu proposed openstack/barbican master: [DOC] Install client package before verification https://review.openstack.org/541997 | 03:14 |
openstackgerrit | baiwenteng proposed openstack/barbican master: Fix typos in barbican https://review.openstack.org/542003 | 03:35 |
*** dave-mccowan has quit IRC | 03:39 | |
openstackgerrit | Nam Nguyen Hoai proposed openstack/barbican master: [TEST] Increate timeout https://review.openstack.org/540790 | 03:47 |
*** caisan has quit IRC | 03:49 | |
*** randomhack has joined #openstack-barbican | 04:12 | |
*** hieulq has quit IRC | 04:15 | |
*** randomhack has quit IRC | 04:17 | |
openstackgerrit | Nam Nguyen Hoai proposed openstack/barbican-tempest-plugin master: [TEST] Test handle cleanup https://review.openstack.org/542020 | 04:36 |
openstackgerrit | Gage Hugo proposed openstack/barbican master: Make grenade-devstack-barbican job nonvoting https://review.openstack.org/542024 | 04:56 |
*** alee_afk has quit IRC | 05:05 | |
*** alee_afk has joined #openstack-barbican | 05:05 | |
*** hieulq has joined #openstack-barbican | 05:31 | |
*** caisan has joined #openstack-barbican | 05:48 | |
*** randomhack has joined #openstack-barbican | 05:50 | |
*** randomhack has quit IRC | 05:54 | |
*** caisan has quit IRC | 06:18 | |
*** randomhack has joined #openstack-barbican | 06:25 | |
*** caisan has joined #openstack-barbican | 06:26 | |
*** randomhack has quit IRC | 06:30 | |
openstackgerrit | Jeremy Liu proposed openstack/barbican master: [DOC] Install client package before verification https://review.openstack.org/541997 | 06:48 |
*** XueFeng has joined #openstack-barbican | 06:57 | |
openstackgerrit | Nam Nguyen Hoai proposed openstack/barbican-tempest-plugin master: [TEST] Test handle cleanup https://review.openstack.org/542020 | 07:07 |
*** pcaruana has joined #openstack-barbican | 07:31 | |
XueFeng | hi,all | 07:34 |
XueFeng | There is a bug report | 07:34 |
XueFeng | https://bugs.launchpad.net/barbican/+bug/1748116 | 07:34 |
openstack | Launchpad bug 1748116 in Barbican "barbican-api start fail--There is no /var/run/barbican directory" [Undecided,New] | 07:34 |
liujiong | XueFeng: thanks for reporting, I also met this problem on centos | 07:50 |
liujiong | XueFeng: Did you figure this out? | 07:51 |
openstackgerrit | Nam Nguyen Hoai proposed openstack/barbican-tempest-plugin master: [TEST] Test handle cleanup https://review.openstack.org/542020 | 08:22 |
jaosorior | XueFeng, liujiong is this also an issue if you run barbican over httpd? | 08:24 |
openstackgerrit | Nam Nguyen Hoai proposed openstack/barbican-tempest-plugin master: [WIP] Update provider parameter in the creating volume command https://review.openstack.org/541528 | 08:39 |
liujiong | jaosorior: no, barbican over httpd is fine | 08:44 |
jaosorior | ok | 08:45 |
liujiong | jaosorior: you never met this? I thought /run/barbican directory never exist when reboot machine | 08:47 |
jaosorior | liujiong: nope, we always run barbican with httpd. | 08:49 |
liujiong | jaosorior: yeah, that will be ok, barbican with httpd do not require /run/barbican directory | 08:51 |
liujiong | jaosorior: it just doesn't work with barbican over systemctl service, see https://github.com/rdo-packages/barbican-distgit/blob/rpm-master/openstack-barbican-api.service | 08:53 |
jaosorior | I see | 08:54 |
jaosorior | we might need a ExecStartPre that creates the directory if it isn't there already | 08:55 |
liujiong | it may help | 08:55 |
*** daidv_ has quit IRC | 08:56 | |
liujiong | XueFeng: you can simply change the PIDFile to "/run/barbican.pid" in openstack-barbican-api.service file to workaround this. | 08:56 |
*** annp has quit IRC | 08:56 | |
jaosorior | liujiong: could you try this out https://review.rdoproject.org/r/11864 ? | 08:58 |
*** daidv_ has joined #openstack-barbican | 09:02 | |
*** annp has joined #openstack-barbican | 09:02 | |
liujiong | jaosorior: no, got this message: [/usr/lib/systemd/system/ctrust-barbican-api.service:10] Executable path is not absolute, ignoring: mkdir -p /run/barbican | 09:05 |
jaosorior | liujiong: ok, updated the patch. | 09:06 |
*** caisan has quit IRC | 09:07 | |
liujiong | jaosorior: another error related to user permission: /usr/bin/mkdir: cannot create directory ‘/run/barbican’: Permission denied | 09:08 |
jaosorior | interesting | 09:09 |
jaosorior | liujiong: is it the same issue if you don't use /run/barbican/ and instead use /run/barbican.pid ? | 09:10 |
liujiong | no, using barbican.pid works | 09:10 |
liujiong | wait a minute, one more try | 09:11 |
liujiong | noop, doesn't work: gunicorn: OSError: [Errno 13] Permission denied: '/run/tmpKSjFcz' | 09:13 |
jaosorior | liujiong: can you try the latest patchset? | 09:13 |
liujiong | exactly the one I just tried - it won't work | 09:14 |
jaosorior | ah | 09:14 |
jaosorior | bummer | 09:14 |
jaosorior | well that sucks | 09:14 |
jaosorior | any other ideas? | 09:14 |
*** caisan has joined #openstack-barbican | 09:15 | |
liujiong | not a good one, but it does work - change User to 'root' | 09:16 |
liujiong | or we figure out the proper permission for barbican user | 09:16 |
jaosorior | uuhu | 09:16 |
jaosorior | yeah... not too keen on that one :D | 09:17 |
liujiong | gotta offline now, good luck buddy | 09:18 |
*** liujiong has quit IRC | 09:18 | |
*** caisan has quit IRC | 09:20 | |
*** caisan has joined #openstack-barbican | 09:29 | |
*** caisan has quit IRC | 10:02 | |
*** caisan has joined #openstack-barbican | 10:04 | |
*** caisan has quit IRC | 10:06 | |
*** salmankhan has joined #openstack-barbican | 10:06 | |
*** annp has quit IRC | 10:08 | |
*** annp has joined #openstack-barbican | 10:08 | |
*** salmankhan has quit IRC | 10:21 | |
*** salmankhan has joined #openstack-barbican | 10:21 | |
*** randomhack has joined #openstack-barbican | 10:24 | |
*** randomhack has quit IRC | 10:29 | |
*** annp has quit IRC | 10:31 | |
*** salmankhan has quit IRC | 11:33 | |
*** salmankhan has joined #openstack-barbican | 11:33 | |
*** salmankhan has quit IRC | 11:39 | |
*** salmankhan has joined #openstack-barbican | 11:41 | |
*** dave-mccowan has joined #openstack-barbican | 12:11 | |
*** raildo has joined #openstack-barbican | 12:16 | |
*** randomhack has joined #openstack-barbican | 12:32 | |
*** randomhack has quit IRC | 12:36 | |
*** liujiong has joined #openstack-barbican | 12:39 | |
*** liujiong has quit IRC | 12:45 | |
*** jaosorior has quit IRC | 12:56 | |
*** jaosorior has joined #openstack-barbican | 12:56 | |
*** abishop has joined #openstack-barbican | 13:05 | |
*** abishop has quit IRC | 13:06 | |
*** abishop has joined #openstack-barbican | 13:06 | |
*** abishop has quit IRC | 13:15 | |
*** abishop has joined #openstack-barbican | 13:16 | |
*** caisan has joined #openstack-barbican | 13:37 | |
*** caisan has quit IRC | 14:04 | |
*** alee_afk has quit IRC | 14:40 | |
*** alee_afk has joined #openstack-barbican | 15:17 | |
*** gagehugo has joined #openstack-barbican | 15:34 | |
*** pcaruana has quit IRC | 16:02 | |
*** salmankhan has quit IRC | 16:19 | |
*** salmankhan has joined #openstack-barbican | 16:20 | |
*** alee_afk is now known as alee | 16:30 | |
*** Guest37081 has joined #openstack-barbican | 16:33 | |
*** openstackgerrit has quit IRC | 16:48 | |
*** Guest37081 has quit IRC | 17:04 | |
*** pbourke has quit IRC | 17:05 | |
*** pbourke has joined #openstack-barbican | 17:07 | |
*** hieulq has quit IRC | 19:06 | |
*** salmankhan has quit IRC | 19:16 | |
*** salmankhan has joined #openstack-barbican | 19:24 | |
*** cargonza has quit IRC | 19:25 | |
*** DuncanT has quit IRC | 19:26 | |
*** cargonza has joined #openstack-barbican | 19:29 | |
*** DuncanT has joined #openstack-barbican | 19:31 | |
*** salmankhan has quit IRC | 19:38 | |
*** raildo has quit IRC | 20:17 | |
*** ssathaye has quit IRC | 21:14 | |
*** ssathaye has joined #openstack-barbican | 21:14 | |
*** dave-mccowan has quit IRC | 21:30 | |
*** alee has quit IRC | 21:39 | |
*** dave-mccowan has joined #openstack-barbican | 21:47 | |
*** abishop has quit IRC | 22:34 | |
*** openstackgerrit has joined #openstack-barbican | 23:00 | |
openstackgerrit | Gage Hugo proposed openstack/barbican master: Make grenade-devstack-barbican job nonvoting https://review.openstack.org/542024 | 23:00 |
*** dave-mccowan has quit IRC | 23:12 | |
gagehugo | alee dave-mccowan ^ missed the gate job too :( | 23:13 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!