[01:06:19] !log tools truncating logfiles with find . -name '*.log' -size +1G -exec truncate --size=100M {} \; [01:06:21] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/SAL [02:17:01] !log stopping neutron-l3-agent on cloudnet1005 because it's logging at a furious rate and about to fill the drive [02:17:02] andrewbogott: Unknown project "stopping" [02:58:48] !log utrs add WM Header debug manually into vendor files on server T325692 [02:58:51] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Utrs/SAL [02:58:51] T325692: API errors in relation to UTRS - https://phabricator.wikimedia.org/T325692 [10:12:26] !log admin [codfw1dev] failover neutron-l3-agent between cloudnet2005-dev/cloudnet2006-dev a couple of times T327463 [10:12:30] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Admin/SAL [10:12:30] T327463: neutron-keepalived-state-change debug turned on, filling logs - https://phabricator.wikimedia.org/T327463 [13:15:51] !log admin reinstall python3-neutron (to reset manual patching) on all cloudnet nodes and patch it via puppet, then restart neutron-l3-agent by hand (T327463) [13:15:55] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Admin/SAL [13:15:55] T327463: neutron-keepalived-state-change debug turned on, filling logs - https://phabricator.wikimedia.org/T327463 [13:45:23] arturo: you found where 'debug' was turned on! Thank you for researching that bug -- I noticed the problem after I was mostly out of brainpower for the day. [13:45:58] andrewbogott: that's OK :-) there's still the mystery of why this never happened before. That code has been unchanged for years [13:46:29] Oh, it's not from the Z upgrade? [13:47:39] git blame on https://opendev.org/openstack/neutron/src/branch/master/neutron/agent/l3/keepalived_state_change.py#L172 shows it has been like that for years [13:48:03] huh [13:48:36] Well we avoided having our network crash due to a full disk, so I'm calling this a win :) [13:48:50] =) [14:09:20] btw arturo, it is extremely good to have you back from leave! [15:20:15] 🎉 [15:20:22] thanks for the kind words [21:24:09] !log tools truncating logfiles with find . -name '*.out' -size +1G -exec truncate --size=100M {} \; [21:24:12] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/SAL [22:21:59] 612/651 [23:24:14] !log tools truncating logfiles with find . -name '*.err' -size +1G -exec truncate --size=100M {} \; [23:24:16] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/SAL [23:27:12] andrewbogott: any reason that's not a daily cron? [23:28:59] Not really! [23:45:09] I guess I think of it as a drastic measure... really we should provide a proper log service so the issue doesn't come up as much.