Skip to content

Commit e2294c8

Browse files
owenjonesAlex-Welsh
authored andcommitted
Increase upgrade AIO volume size
Ubuntu Jammy -> Noble AIO upgrade jobs are currently failing due to the Docker LV being >90% full. This change increases the overall volume size available to the instance, as well as increasing the LV size for the /var LV as that was also >90% utilised. (cherry picked from commit 9823037)
1 parent 6acc2cf commit e2294c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
VM_NAME: "skc-ci-aio-${{ inputs.neutron_plugin }}-${{ github.run_id }}"
177177
VM_IMAGE: ${{ steps.image_name.outputs.image_name }}
178178
VM_INTERFACE: ${{ inputs.vm_interface }}
179-
VM_VOLUME_SIZE: ${{ inputs.upgrade && '65' || '50' }}
179+
VM_VOLUME_SIZE: ${{ inputs.upgrade && '100' || '50' }}
180180
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'
181181

182182
- name: Terraform Plan

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
@@ -16,7 +16,7 @@ stackhpc_lvm_lv_root_size: 2g
1616
stackhpc_lvm_lv_tmp_size: 2g
1717

1818
# StackHPC LVM lv_var LV size.
19-
stackhpc_lvm_lv_var_size: 2g
19+
stackhpc_lvm_lv_var_size: 5g
2020

2121
# StackHPC LVM lv_var_tmp LV size.
2222
stackhpc_lvm_lv_var_tmp_size: 2g

0 commit comments

Comments
 (0)