Revision 6bce7ba2 man/gnt-instance.rst

b/man/gnt-instance.rst
37 37
| [{-B|\--backend-parameters} *BEPARAMS*]
38 38
| [{-H|\--hypervisor-parameters} *HYPERVISOR* [: option=*value*... ]]
39 39
| [{-O|\--os-parameters} *param*=*value*... ]
40
| [--os-parameters-private *param*=*value*... ]
41
| [--os-parameters-secret *param*=*value*... ]
40 42
| [\--file-storage-dir *dir\_path*] [\--file-driver {loop \| blktap \| blktap2}]
41 43
| {{-n|\--node} *node[:secondary-node]* \| {-I|\--iallocator} *name*}
42 44
| {{-o|\--os-type} *os-type*}
......
827 829

  
828 830
    gnt-instance add -O dhcp=yes ...
829 831

  
832
You can also specify OS parameters that should not be logged but reused
833
at the next reinstall with ``--os-parameters-private`` and OS parameters
834
that should not be logged or saved to configuration with
835
``--os-parameters-secret``. Bear in mind that:
836

  
837
  * Launching the daemons in debug mode will cause debug logging to
838
    happen, which leaks private and secret parameters to the log files.
839
    Do not use the debug mode in production. Deamons will emit a warning
840
    on startup if they are in debug mode.
841
  * You will have to pass again all ``--os-parameters-secret`` parameters
842
    should you want to reinstall this instance.
843

  
830 844
The ``-I (--iallocator)`` option specifies the instance allocator plugin
831 845
to use (``.`` means the default allocator). If you pass in this option
832 846
the allocator will select nodes for this instance automatically, so you

Also available in: Unified diff