opendevreview | Chinemerem Chigbo proposed openstack/swift master: Add unlinks stats https://review.opendev.org/c/openstack/swift/+/933880 | 00:10 |
---|---|---|
opendevreview | ASHWIN A NAIR proposed openstack/swift master: s3api: error handling of complete mpu and part-num https://review.opendev.org/c/openstack/swift/+/934154 | 01:05 |
opendevreview | Tim Burke proposed openstack/swift master: DNM: investigating probe test timeouts https://review.opendev.org/c/openstack/swift/+/934350 | 02:06 |
opendevreview | Jianjian Huo proposed openstack/swift master: Object-server: add periodic greenthread yielding during file write https://review.opendev.org/c/openstack/swift/+/934200 | 06:02 |
opendevreview | Chinemerem Chigbo proposed openstack/swift master: Add unlinks stats https://review.opendev.org/c/openstack/swift/+/933880 | 14:53 |
opendevreview | Shreeya Deshpande proposed openstack/swift master: Remove PrefixLoggerAdapter and SwiftLoggerAdapter https://review.opendev.org/c/openstack/swift/+/931060 | 15:12 |
opendevreview | Shreeya Deshpande proposed openstack/swift master: Use a patcher to make SwiftLogAdapter looks like a StatsdClient https://review.opendev.org/c/openstack/swift/+/931473 | 15:13 |
jamesngn | Hi 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 |
jamesngn | However, 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: parallels | 15:45 |
jamesngn | default: Box Version: >= 0 | 15:45 |
jamesngn | There was an error while downloading the metadata for this box. | 15:45 |
jamesngn | The error message is shown below: | 15:45 |
jamesngn | The requested URL returned error: 501" | 15:45 |
jamesngn | Please let me know if you guys need any further information. Thank you. | 15:45 |
timburke | jamesngn, weird! i don't have an arm mac to test with, unfortunately, but i'll see if i can find somebody who does | 16:23 |
indianwhocodes | i do | 16:23 |
timburke | it returning a 501 seems really strange -- hopefully it was just some transient error? | 16:24 |
timburke | fwiw, 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 |
indianwhocodes | if you're using the the parallels plugin for vagrant, you must have a subscription for parallels if i recall | 16:27 |
indianwhocodes | My vagrant version is `2.4.1` and i had `vagrant-parallels-2.4.0` | 16:30 |
indianwhocodes | the subscription has to be Pro Edition | 16:32 |
jamesngn | I'm using the business edition | 16:38 |
jamesngn | indianwhocodes, when I tried to click on the link that jammy-m1 points to, I'm also able to download it | 16:41 |
jamesngn | It's also a bit weird that it looks like jammy-m1 pointing to ubuntu 22.4 version, which i'm also using on my parallels | 16:41 |
indianwhocodes | https://www.irccloud.com/pastebin/fluBI3Rm/.bash_parallels | 16:43 |
indianwhocodes | This my bash file for parallels once you solve the 500 problem | 16:43 |
indianwhocodes | my os version is: | 16:44 |
indianwhocodes | ``` | 16:44 |
indianwhocodes | Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-82-generic aarch64) | 16:44 |
indianwhocodes | ``` | 16:44 |
jamesngn | I just tried your localrc file but it still didn't work :( | 16:46 |
jamesngn | Oh, I just realize that I'm using Ubuntu 24.04.1 LTS version on parallels | 16:48 |
indianwhocodes | well my file won't help until after the 500 is resolved | 16:48 |
indianwhocodes | there you go, wrong image! | 16:48 |
jamesngn | so 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 |
indianwhocodes | i wouldn't try that if i would need my help, i would reimage your VM to my version , lol. | 16:56 |
indianwhocodes | But feel free to do it on 24, i'm just saying it would be uncharted territory for me | 16:56 |
jamesngn | I'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 |
jamesngn | So it would be separate from the 24.4 version I'm using to communicate with you guys | 17:02 |
opendevreview | ASHWIN A NAIR proposed openstack/swift master: s3api: error handling of complete mpu and part-num https://review.opendev.org/c/openstack/swift/+/934154 | 17:16 |
timburke | got a lead on those occasional probe test hangs: https://github.com/eventlet/eventlet/issues/989 | 17:49 |
timburke | i 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#L857 | 17:53 |
opendevreview | ASHWIN A NAIR proposed openstack/swift master: s3api: Refactor how we handle expected errors https://review.opendev.org/c/openstack/swift/+/751555 | 17:54 |
opendevreview | ASHWIN A NAIR proposed openstack/swift master: s3api: Refactor how we handle expected errors https://review.opendev.org/c/openstack/swift/+/751555 | 18:01 |
opendevreview | Tim Burke proposed openstack/swift master: probe tests: Kill long-running "once" processes https://review.opendev.org/c/openstack/swift/+/934449 | 18:10 |
opendevreview | Tim Burke proposed openstack/swift master: DNM: investigating probe test timeouts https://review.opendev.org/c/openstack/swift/+/934350 | 18:11 |
opendevreview | Shreeya Deshpande proposed openstack/swift master: Use a patcher to make SwiftLogAdapter looks like a StatsdClient https://review.opendev.org/c/openstack/swift/+/931473 | 20:06 |
opendevreview | Shreeya Deshpande proposed openstack/swift master: Remove PrefixLoggerAdapter and SwiftLoggerAdapter https://review.opendev.org/c/openstack/swift/+/931060 | 20:15 |
opendevreview | Shreeya Deshpande proposed openstack/swift master: Use a patcher to make SwiftLogAdapter looks like a StatsdClient https://review.opendev.org/c/openstack/swift/+/931473 | 20:16 |
opendevreview | Shreeya Deshpande proposed openstack/swift master: Move tests https://review.opendev.org/c/openstack/swift/+/933971 | 20:16 |
opendevreview | Tim Burke proposed openstack/swift master: Pull out a bunch of liberasurecode requirements https://review.opendev.org/c/openstack/swift/+/933697 | 20:19 |
*** rwmtinkywinky43 is now known as rwmtinkywinky4 | 20:20 | |
opendevreview | Shreeya Deshpande proposed openstack/swift master: Move logger tests https://review.opendev.org/c/openstack/swift/+/933971 | 20:41 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!