From 724447b02cd3704243cf5c6f3453d6f87b0ce1ed Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Sun, 25 Apr 2021 11:24:16 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2be4251..a096e8c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # proxmox-zfs-postinstall -`devel` branch is still under heavy development, so only use this script for testing. - This script installs and configures basic tools for running a Proxmox Server. Following settings are made: - Disable `pve-enterprise` repo From b8e46f35bc1dbf0d35972be88e73e62337b22410 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Sun, 25 Apr 2021 14:26:56 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a096e8c..00c2887 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Following settings are made: - Disable `pve-enterprise` repo - Add `pve-no-subscription` repo - Upgrade system to latest version -- Install basic tools: `vim ifupdown2 net-tools dnsutils ethtool git curl unzip screen iftop lshw smartmontools nvme-cli lsscsi sysstat zfs-auto-snapshot htop mc rpl` +- Install basic tools: `sudo vim ifupdown2 net-tools dnsutils ethtool git curl unzip screen iftop lshw smartmontools nvme-cli lsscsi sysstat zfs-auto-snapshot htop mc rpl` - Configure snapshot retention for `zfs-auto-snapshot` interactively - Calculates limits for level 1 arc (`zfs_arc_min` and `zfs_arc_max`) and asks you to apply or to input your preferences - Configure backup of `/etc` folder to new zfs dataset on `rpool/pveconf` From 1b99df1e62ce318d6879fead6233b0c7486cffad Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Mon, 26 Apr 2021 19:04:50 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00c2887..e349e1b 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ Following settings are made: - Upgrade system to latest version - Install basic tools: `sudo vim ifupdown2 net-tools dnsutils ethtool git curl unzip screen iftop lshw smartmontools nvme-cli lsscsi sysstat zfs-auto-snapshot htop mc rpl` - Configure snapshot retention for `zfs-auto-snapshot` interactively -- Calculates limits for level 1 arc (`zfs_arc_min` and `zfs_arc_max`) and asks you to apply or to input your preferences +- Calculates limits for level 1 arc (`zfs_arc_min` and `zfs_arc_max`) based on the your allover zpool storage - Configure backup of `/etc` folder to new zfs dataset on `rpool/pveconf` From 72a8029d0983bcab3b0eeca05f35bce3fd6c4246 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Mon, 26 Apr 2021 19:05:26 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e349e1b..9b19134 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ Following settings are made: - Upgrade system to latest version - Install basic tools: `sudo vim ifupdown2 net-tools dnsutils ethtool git curl unzip screen iftop lshw smartmontools nvme-cli lsscsi sysstat zfs-auto-snapshot htop mc rpl` - Configure snapshot retention for `zfs-auto-snapshot` interactively -- Calculates limits for level 1 arc (`zfs_arc_min` and `zfs_arc_max`) based on the your allover zpool storage +- Calculates limits for level 1 arc (`zfs_arc_min` and `zfs_arc_max`) based on all configured zpools - Configure backup of `/etc` folder to new zfs dataset on `rpool/pveconf`