Revision 07bd8a51 man/gnt-cluster.sgml

b/man/gnt-cluster.sgml
111 111
    </para>
112 112

  
113 113
    <cmdsynopsis>
114
      <command>destroy</command>
115
    </cmdsynopsis>
116

  
117
    <para>
118
      Remove all configuration files related to the cluster, so that a
119
      <command>gnt-cluster init</command> can be done again afterwards.
120
    </para>
121

  
122
    <cmdsynopsis>
114 123
      <command>getmaster</command>
115 124
    </cmdsynopsis>
116 125

  
......
178 187
    </para>
179 188

  
180 189
    <cmdsynopsis>
181
      <command>destroy</command>
190
      <command>rename</command>
191
      <arg>-f</arg>
192
      <arg choice="req"><replaceable>name</replaceable></arg>
182 193
    </cmdsynopsis>
183 194

  
184 195
    <para>
185
      Remove all configuration files related to the cluster, so that a
186
      <command>gnt-cluster init</command> can be done again afterwards.
196
      Renames the cluster and in the process updates the master IP
197
      address to the one the new name resolves to. At least one of
198
      either the name or the IP address must be different, otherwise
199
      the operation will be aborted.
200
    </para>
201

  
202
    <para>
203
      Note that since this command can be dangerous (especially when
204
      run over SSH), the command will require confirmation unless run
205
      with the <option>-f</option> option.
187 206
    </para>
188 207

  
189 208
    <cmdsynopsis>

Also available in: Unified diff