Skip to content
Snippets Groups Projects

added fied for SWAP creation

Merged Andrei Kirushchanka requested to merge feature/swap into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -98,3 +98,7 @@ os_distro=ubuntu # example
4. Images should contain cloud-init, qemu-guest-agent and grow-part tools
5. OpenStack will resize instance after start. Image shouldn't contain any empty partitions or free space
## Add SWAP file to instance
By default VMs after creation do not have SWAP partition. If you need to add a SWAP file to your system you can download and run [script](https://gitlab.ics.muni.cz/cloud/cloud-tools/blob/master/swap.sh) that create SWAP file on your VM.
Loading