forked from lukeharvey/ansible-initial-server-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
9 lines (6 loc) · 753 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
29 sep NOT RELEVANT ANYMORE? ansible: `echo "block/sdX/queue/scheduler = deadline" >> /etc/sysfs.conf` on all ssd devices
29 sep NOT RELEVANT ANYMORE? ansible: or # set deadline scheduler for non-rotating disks
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="deadline" per https://wiki.debian.org/SSDOptimization
29 sep NOT RELEVANT ANYMORE? pve: set non-rotational on appropriate disks and test with: `grep . /sys/block/sd?/queue/rotational` again
29 sep following maybe not relevant since all schedulers are /sys/block/sd?/queue/scheduler:[mq-deadline] none
Ensure that secrets.yml are never commit unencryped: https://www.reddit.com/r/devops/comments/z2tucy/ensure_that_an_ansible_secretsyml_is_never/