*** irclogbot_2 has quit IRC | 03:01 | |
*** irclogbot_1 has joined #openstack-dib | 03:01 | |
*** hwoarang has quit IRC | 03:59 | |
*** hwoarang has joined #openstack-dib | 04:00 | |
*** mvpnitesh has joined #openstack-dib | 05:18 | |
*** mvpnitesh has left #openstack-dib | 08:42 | |
*** mvpnitesh has joined #openstack-dib | 08:42 | |
*** openstackgerrit has joined #openstack-dib | 11:23 | |
openstackgerrit | M V P Nitesh proposed openstack/diskimage-builder master: Adding 'oel' as a new dib element https://review.openstack.org/625501 | 11:23 |
---|---|---|
*** mvpnitesh has quit IRC | 11:30 | |
*** sm806 has quit IRC | 12:45 | |
*** sm806 has joined #openstack-dib | 12:46 | |
openstackgerrit | Fatih Degirmenci proposed openstack/diskimage-builder master: Constraint networkx to 2.2 https://review.openstack.org/652063 | 12:56 |
*** altlogbot_1 has joined #openstack-dib | 13:03 | |
*** altlogbot_1 has quit IRC | 13:32 | |
*** altlogbot_3 has joined #openstack-dib | 13:33 | |
*** altlogbot_3 has quit IRC | 13:38 | |
*** altlogbot_3 has joined #openstack-dib | 13:39 | |
*** fdegir has joined #openstack-dib | 13:40 | |
fdegir | hi all | 13:40 |
fdegir | we are having an issue with dib due to recent networkx 2.3 release which dropped support for python 2 | 13:40 |
fdegir | i aent a change to constraint networkx to 2.2 in dib but if failed on requirements check | 13:42 |
fdegir | https://review.openstack.org/#/c/652063/ | 13:42 |
fdegir | how this could be fixed for python2? | 13:43 |
*** altlogbot_3 has quit IRC | 14:00 | |
cgoncalves | fdegir, hey! I'd suggest constraining like this https://github.com/openstack/requirements/blob/master/global-requirements.txt#L40-L41 | 14:23 |
fdegir | cgoncalves: thanks for the info | 14:24 |
fdegir | cgoncalves: the error i see is "Requirement for package networkx excludes a version not excluded in the global list." | 14:24 |
fdegir | cgoncalves: would what you suggest help with this error? | 14:24 |
fdegir | cgoncalves: or do you mean i should constraint networkx in global-requirements.txt directly? | 14:25 |
fdegir | cgoncalves: or both in dib requirements and global one? | 14:25 |
* fdegir has no idea how the requirements mechanism work - just started reading the wiki... | 14:26 | |
*** altlogbot_1 has joined #openstack-dib | 14:26 | |
*** Vorrtex has joined #openstack-dib | 14:27 | |
clarkb | fdegir: wemaintain a global deps ruleset that needs to be updated first | 14:28 |
clarkb | also i would do <2.3 in case they release 2.2.2 | 14:28 |
cgoncalves | +1 | 14:28 |
clarkb | once the global requirements file is updated your change to dib should pass with a matching constraint | 14:28 |
clarkb | finally we could do <2.3 ; python_version ==2 or similar | 14:29 |
*** altlogbot_1 has quit IRC | 14:29 | |
clarkb | and let python3 use newer networkx if we want but that is more complicated | 14:29 |
fdegir | clarkb: ok | 14:29 |
fdegir | also | 14:29 |
fdegir | i see networkx===2.2 in upper-constraints.txt in requirements repo | 14:30 |
*** altlogbot_1 has joined #openstack-dib | 14:30 | |
clarkb | that gets updated on a periodic timer so hasnthad a chance to update yet. Your change to set <2.3 will prevent upper cpnstraints from updating | 14:31 |
*** altlogbot_1 has quit IRC | 14:33 | |
fdegir | clark: so, i should go and send a change to global-requirements, doing/updating networkx to <2.3 and then amend dib/requirements.txt with that | 14:36 |
fdegir | clarkb:^ | 14:36 |
clarkb | yes | 14:37 |
fdegir | clarkb: will do that - thanks a lot | 14:37 |
*** altlogbot_1 has joined #openstack-dib | 14:48 | |
*** altlogbot_1 has quit IRC | 14:51 | |
*** altlogbot_1 has joined #openstack-dib | 14:52 | |
openstackgerrit | Fatih Degirmenci proposed openstack/diskimage-builder master: Constraint networkx to <2.3 https://review.openstack.org/652063 | 14:54 |
*** altlogbot_1 has quit IRC | 14:55 | |
*** altlogbot_0 has joined #openstack-dib | 14:58 | |
*** jangutter has quit IRC | 16:04 | |
*** irclogbot_1 has quit IRC | 18:08 | |
*** irclogbot_1 has joined #openstack-dib | 18:10 | |
*** Vorrtex has quit IRC | 18:36 | |
*** Vorrtex has joined #openstack-dib | 18:40 | |
Vorrtex | cgoncalves hey, interesting problem. | 19:02 |
Vorrtex | I have a properly configured repofile for "CentOS-PaaS.repo", however when running `yum update -y` somewhere along the lines of its execution, the "CentOS-PaaS.repo" file has the wrong baseurl... Any idea how that's possible? | 19:03 |
Vorrtex | clarkb I've done some magics (most likely incorrect magics) to get farther than this impossible-to-fix issue from the last few days. However, now I'm at an error: At least 1314MB more space needed on the / filesystem | 19:12 |
Vorrtex | I supplied a large image size, but that didn't change the error | 19:12 |
Vorrtex | Is there another argument I should worry about for changing file-system size? | 19:12 |
clarkb | dib builds in a tmpfs by default, it is possible the tmpfs isn't big enoug | 19:14 |
clarkb | Vorrtex: there is a flag to disable the tmpfs try that maybe? also double check that the host machine has enough disk for that | 19:14 |
Vorrtex | host VM has over 20 GB free... I would hope that's enough | 19:14 |
clarkb | how big is your image? | 19:15 |
clarkb | dib does need extra space as it works in a chroot (thatuses disk) then copies into an image file at the end | 19:16 |
Vorrtex | I've sent 3GB as the base image size, but changing it to even 6GB didn't change that FS error output | 19:16 |
clarkb | at that saize 20GB should be enough headroom I expect | 19:16 |
clarkb | I would definitely try disabling the tmpfs | 19:16 |
clarkb | --no-tmpfs or something | 19:16 |
clarkb | (double check that) | 19:16 |
Vorrtex | clarkb thanks, grabbed from help message ha ha. We'll see what happens now. | 19:21 |
*** Vorrtex has quit IRC | 20:34 | |
*** calebb has joined #openstack-dib | 22:00 | |
*** calebb has quit IRC | 22:20 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!