Skip to content

Commit

Permalink
increase disk size of installed guests to 30 G
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Oct 8, 2024
1 parent fb4ee5f commit dae52de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/virt.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def install(self, location=None, kickstart=None, rpmpack=None, disk_format='raw'
# to RAM, leading to notably higher memory requirements during
# installation - we reduce it down to 2000M after install
'--name', self.name, '--vcpus', str(cpus), '--memory', '3072',
'--disk', f'path={disk_path},size=20,format={disk_format},cache=unsafe',
'--disk', f'path={disk_path},size=30,format={disk_format},cache=unsafe',
'--network', 'network=default', '--location', location,
'--graphics', 'none', '--console', 'pty', '--rng', '/dev/urandom',
# this has nothing to do with rhel8, it just tells v-i to use virtio
Expand Down

0 comments on commit dae52de

Please sign in to comment.