cmart | I'm using a custom backend to store my images, and unsure if the failure to populate a checksum is due to glance itself, or my custom backend that nobody else is using. | 00:00 |
---|---|---|
hemanthm | cmart: doesn't look like Glance is setting the checksum, just setting size from what I see | 00:06 |
hemanthm | https://github.com/openstack/glance/blob/master/glance/location.py#L202 | 00:06 |
cmart | thanks hemanthm, was about to ask for a code link | 00:07 |
hemanthm | needs more digging to be sure, but doesn't look like it updates the checksum from a quick look | 00:07 |
hemanthm | updating checksum could be tricky though | 00:07 |
hemanthm | well, tricky as in the store needs to download the entire image to compute checksum and update it | 00:08 |
hemanthm | if we are able to verify the download is successful in the first place | 00:08 |
cmart | right, whereas to get the size, we just call store.get_size_from_backend() | 00:09 |
cmart | which is very quick -- for my backend it's just querying the size of an object | 00:09 |
hemanthm | +1 | 00:09 |
*** dillaman has quit IRC | 00:11 | |
hemanthm | however, we may accept checksum from the user as a part of the add location request | 00:11 |
*** mtanino has quit IRC | 00:14 | |
cmart | and populate the database trustingly? or download the entire image to the Glance server and verify? :) | 00:19 |
cmart | it would be nice to be able to provide a checksum when adding a location. (I have some automations which copy images around, only if checksums don't match) | 00:20 |
*** dharinic has quit IRC | 00:23 | |
*** lucasxu has joined #openstack-glance | 00:24 | |
*** dillaman has joined #openstack-glance | 00:24 | |
*** hongbin has quit IRC | 00:30 | |
*** zhurong has joined #openstack-glance | 00:32 | |
*** ducttape_ has joined #openstack-glance | 00:34 | |
*** harlowja has quit IRC | 00:39 | |
*** dharinic has joined #openstack-glance | 00:42 | |
*** ducttape_ has quit IRC | 00:46 | |
*** ediardo has quit IRC | 00:52 | |
*** ducttape_ has joined #openstack-glance | 00:55 | |
Sukhdev | cmart : still here? | 00:56 |
cmart | yes sukhdev, for a few minutes | 00:56 |
Sukhdev | cmart : here is the log from swift - http://paste.openstack.org/show/605583/ | 00:57 |
hemanthm | cmart: yeah, mind filing a bug? | 00:58 |
cmart | can do, hemanthm | 00:59 |
hemanthm | about to step away, we can discuss further on the bug report | 00:59 |
Sukhdev | cmart : this has always been working for me - any idea what could be wrong | 00:59 |
hemanthm | thanks cmart | 00:59 |
*** ducttape_ has quit IRC | 01:00 | |
*** lucasxu has quit IRC | 01:01 | |
cmart | sukhdev, I don't have any experience with Swift (we don't use it here). it looks like swift itself is trying to talk to an "object server" which actually lives at localhost, and that connection is failing (line 17) | 01:01 |
cmart | I know so little about swift that it'd be dangerous for me to speculate further :) | 01:01 |
cmart | but it definitely looks like you have a swift problem, not a glance problem. | 01:02 |
Sukhdev | cmart : got it - thanks for the pointer | 01:02 |
*** ducttape_ has joined #openstack-glance | 01:09 | |
*** Sukhdev has quit IRC | 01:10 | |
openstackgerrit | Merged openstack/glance master: Updated from global requirements https://review.openstack.org/453875 | 01:10 |
cmart | hemanthm, found an existing bug and commented on it https://bugs.launchpad.net/glance/+bug/1551498 | 01:25 |
openstack | Launchpad bug 1551498 in Glance "Glance doesn't check location's data" [Undecided,New] - Assigned to Fei Long Wang (flwang) | 01:25 |
*** ducttape_ has quit IRC | 01:25 | |
*** harlowja has joined #openstack-glance | 01:26 | |
*** harlowja has quit IRC | 01:26 | |
openstackgerrit | Steve Lewis (stevelle) proposed openstack/glance master: Do not serve partial img download reqs from cache https://review.openstack.org/434558 | 01:28 |
flwang | cmart: yep, i opened the bug | 01:29 |
*** ducttape_ has joined #openstack-glance | 01:34 | |
*** ediardo has joined #openstack-glance | 01:34 | |
*** ducttape_ has quit IRC | 01:37 | |
stevelle | sounds like a background job | 01:41 |
*** Sukhdev has joined #openstack-glance | 01:47 | |
*** cmart has quit IRC | 01:54 | |
*** ducttape_ has joined #openstack-glance | 02:02 | |
*** gcb has joined #openstack-glance | 02:04 | |
*** jamielennox is now known as jamielennox|away | 02:05 | |
*** ducttape_ has quit IRC | 02:06 | |
*** ducttape_ has joined #openstack-glance | 02:08 | |
*** bkopilov has quit IRC | 02:13 | |
*** jamielennox|away is now known as jamielennox | 02:19 | |
*** Sukhdev has quit IRC | 02:21 | |
*** ducttape_ has quit IRC | 02:25 | |
*** ducttape_ has joined #openstack-glance | 03:11 | |
*** nicolasbock has quit IRC | 03:20 | |
*** ducttape_ has quit IRC | 03:30 | |
*** bkopilov has joined #openstack-glance | 03:40 | |
openstackgerrit | Merged openstack/glance master: Accept Range requests and set appropriate response https://review.openstack.org/441501 | 03:42 |
openstackgerrit | Merged openstack/glance master: Add release note for bug 1670409 https://review.openstack.org/453825 | 03:42 |
openstack | bug 1670409 in Glance "Experimental E-M-C migrations broken" [Medium,Fix released] https://launchpad.net/bugs/1670409 - Assigned to Alexander Bashmakov (abashmak) | 03:42 |
openstackgerrit | Dharini Chandrasekar proposed openstack/glance master: Update api-ref for Range request support https://review.openstack.org/441707 | 03:43 |
*** links has joined #openstack-glance | 03:45 | |
*** Sukhdev has joined #openstack-glance | 03:53 | |
*** cmart has joined #openstack-glance | 03:56 | |
*** thiagolib_ has joined #openstack-glance | 04:03 | |
*** erhudy_ has joined #openstack-glance | 04:03 | |
*** udesale has joined #openstack-glance | 04:09 | |
*** thiagolib has quit IRC | 04:10 | |
*** erhudy has quit IRC | 04:10 | |
*** erhudy_ is now known as erhudy | 04:10 | |
*** cmart has quit IRC | 04:20 | |
*** aavraham has joined #openstack-glance | 04:25 | |
*** ducttape_ has joined #openstack-glance | 04:28 | |
*** ducttape_ has quit IRC | 04:33 | |
*** ediardo has quit IRC | 04:42 | |
*** pdeore has joined #openstack-glance | 05:04 | |
*** cmart has joined #openstack-glance | 05:24 | |
*** mosulica has joined #openstack-glance | 05:28 | |
*** adisky_ has joined #openstack-glance | 05:34 | |
*** ratailor has joined #openstack-glance | 05:34 | |
*** cmart has quit IRC | 05:36 | |
*** groen692 has joined #openstack-glance | 05:57 | |
openstackgerrit | Merged openstack/glance master: Update api-ref for Range request support https://review.openstack.org/441707 | 05:57 |
*** ducttape_ has joined #openstack-glance | 05:58 | |
*** ducttape_ has quit IRC | 06:02 | |
*** jaosorior_away is now known as jaosorior | 06:16 | |
*** pdeore has quit IRC | 06:21 | |
*** aavraham has quit IRC | 06:53 | |
*** aavraham has joined #openstack-glance | 06:59 | |
*** pcaruana has joined #openstack-glance | 07:02 | |
*** ezoszed has joined #openstack-glance | 07:03 | |
*** tesseract has joined #openstack-glance | 07:04 | |
*** tshefi has joined #openstack-glance | 07:09 | |
*** rcernin has joined #openstack-glance | 07:09 | |
*** rcernin has quit IRC | 07:10 | |
*** rcernin has joined #openstack-glance | 07:10 | |
*** belmoreira has joined #openstack-glance | 07:13 | |
*** aarefiev_afk is now known as aarefiev | 07:17 | |
*** Sukhdev has quit IRC | 07:26 | |
*** pdeore has joined #openstack-glance | 07:30 | |
*** amoralej|off is now known as amoralej | 07:33 | |
*** mosulica has quit IRC | 07:54 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-glance | 08:00 | |
*** mosulica has joined #openstack-glance | 08:12 | |
openstackgerrit | XieYingYun proposed openstack/glance master: Optimize the link address https://review.openstack.org/454030 | 08:22 |
*** bjornar_ has joined #openstack-glance | 08:26 | |
*** aavraham has quit IRC | 08:26 | |
*** markvoelker has quit IRC | 08:26 | |
*** aavraham has joined #openstack-glance | 08:33 | |
*** gcb has quit IRC | 08:42 | |
*** gcb has joined #openstack-glance | 08:43 | |
*** dalgaaf has quit IRC | 09:29 | |
*** dalgaaf has joined #openstack-glance | 09:32 | |
*** udesale has quit IRC | 09:55 | |
*** nicolasbock has joined #openstack-glance | 10:03 | |
*** markvoelker has joined #openstack-glance | 10:27 | |
*** markvoelker has quit IRC | 10:31 | |
*** links has quit IRC | 10:39 | |
*** mvk has quit IRC | 10:40 | |
*** pdeore has quit IRC | 10:46 | |
*** pdeore has joined #openstack-glance | 10:51 | |
*** links has joined #openstack-glance | 10:55 | |
*** bkopilov has quit IRC | 10:56 | |
*** pdeore has quit IRC | 11:09 | |
*** smatzek has joined #openstack-glance | 11:17 | |
*** pdeore has joined #openstack-glance | 11:23 | |
*** mvk has joined #openstack-glance | 11:35 | |
*** e0ne has joined #openstack-glance | 11:59 | |
*** ducttape_ has joined #openstack-glance | 12:00 | |
*** ducttape_ has quit IRC | 12:01 | |
*** ducttape_ has joined #openstack-glance | 12:02 | |
EmilienM | hello there, do we want to merge the semver pbr bump or wait for pike-1 ? https://review.openstack.org/#/c/453416/ | 12:03 |
EmilienM | I'm happy to have this patch merged, but it's up to you | 12:03 |
*** pdeore has quit IRC | 12:13 | |
*** pdeore has joined #openstack-glance | 12:20 | |
*** markvoelker has joined #openstack-glance | 12:28 | |
*** ducttape_ has quit IRC | 12:32 | |
*** markvoelker has quit IRC | 12:32 | |
*** ducttape_ has joined #openstack-glance | 12:39 | |
*** zhurong has quit IRC | 12:42 | |
*** ratailor has quit IRC | 12:46 | |
*** jaosorior has quit IRC | 12:52 | |
*** jaosorior has joined #openstack-glance | 12:53 | |
*** pdeore has quit IRC | 13:01 | |
*** pdeore has joined #openstack-glance | 13:03 | |
*** pdeore has quit IRC | 13:04 | |
*** ducttape_ has quit IRC | 13:05 | |
*** catintheroof has joined #openstack-glance | 13:05 | |
hemanthm | EmilienM: today is our deadline for merging Pike-1 changes. So, Pike-1 should be out pretty soon. I'm thinking we'll merge your semver stuff right after. | 13:07 |
hemanthm | Let me know if you think otherwise. | 13:07 |
*** links has quit IRC | 13:09 | |
hemanthm | EmilienM: well, actually there's no point merging right after. We'll do it for Queens I meant. | 13:09 |
openstackgerrit | Dinesh Bhor proposed openstack/glance master: Optimise: Use sqlalchemy to build table sequence https://review.openstack.org/423958 | 13:17 |
*** adisky_ has quit IRC | 13:19 | |
*** knangia has quit IRC | 13:21 | |
jcook | hemanthm would an index be added on expand or contract? | 13:22 |
jcook | nvm found it | 13:22 |
jcook | https://docs.openstack.org/developer/glance/db.html | 13:23 |
jcook | Expand: in this phase, new columns, tables, indexes, or triggers are added to the database. | 13:23 |
hemanthm | +1 | 13:24 |
hemanthm | anything that doesn't screw up N-1 | 13:26 |
EmilienM | hemanthm: ok I'll abandon it | 13:31 |
*** chlong has joined #openstack-glance | 13:32 | |
*** ducttape_ has joined #openstack-glance | 13:36 | |
*** jistr is now known as jistr|afk | 13:47 | |
*** ducttape_ has quit IRC | 13:48 | |
*** jaosorior is now known as jaosorior_away | 13:55 | |
*** TravT has joined #openstack-glance | 13:56 | |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Add images/<id>/staging endpoint https://review.openstack.org/443636 | 13:57 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Add node_staging_uri and enable_image_import opts https://review.openstack.org/391441 | 13:57 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: WIP:Add api_image_import flow https://review.openstack.org/391442 | 13:57 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: Add OpenStack-image-import-methods header https://review.openstack.org/443632 | 13:57 |
openstackgerrit | Erno Kuvaja proposed openstack/glance master: WIP: Add import endpoint to initiate image import https://review.openstack.org/443633 | 13:57 |
rosmaita | someone's been busy | 13:57 |
rosmaita | :) | 13:57 |
rosmaita | Courtesy meeting reminder on #openstack-meeting-4: ativelkov, cpallares, flaper87, flwang1, hemanthm, jokke_, kragniz, lakshmiS, mclaren, mfedosin, nikhil_k, Nikolay_St, Olena, pennerc, rosmaita, sigmavirus24, sabari, TravT, ajayaa, GB21, bpoulos, harshs, abhishek, bunting, dshakhray, wxy, dhellmann, kairat, aavraham, alex_bash | 13:59 |
jokke_ | need to redo those ^^ ... that rebase came from wrong local repo and does not have my changes in :( | 14:01 |
rosmaita | ok | 14:02 |
*** haplo37 has quit IRC | 14:02 | |
*** ducttape_ has joined #openstack-glance | 14:03 | |
*** mosulica has quit IRC | 14:04 | |
*** ducttape_ has quit IRC | 14:05 | |
*** ducttape_ has joined #openstack-glance | 14:05 | |
*** melwitt has quit IRC | 14:05 | |
*** melwitt has joined #openstack-glance | 14:05 | |
*** mosulica has joined #openstack-glance | 14:05 | |
*** ducttape_ has quit IRC | 14:05 | |
*** ducttape_ has joined #openstack-glance | 14:06 | |
*** melwitt is now known as Guest48910 | 14:06 | |
*** ducttape_ has quit IRC | 14:06 | |
*** ducttape_ has joined #openstack-glance | 14:07 | |
*** ducttape_ has quit IRC | 14:07 | |
*** toan has quit IRC | 14:11 | |
*** haplo37 has joined #openstack-glance | 14:11 | |
*** toan has joined #openstack-glance | 14:13 | |
openstackgerrit | Jesse J. Cook proposed openstack/glance-specs master: Added spec for multihash support https://review.openstack.org/448680 | 14:26 |
*** mtanino has joined #openstack-glance | 14:28 | |
*** bkopilov has joined #openstack-glance | 14:28 | |
*** markvoelker has joined #openstack-glance | 14:29 | |
*** ezoszed has quit IRC | 14:31 | |
*** markvoelker has quit IRC | 14:35 | |
*** udesale has joined #openstack-glance | 14:38 | |
*** ducttape_ has joined #openstack-glance | 14:41 | |
*** Guest48910 is now known as melwitt | 14:42 | |
*** knangia has joined #openstack-glance | 14:48 | |
*** jistr|afk is now known as jistr | 14:53 | |
*** markvoelker has joined #openstack-glance | 14:59 | |
*** e0ne has quit IRC | 15:00 | |
*** mosulica has quit IRC | 15:03 | |
hemanthm | rosmaita, jokke_: no version bump commit https://github.com/openstack/glance/compare/stable/ocata...master | 15:04 |
*** ducttape_ has quit IRC | 15:06 | |
rosmaita | don't see it in newton, eihter | 15:06 |
hemanthm | yeah | 15:06 |
jokke_ | yeah so looks like the requirement for it was removed, which now causes issues down the line | 15:08 |
*** aavraham has left #openstack-glance | 15:10 | |
*** ducttape_ has joined #openstack-glance | 15:12 | |
*** ducttape_ has quit IRC | 15:13 | |
*** tshefi has quit IRC | 15:16 | |
*** smatzek has quit IRC | 15:19 | |
*** pcaruana has quit IRC | 15:28 | |
*** dharinic has quit IRC | 15:29 | |
*** mvk has quit IRC | 15:33 | |
*** udesale has quit IRC | 15:34 | |
*** belmoreira has quit IRC | 15:39 | |
*** dharinic has joined #openstack-glance | 15:44 | |
*** zhurong has joined #openstack-glance | 15:47 | |
hemanthm | rosmaita: is the gate issue resolved? | 15:48 |
*** zhurong has quit IRC | 15:49 | |
rosmaita | hemanthm: i'm reading back through the discussion in #o-infra to check | 15:50 |
rosmaita | i know monty was syncing some mirrors by hand, but don't know what the status of that is | 15:50 |
*** bjornar_ has quit IRC | 15:51 | |
hemanthm | ok | 15:53 |
hemanthm | I should join that channel | 15:53 |
openstackgerrit | Jesse J. Cook proposed openstack/glance-specs master: Eliminate Redundant Downloads of Uncached Images https://review.openstack.org/206120 | 15:55 |
rosmaita | hemanthm: sorry got sidetracked, checking now | 16:01 |
*** aarefiev is now known as aarefiev_afk | 16:05 | |
*** cmart has joined #openstack-glance | 16:07 | |
rosmaita | hemanthm: i think this fixed it: https://review.openstack.org/#/c/454195/ | 16:10 |
rosmaita | you should definitely read that commit message | 16:11 |
*** groen692 has quit IRC | 16:11 | |
hemanthm | ok, rechecking partial image downloads | 16:12 |
rosmaita | even if it's not fixed, there's a chance it will pass depending on where the job lands | 16:13 |
*** jaosorior_away has quit IRC | 16:14 | |
*** jaosorior has joined #openstack-glance | 16:15 | |
*** cmart has quit IRC | 16:21 | |
*** cmart has joined #openstack-glance | 16:31 | |
*** mvk has joined #openstack-glance | 16:37 | |
hemanthm | rosmaita: lol, that's an awesome cM | 16:38 |
*** sdatko_ has quit IRC | 16:38 | |
*** danpawlik has quit IRC | 16:39 | |
*** cmart has quit IRC | 16:41 | |
*** cmart has joined #openstack-glance | 16:42 | |
*** jaosorior is now known as jaosorior_away | 16:48 | |
*** tesseract has quit IRC | 16:50 | |
hemanthm | rosmaita: it failed again | 16:59 |
*** cmart has quit IRC | 17:03 | |
*** harlowja has joined #openstack-glance | 17:23 | |
*** cmart has joined #openstack-glance | 17:23 | |
stevelle | jokke_: yt? | 17:26 |
*** e0ne has joined #openstack-glance | 17:28 | |
openstackgerrit | Steve Lewis (stevelle) proposed openstack/glance_store master: Add python 3.5 in classifier and envlist https://review.openstack.org/355850 | 17:31 |
*** danpawlik has joined #openstack-glance | 17:45 | |
*** danpawlik has quit IRC | 17:54 | |
*** sdatko has joined #openstack-glance | 17:57 | |
*** danpawlik has joined #openstack-glance | 18:02 | |
*** chlong has quit IRC | 18:04 | |
*** bjornar_ has joined #openstack-glance | 18:05 | |
*** e0ne has quit IRC | 18:07 | |
*** e0ne has joined #openstack-glance | 18:10 | |
openstackgerrit | Steve Lewis (stevelle) proposed openstack/glance master: Fix and enable integration tests on py35. https://review.openstack.org/436552 | 18:14 |
*** Sukhdev has joined #openstack-glance | 18:18 | |
*** chlong has joined #openstack-glance | 18:19 | |
*** lucasxu has joined #openstack-glance | 18:22 | |
*** TravT has quit IRC | 18:24 | |
*** TravT_ has joined #openstack-glance | 18:24 | |
*** e0ne has quit IRC | 18:46 | |
*** e0ne has joined #openstack-glance | 18:50 | |
*** jdillaman has quit IRC | 18:52 | |
rosmaita | hemanthm: according to the healthcheck, that job is failing a lot, but not enough to be a big deal | 19:11 |
rosmaita | this page says only 3 failures : http://status.openstack.org/openstack-health/#/ | 19:12 |
rosmaita | (look at item 22 in teh table) | 19:12 |
rosmaita | unfortunately, all 3 of those are reviews i was just looking at! | 19:12 |
rosmaita | so i guess we should just recheck away | 19:12 |
jokke_ | stevelle: shoot | 19:13 |
hemanthm | rosmaita: ah, fun | 19:25 |
stevelle | jokke_: sorry, was in meeting. wanted to poke for feedback on the impl. of this one: https://review.openstack.org/#/c/444530/ | 19:29 |
*** e0ne has quit IRC | 19:35 | |
*** e0ne has joined #openstack-glance | 19:36 | |
*** e0ne has quit IRC | 19:36 | |
*** e0ne has joined #openstack-glance | 19:37 | |
*** e0ne has quit IRC | 19:37 | |
*** e0ne has joined #openstack-glance | 19:37 | |
*** e0ne has quit IRC | 19:38 | |
*** e0ne has joined #openstack-glance | 19:38 | |
*** e0ne has quit IRC | 19:39 | |
*** e0ne has joined #openstack-glance | 19:39 | |
*** e0ne has quit IRC | 19:39 | |
*** openstack has joined #openstack-glance | 19:44 | |
dharinic | gate cleared finally. | 19:53 |
*** harlowja has quit IRC | 20:03 | |
*** Sukhdev has quit IRC | 20:31 | |
*** david-lyle has quit IRC | 20:44 | |
*** rcernin has quit IRC | 20:44 | |
*** haplo37 has quit IRC | 20:53 | |
*** chlong has quit IRC | 20:57 | |
*** openstackstatus has quit IRC | 20:59 | |
*** openstackstatus has joined #openstack-glance | 21:00 | |
*** ChanServ sets mode: +v openstackstatus | 21:00 | |
*** haplo37 has joined #openstack-glance | 21:03 | |
*** harlowja has joined #openstack-glance | 21:03 | |
stevelle | https://review.openstack.org/#/c/433934/ would be helpful to get some initial reviews on. is it doing the things that everyone recalls us settling on? | 21:04 |
stevelle | filed under: rolling upgrades never ends, it just keeps rolling | 21:05 |
*** bjornar_ has quit IRC | 21:05 | |
*** openstackgerrit has quit IRC | 21:07 | |
*** chlong has joined #openstack-glance | 21:10 | |
*** openstackgerrit has joined #openstack-glance | 21:14 | |
openstackgerrit | Merged openstack/glance master: Do not serve partial img download reqs from cache https://review.openstack.org/434558 | 21:14 |
openstackgerrit | Steve Lewis (stevelle) proposed openstack/glance master: Remove duplicated content from "Admin Guide" https://review.openstack.org/454353 | 21:15 |
stevelle | grats dharinic on another bug fix merged | 21:19 |
dharinic | Yayy stevelle :) | 21:19 |
stevelle | good work, time to do it again. | 21:20 |
dharinic | Thank you stevelle, hemanthm, rosmaita. With all the timely reviews and feedback we got this partial download stuff in for pike-1 | 21:21 |
stevelle | https://review.openstack.org/436161 and https://review.openstack.org/#/c/436552/ shouldn't be too far away either | 21:22 |
stevelle | alex_bash: has only a little more py35 work behind those two, so we're nearly over the finish line for glance repo. | 21:23 |
*** Sukhdev has joined #openstack-glance | 21:29 | |
*** lucasxu has quit IRC | 21:36 | |
*** catintheroof has quit IRC | 21:38 | |
*** openstack has joined #openstack-glance | 22:00 | |
*** erhudy has quit IRC | 22:00 | |
*** chlong has quit IRC | 22:05 | |
openstackgerrit | Steve Lewis (stevelle) proposed openstack/glance master: Remove duplicated content from "Admin Guide" https://review.openstack.org/454353 | 22:09 |
*** markvoelker has quit IRC | 23:37 | |
*** david-lyle has joined #openstack-glance | 23:48 | |
*** e0ne has joined #openstack-glance | 23:53 | |
*** e0ne has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!