Revision 2c0af7da man/gnt-instance.rst

b/man/gnt-instance.rst
857 857
| **modify**
858 858
| [{-H|--hypervisor-parameters} *HYPERVISOR\_PARAMETERS*]
859 859
| [{-B|--backend-parameters} *BACKEND\_PARAMETERS*]
860
| [{-m|--runtime-memory} *SIZE*]
860 861
| [--net add*[:options]* \| --net remove \| --net *N:options*]
861 862
| [--disk add:size=*SIZE*[,vg=*VG*][,metavg=*VG*] \| --disk remove \|
862 863
|  --disk *N*:mode=*MODE*]
......
887 888
to the ``drbd`` template in order to make the instance available for
888 889
startup before DRBD has finished resyncing.
889 890

  
891
The ``-m (--runtime-memory)`` option will change an instance's runtime
892
memory to the given size (in MB if a different suffix is not specified),
893
by ballooning it up or down to the new value.
894

  
890 895
The ``--disk add:size=``*SIZE* option adds a disk to the instance. The
891 896
optional ``vg=``*VG* option specifies LVM volume group other than
892 897
default vg to create the disk on. For DRBD disks, the ``metavg=``*VG*

Also available in: Unified diff