diff options
author | Pjotr Prins | 2023-02-16 17:15:13 -0600 |
---|---|---|
committer | Pjotr Prins | 2023-02-16 17:15:13 -0600 |
commit | 161d0c43c4bd3387dbadc7c3170f64a4b5bc950a (patch) | |
tree | 08629d2e37d5633c562f0dc16008bb7ddbf13735 | |
parent | d3e5441f2dcf2349b4a667c039fe218f87366d48 (diff) | |
download | gn-gemtext-161d0c43c4bd3387dbadc7c3170f64a4b5bc950a.tar.gz |
Octopus
-rw-r--r-- | issues/systems/mariadb/move-to-innodb.gmi | 2 | ||||
-rw-r--r-- | tasks/andreag.gmi | 10 | ||||
-rw-r--r-- | topics/systems/hpc/octopus-maintenance.gmi | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/issues/systems/mariadb/move-to-innodb.gmi b/issues/systems/mariadb/move-to-innodb.gmi index 7b95996..61de97d 100644 --- a/issues/systems/mariadb/move-to-innodb.gmi +++ b/issues/systems/mariadb/move-to-innodb.gmi @@ -1021,6 +1021,8 @@ flush tables; ALTER TABLE ProbeSetFreeze CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; ``` +This makes GN a bit snappier, it appears. Next to fix is the AccessLog because Gn1 writes to it. + ## Tags * assigned: pjotr diff --git a/tasks/andreag.gmi b/tasks/andreag.gmi index 6132b56..6fd2077 100644 --- a/tasks/andreag.gmi +++ b/tasks/andreag.gmi @@ -15,8 +15,14 @@ ### Meta-tasks -* [ ] Pjotr should give root access on all nodes +* [ ] visit all lizardfs drives, remove USB (see /etc/lizardfs; fdisk -l) + - look at configuration /etc/lizardfs + - look dmesg output (errors) dmesg --color=always |less -R + - /scratch and /tmp status + - df -h +* [ ] check scontrol status for nodes +* [X] Pjotr should give root access on all nodes * [ ] Move /gnu to new partition on Oct01 and update nfs /etc/exports * [ ] /dev/sdc1 is giving errors on Oct03 (XFS) - Disk /dev/sdc: 3.7 TiB, Disk model: Samsung SSD 870 -* [ ] visit all lizardfs drives, remove USB (see /etc/lizardfs; fdisk -l) +* [ ] sync ids on nodes diff --git a/topics/systems/hpc/octopus-maintenance.gmi b/topics/systems/hpc/octopus-maintenance.gmi index f54cf45..af00d81 100644 --- a/topics/systems/hpc/octopus-maintenance.gmi +++ b/topics/systems/hpc/octopus-maintenance.gmi @@ -37,4 +37,8 @@ scontrol reconfigure ## Password management -AllowUsers wrk kranz@!::1,128.169.4.91 root@!::1,128.169.4.91 efraimf erikg flaviav gdama guarracino hchen heumos ibackup@!::1,128.169.4.91 junh@!::1,* wrk +So we create a script that can deploy files from octopus01 (head node). Unfortunately ids in passwd do no match, so we can't copy those yet. + +See /etc/nodes for script and ssh files, sudoers (etc) + +Basically the root user can copy across. |