Skip to content

Commit 81cee46

Browse files
committed
Bump lv_audit LVM size to 500MB for CI-AIO
Rebooting from Ubuntu upgrade creates audit.log file that uses all of lv_audit partition. Doubling its size to avoid having LowDiskSpace from SCT.
1 parent f97551f commit 81cee46

File tree

1 file changed

+1
-1
lines changed
  • etc/kayobe/environments/ci-aio/inventory/group_vars/controllers

1 file changed

+1
-1
lines changed

etc/kayobe/environments/ci-aio/inventory/group_vars/controllers/lvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ stackhpc_lvm_lv_var_tmp_size: 2g
2525
stackhpc_lvm_lv_log_size: 2g
2626

2727
# StackHPC LVM lv_audit LV size.
28-
stackhpc_lvm_lv_audit_size: 250m
28+
stackhpc_lvm_lv_audit_size: 500m
2929

3030
# StackHPC LVM lv_home LV size.
3131
stackhpc_lvm_lv_home_size: 2g

0 commit comments

Comments
 (0)