[00:40:53] !log jjmc89@tools-bastion-12 tools.fireflytools remove PII from .gitconfig T403814 [00:40:57] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.fireflytools/SAL [01:03:42] !log jjmc89@tools-bastion-12 tools.fireflytools remove credentials from , , , T403814 [01:03:46] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.fireflytools/SAL [01:04:10] !log jjmc89@tools-bastion-12 tools.fireflytools remove credentials from , , , T403814 [01:04:12] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.fireflytools/SAL [01:04:37] !log jjmc89@tools-bastion-12 tools.fireflytools remove credentials from ./db_handle_cci.py, ./tmp/proxy_check.py, ./db_handle.py, ./www/python/src/app.py T403814 [01:04:39] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.fireflytools/SAL [02:17:21] Is there a way to find out what is hosted on 172.16.19.232 on WM Cloud? [04:18:28] AmandaNP: 172.16.19.232 is a proxy host, so an endpoint there could be one of dozens of things. You'd need a complete URL to know what it's getting proxied to. [08:01:49] Tanvir: what's your tool/username that's missing the kubeconfig? [08:17:33] !sal add volans to cloud-vps domain admins: openstack role add --user volans --domain default --inherited admin [08:17:33] https://sal.toolforge.org/add [08:31:24] dhinus: you meant `!log admin`? [08:33:21] yes :( [08:33:29] !log admin add volans to cloud-vps domain admins: openstack role add --user volans --domain default --inherited admin [08:33:35] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Admin/SAL [08:40:35] !log toolsbeta add volans to toolsbeta.admin tool [08:40:38] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Toolsbeta/SAL [08:55:45] !log codesearch force-reboot codesearch9 VM because it's unresponsive to ssh and console and the services are down T404163 [08:55:47] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Codesearch/SAL [08:55:47] T404163: CodeSearch is unresponsive (2025-09-10) - https://phabricator.wikimedia.org/T404163 [11:02:14] dcaro, tool-wikitanvirbot. Some jobs are running as I get .err and .out files. However, jobs list returns https://pastebin.com/raw/j2NgzZe3 [11:25:01] that's weird, the .kube and .toolskube directories exist [11:25:11] and .toolskube has the certs [11:26:42] hmm, there's some suspicious commands in the history, maybe it was removed without noticing? [11:28:04] Tanvir: I manually restored the config file (just the file, the certs were there), and now it works [11:28:15] let me know if you still have issues [11:28:43] Thanks dcaro. Let me check. [11:29:48] The command works and I see my running jobs. [11:30:25] dcaro, I was inactive for some time and when it didn't work, I did some digging and found this https://phabricator.wikimedia.org/T320167 [11:30:45] Do I need to do anything there? I should be able to to install Pywiki now, right? [11:33:44] you should be good to go yes, following the wiki [11:34:05] https://wikitech.wikimedia.org/wiki/Help:Toolforge/Running_Pywikibot_scripts [11:34:39] Yeah, saw that. But didn't work before. [11:36:15] Thanks a lot for your help, dcaro! Will let you know if I can get it running successfully. [12:06:52] np [14:39:41] !log toolsbeta cherry-pick https://gerrit.wikimedia.org/r/c/operations/puppet/+/1186938 and https://gerrit.wikimedia.org/r/c/operations/puppet/+/1186937 [14:39:43] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Toolsbeta/SAL [14:43:20] !log toolsbeta reset puppet to production, testing finished [14:43:24] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Toolsbeta/SAL [17:02:42] random question, is there a log of tool membership changes in striker or elsewhere? [17:02:57] !log tools.fireflytools add Tenshi H (tenshih) as maintainer and remove toolforge-standards-committee (T403814) [17:03:00] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.fireflytools/SAL [17:03:01] T403814: Adoption request for fireflytools - https://phabricator.wikimedia.org/T403814 [17:03:07] or is it just SAL messages like ^ (which may or may not have been logged)? [17:04:02] nothing better than striker's notification archives or the ldap audit log, neither of which are public :/ [17:04:36] ok, thanks [18:09:40] Hello, is is possible to create SSD backed cinder volumes? [18:14:55] all cloud vps storage is SSD-backed [18:15:24] fab: are you seeing something that makes you think those are not? [18:24:04] thanks taavi. For a service that does similarity search (on a ~27GB index stored in that cinder volume) I do expect to be i/o bound, but the slow disk speed made me think it is a HDD backed volume. `iostat` shows a 100% utilization at <200MB/s. [18:27:10] and $ cat /sys/block/sdb/queue/rotational returns 1 [18:37:53] fab, default volumes have limited iops to prevent one user from gobbling all the bandwidth. If you have a case for needing a faster volume can you make a quota request. [18:54:13] that makes sense, thank you andrewbogott. I assume the iops quota does not come into play when using the disk of the instance? [18:54:52] I'd expect you to see similar performance with local disk and an attached volume, they should have the same limits by default