copr-hypervisors: s/MB/GB/ typo
This commit is contained in:
parent
ac59521f08
commit
63992cc12c
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ class LibvirtSpawner:
|
|||
# swap volume
|
||||
swap_volume = None
|
||||
if self.args.swap_vol_size:
|
||||
size = str(self.args.swap_vol_size) + "MB"
|
||||
size = str(self.args.swap_vol_size) + "GB"
|
||||
swap_volume = self.vm_name + "_swap"
|
||||
self.alloc_disk(swap_volume, size, pool=pool, allocation="2GB")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue