Skip to content

Commit 26887c9

Browse files
authored
Revert to 5G for snapshot storage
Signed-off-by: enoch85 <[email protected]>
1 parent 3126bf9 commit 26887c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextcloud_install_production.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Enabling this will also force an automatic reboot after running the update scrip
116116
print_text_in_color "$ICyan" "Creating volume..."
117117
sleep 1
118118
# Create a placeholder snapshot
119-
check_command lvcreate --size 10G --name "NcVM-installation" ubuntu-vg
119+
check_command lvcreate --size 5G --name "NcVM-installation" ubuntu-vg
120120
export SNAPSHOTS_ENABLED="yes"
121121
else
122122
print_text_in_color "$IRed" "Could not create volume because of insufficient space..."

0 commit comments

Comments
 (0)