Skip to content

Commit 67e751e

Browse files
committed
Adding xfs_growfs to snc cloud cloudconfig
Signed-off-by: Francisco H <frherrer@redhat.com>
1 parent 1df21cf commit 67e751e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/provider/aws/action/openshift-snc/cloud-config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ runcmd:
1616
- chmod 0644 /opt/crc/pass_developer
1717
- echo "{{ .PublicIP }}" > /opt/crc/eip
1818
- chmod 0644 /opt/crc/eip
19+
- sudo xfs_growfs -d /
1920
write_files:
2021
- path: /home/core/.ssh/authorized_keys
2122
content: {{ .PubKey }}

0 commit comments

Comments
 (0)