Hello!
A friendly reminder that the feedback period ends on the 21st of August.
Please spare 5-10 minutes to leave feedback[0] on the Toolhub taxonomy[1].
Toolhub[2] is a catalog of 1500+ tools used by a wide range of Wikimedia
contributors: editors, developers, patrollers, researchers, admins and more.
We want to make finding and categorizing these tools as easy as possible.
The taxonomy is at the heart of how tool search works, and your feedback
would help improve it.
Whether you are a current user of Toolhub or hearing about it for the first
time doesn't matter – your input is valuable and much appreciated either
way!
=== How To Provide Feedback ===
Use the discussion page[3] of the feedback page to provide your responses
to the questions.
You will find more details on the feedback page.
=== Implementation ===
At the end of the feedback round, the team will evaluate and work on the
necessary improvements.
This is expected to be completed by the end of September 2022.
[0]: https://meta.wikimedia.org/wiki/Toolhub/Data_model/Feedback
[1]: https://meta.wikimedia.org/wiki/Toolhub/Data_model#Taxonomy_v2
[2]: https://toolhub.wikimedia.org/
[3]: https://meta.wikimedia.org/wiki/Talk:Toolhub/Data_model/Feedback
Thanks
--
Seyram Komla Sapaty
Developer Advocate
Wikimedia Cloud Services
Thanks to a profound disagreement between fingers and brain, I've just
accidentally rebooted several cloudvirts and they're associated VMs.
Everything will be back up shortly, and no action is needed from users
unless you have services that need manual restarting.
Sorry for the noise!
-Andrew
Hi everyone!
TL;DR;
Currently there's a degradation on the service for VMs and anything running on them (ex. toolforge, quarry, paws,
...), you might be able to use the services or they might become too slow, we are working on it and will update when
fixed.
Long story:
We were adding a new ceph node to the ceph cluster. This time the node was in a different subnet, but ceph is supposed
to be transparently able to work with many subnets. For some reason the new node was added to the cluster, but it's
missing to reply to any heartbeats sent from any other nodes in the cluster and that causes the cluster to keep
rebalancing data around, what creates a continuous IO slowness for any clients (like VMs).
We are trying to minimize the impact by limiting the amount of data that gets re-shuffled, that slows down the
intervention a bit, but should improve the client experience.
We are actively working on this, and will update with any changes.
Cheers!
--
David Caro
SRE - Cloud Services
Wikimedia Foundation <https://wikimediafoundation.org/>
PGP Signature: 7180 83A2 AC8B 314F B4CE 1171 4071 C7E1 D262 69C3
"Imagine a world in which every single human being can freely share in the
sum of all knowledge. That's our commitment."
Hello!
This is a friendly reminder for you to spare 5-10 minutes to leave
feedback[0] on the Toolhub taxonomy[1].
The period for providing feedback ends on August 21, 2022.
Toolhub[2] is a catalog of 1500+ tools used by a wide range of Wikimedia
contributors: editors, developers, patrollers, researchers, admins and more.
We want to make finding and categorizing these tools as easy as possible.
The taxonomy is at the heart of how tool search works, and your feedback
would help improve it.
Whether you are a current user of Toolhub or hearing about it for the first
time doesn't matter – your input is valuable and much appreciated either
way!
=== How To Provide Feedback ===
Use the discussion page[3] of the feedback page to provide your responses
to the questions.
You will find more details on the feedback page.
=== Implementation ===
At the end of the feedback round, the team will evaluate and work on the
necessary improvements.
This is expected to be completed by the end of September 2022.
[0]: https://meta.wikimedia.org/wiki/Toolhub/Data_model/Feedback
[1]: https://meta.wikimedia.org/wiki/Toolhub/Data_model#Taxonomy_v2
[2]: https://toolhub.wikimedia.org/
[3]: https://meta.wikimedia.org/wiki/Talk:Toolhub/Data_model/Feedback
--
Seyram Komla Sapaty
Developer Advocate
Wikimedia Cloud Services
Hi all,
We've added Node.js version 16 as an available image[0] to Toolforge
Kubernetes. Note that you might need to delete and re-create the
node_modules directory with the newer runtime for it to work properly.
[0]:
https://wikitech.wikimedia.org/wiki/Help:Toolforge/Kubernetes#Container_ima…
-- Taavi Väänänen, on behalf of the entire Toolforge admin team
Hello!
The Toolhub project team wants your feedback[0] on the Toolhub taxonomy[1].
Toolhub[2] is a catalog of 1500+ tools used by a wide range of Wikimedia
contributors: editors, developers, patrollers, researchers, admins and more.
We want to make finding and categorizing these tools as easy as possible.
The taxonomy is at the heart of how tool search works, and your feedback
would help improve it.
Whether you are a current user of Toolhub or hearing about it for the first
time doesn't matter – your input is valuable and much appreciated either
way!
Please take 5-10 minutes to leave feedback.
=== How To Provide Feedback ===
Use the discussion page[3] of the feedback page to provide your responses
to the questions.
You will find more details on the feedback page.
The period for providing feedback ends on August 21, 2022.
=== Implementation ===
At the end of the feedback round, the team will evaluate and work on the
necessary improvements.
This is expected to be completed and announced by the end of September 2022.
[0]: https://meta.wikimedia.org/wiki/Toolhub/Data_model/Feedback
[1]: https://meta.wikimedia.org/wiki/Toolhub/Data_model#Taxonomy_v2
[2]: https://toolhub.wikimedia.org/
[3]: https://meta.wikimedia.org/wiki/Talk:Toolhub/Data_model/Feedback
Thanks
--
Seyram Komla Sapaty
Developer Advocate
Wikimedia Cloud Services
Rstudio has an interest in system users existing that make it difficult to
upgrade in PAWS, which doesn't have the same ideas about system users.
Currently the single user container is blocked from being upgraded by
Rstudio. There are some more Rstudio specific details in
https://phabricator.wikimedia.org/T302164
One simple solution would be to remove Rstudio. At the moment there is not
a clear path forward for keeping it as a part of PAWS.
Are there any opinions on this approach?
Thank you
--
*Vivian Rook (They/Them)*
Site Reliability Engineer
Wikimedia Foundation <https://wikimediafoundation.org/>
Hello,
WMCS will be migrating the remaining Toolforge tools running on Stretch[0]
grid to Buster grid tomorrow(2nd June, 2022).
This has become necessary as the deadline for long term support(including
security updates) for Stretch comes to an end this month(June 2022).
=== What Do I Have To Do ===
Unless your tool starts failing on Buster grid, you don't have to do
anything.
If your tool can only work on Stretch grid, you can temporarily move it
back to Stretch grid with the following commands(while you work to port it
to Buster grid or kubernetes)
1. Webservice
Stop and Start the tool with *-release=stretch* flag
Example: *webservice stop*; *webservice start -release=stretch*
2. Jobs
Add *-release=stretch* to jsub command
Example: *jsub -release=stretch ...*
If you need further assistance, kindly reach out to us via our
communication channels[1]
[0]https://wikitech.wikimedia.org/wiki/News/Toolforge_Stretch_deprecation
[1]
https://wikitech.wikimedia.org/wiki/Portal:Toolforge/About_Toolforge#Commun…
Thanks
--
Seyram Komla Sapaty
Developer Advocate
Wikimedia Cloud Services
On 2022-06-01 we will be upgrading kubernetes (from 1.20 to 1.21) on the
PAWS cluster. This should take no action on your part.
--
*Vivian Rook (They/Them)*
Site Reliability Engineer
Wikimedia Foundation <https://wikimediafoundation.org/>
We need to perform very brief maintenance on the servers that support
the DUMPS and TOOLS NFS mounts. That means that (among other things)
toolforge will be almost entirely broken for about 5 minutes. I expect a
graceful recovery, but in the worst case I may need to reboot toolforge
hosts (including the bastions), in which case some jobs will be interrupted.
This downtime will happen on Thursday, the 12th of May, at 15:00 UTC.
-Andrew + the WMCS team