Revision 7ea7bcf6 man/gnt-node.sgml

b/man/gnt-node.sgml
143 143
      <cmdsynopsis>
144 144
        <command>evacuate</command>
145 145
        <arg>-f</arg>
146
        <arg>--early-release</arg>
146 147
        <group>
147 148
          <arg>--iallocator <replaceable>NAME</replaceable></arg>
148 149
          <arg>--new-secondary <replaceable>destination_node</replaceable></arg>
......
173 174
      </para>
174 175

  
175 176
      <para>
177
        The <option>--early-release</option> changes the code so that
178
        the old storage on node being evacuated is removed early
179
        (before the resync is completed) and the internal Ganeti locks
180
        are also released for both the current secondary and the new
181
        secondary, thus allowing more parallelism in the cluster
182
        operation. This should be used only when recovering from a
183
        disk failure on the current secondary (thus the old storage is
184
        already broken) or when the storage on the primary node is
185
        known to be fine (thus we won't need the old storage for
186
        potential recovery).
187
      </para>
188

  
189
      <para>
176 190
        Example:
177 191
        <screen>
178 192
          # gnt-node evacuate -I dumb node3.example.com

Also available in: Unified diff