Friday, 2024-11-08

opendevreviewChinemerem Chigbo proposed openstack/swift master: Add unlinks stats  https://review.opendev.org/c/openstack/swift/+/93388000:10
opendevreviewASHWIN A NAIR proposed openstack/swift master: s3api: error handling of complete mpu and part-num  https://review.opendev.org/c/openstack/swift/+/93415401:05
opendevreviewTim Burke proposed openstack/swift master: DNM: investigating probe test timeouts  https://review.opendev.org/c/openstack/swift/+/93435002:06
opendevreviewJianjian Huo proposed openstack/swift master: Object-server: add periodic greenthread yielding during file write  https://review.opendev.org/c/openstack/swift/+/93420006:02
opendevreviewChinemerem Chigbo proposed openstack/swift master: Add unlinks stats  https://review.opendev.org/c/openstack/swift/+/93388014:53
opendevreviewShreeya Deshpande proposed openstack/swift master: Remove PrefixLoggerAdapter and SwiftLoggerAdapter  https://review.opendev.org/c/openstack/swift/+/93106015:12
opendevreviewShreeya Deshpande proposed openstack/swift master: Use a patcher to make SwiftLogAdapter looks like a StatsdClient  https://review.opendev.org/c/openstack/swift/+/93147315:13
jamesngnHi everyone, I'm trying to install swift using vagrant-saio on my  macbook (m3 pro - 15.1) with provider is parallels (20.1.1 (55740)). My vagrant version is 2.4.1 since there is some error about log… when using 2.4.2. the vagrant-parallels plug-in is 2.4.2 though, I’m not sure if it could cause the problem. 15:45
jamesngnHowever, when I run vagrant up (after made changes like in the README), I got this error: "Bringing machine 'default' up with 'parallels' provider...15:45
jamesngn==> default: Box 'jammy-m1' could not be found. Attempting to find and install...15:45
jamesngn    default: Box Provider: parallels15:45
jamesngn    default: Box Version: >= 015:45
jamesngnThere was an error while downloading the metadata for this box.15:45
jamesngnThe error message is shown below:15:45
jamesngnThe requested URL returned error: 501"15:45
jamesngnPlease let me know if you guys need any further information. Thank you.15:45
timburkejamesngn, weird! i don't have an arm mac to test with, unfortunately, but i'll see if i can find somebody who does16:23
indianwhocodesi do16:23
timburkeit returning a 501 seems really strange -- hopefully it was just some transient error?16:24
timburkefwiw, i seemed to be able to download https://app.vagrantup.com/bento/boxes/ubuntu-22.04/versions/202407.22.0/providers/parallels/arm64/vagrant.box (which is what that 'jammy-m1' should be pointing to)16:25
indianwhocodesif you're using the the parallels plugin for vagrant, you must have a subscription for parallels if i recall16:27
indianwhocodesMy vagrant version is `2.4.1`  and i had `vagrant-parallels-2.4.0` 16:30
indianwhocodesthe subscription has to be Pro Edition16:32
jamesngnI'm using the business edition16:38
jamesngnindianwhocodes, when I tried to click on the link that jammy-m1 points to, I'm also able to download it16:41
jamesngnIt's also a bit weird that it looks like jammy-m1 pointing to ubuntu 22.4 version, which i'm also using on my parallels16:41
indianwhocodeshttps://www.irccloud.com/pastebin/fluBI3Rm/.bash_parallels16:43
indianwhocodesThis my bash file for parallels once you solve the 500 problem16:43
indianwhocodesmy os version is:16:44
indianwhocodes```16:44
indianwhocodesWelcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-82-generic aarch64)16:44
indianwhocodes```16:44
jamesngnI just tried your localrc file but it still didn't work :(16:46
jamesngnOh, I just realize that I'm using Ubuntu 24.04.1 LTS version on parallels16:48
indianwhocodeswell my file won't help until after the 500 is resolved16:48
indianwhocodesthere you go, wrong image!16:48
jamesngnso you mean for 'https://app.vagrantup.com/bento/boxes/ubuntu-22.04/versions/202407.22.0/providers/parallels/arm64/vagrant.box', I should change from 22.04 to 24.04?16:50
indianwhocodesi wouldn't try that if i would need my help, i would reimage your VM to my version , lol. 16:56
indianwhocodesBut feel free to do it on 24, i'm just saying it would be uncharted territory for me16:56
jamesngnI'm sorry, but I don't really understand. I thought what vagrant-saio does is downloading the ubuntu version, creating a new vm on parallel?17:02
jamesngnSo it would be separate from the 24.4 version I'm using to communicate with you guys17:02
opendevreviewASHWIN A NAIR proposed openstack/swift master: s3api: error handling of complete mpu and part-num  https://review.opendev.org/c/openstack/swift/+/93415417:16
timburkegot a lead on those occasional probe test hangs: https://github.com/eventlet/eventlet/issues/98917:49
timburkei think we can probably get a fix in our probe tests, though, by (optionally?) getting a timeout around https://github.com/openstack/swift/blob/2.34.0/swift/common/manager.py#L85717:53
opendevreviewASHWIN A NAIR proposed openstack/swift master: s3api: Refactor how we handle expected errors  https://review.opendev.org/c/openstack/swift/+/75155517:54
opendevreviewASHWIN A NAIR proposed openstack/swift master: s3api: Refactor how we handle expected errors  https://review.opendev.org/c/openstack/swift/+/75155518:01
opendevreviewTim Burke proposed openstack/swift master: probe tests: Kill long-running "once" processes  https://review.opendev.org/c/openstack/swift/+/93444918:10
opendevreviewTim Burke proposed openstack/swift master: DNM: investigating probe test timeouts  https://review.opendev.org/c/openstack/swift/+/93435018:11
opendevreviewShreeya Deshpande proposed openstack/swift master: Use a patcher to make SwiftLogAdapter looks like a StatsdClient  https://review.opendev.org/c/openstack/swift/+/93147320:06
opendevreviewShreeya Deshpande proposed openstack/swift master: Remove PrefixLoggerAdapter and SwiftLoggerAdapter  https://review.opendev.org/c/openstack/swift/+/93106020:15
opendevreviewShreeya Deshpande proposed openstack/swift master: Use a patcher to make SwiftLogAdapter looks like a StatsdClient  https://review.opendev.org/c/openstack/swift/+/93147320:16
opendevreviewShreeya Deshpande proposed openstack/swift master: Move tests  https://review.opendev.org/c/openstack/swift/+/93397120:16
opendevreviewTim Burke proposed openstack/swift master: Pull out a bunch of liberasurecode requirements  https://review.opendev.org/c/openstack/swift/+/93369720:19
*** rwmtinkywinky43 is now known as rwmtinkywinky420:20
opendevreviewShreeya Deshpande proposed openstack/swift master: Move logger tests  https://review.opendev.org/c/openstack/swift/+/93397120:41

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!