From b6e276bbea43941a8add16f33646019b56ef9c6c Mon Sep 17 00:00:00 2001 From: milan Date: Sun, 18 Aug 2019 16:37:27 +0200 Subject: [PATCH] add_pv --- README.md | 2 +- setup-usl-mm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be38e9f..958e4a7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ for sure, stop snapd.lxd service and delete everything in /var/snap/lxd/common/l exec /root/onstart to decrypt partition and import zpool, configure LXD to use encrypted partition as storage, add some config to /root/.screenrc (for gnuscreen utility), -install htop mc zfsnap smartmontools and screen +install htop mc zfsnap smartmontools screen and pv 3. Install uptrack-upgrade -> install ksplice tool for kernel live patching - UNTESTED diff --git a/setup-usl-mm b/setup-usl-mm index 42968b2..0e8f6b5 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -182,7 +182,7 @@ echo "scrollback 5000" >> /root/.screenrc echo "hardstatus string \"%{=b kw} %?%-Lw%?%{=br kw}[%n %t]%{=b kw}%?%+Lw%? %= %c\"" >> /root/.screenrc echo "Install utilities" -apt install -y mc htop screen zfsnap smartmontools +apt install -y mc htop screen zfsnap smartmontools pv echo "Set max processes to 1500 in default profile in LXD" lxc profile set default limits.processes 1500