Revision 3d2ca95d man/gnt-instance.sgml

b/man/gnt-instance.sgml
1229 1229
        <cmdsynopsis>
1230 1230
          <command>reinstall</command>
1231 1231
          <arg choice="opt">-o <replaceable>os-type</replaceable></arg>
1232
          <arg choice="opt">-f <replaceable>force</replaceable></arg>
1233 1232
          <arg>--select-os</arg>
1233
          <arg choice="opt">-f <replaceable>force</replaceable></arg>
1234
          <arg>--force-multiple</arg>
1235
          <sbr>
1236
          <group choice="opt">
1237
            <arg>--instance</arg>
1238
            <arg>--node</arg>
1239
            <arg>--primary</arg>
1240
            <arg>--secondary</arg>
1241
            <arg>--all</arg>
1242
          </group>
1234 1243
          <arg>--submit</arg>
1235
          <arg choice="req"><replaceable>instance</replaceable></arg>
1244
          <arg choice="opt" rep="repeat"><replaceable>instance</replaceable></arg>
1236 1245
        </cmdsynopsis>
1237 1246

  
1238 1247
        <para>
1239
          Reinstalls the operating system on the given instance. The
1240
          instance must be stopped when running this command. If the
1248
          Reinstalls the operating system on the given instance(s). The
1249
          instance(s) must be stopped when running this command. If the
1241 1250
          <option>--os-type</option> is specified, the operating
1242 1251
          system is changed.
1243 1252
        </para>
1244 1253

  
1245 1254
        <para>
1246
          Since reinstall is potentially dangerous command, the user
1247
          will be required to confirm this action, unless the
1248
          <option>-f</option> flag is passed.
1249
        </para>
1250

  
1251
        <para>
1252 1255
          The <option>--select-os</option> option switches to an
1253 1256
          interactive OS reinstall. The user is prompted to select the OS
1254 1257
          template from the list of available OS templates.
1255 1258
        </para>
1256 1259

  
1257 1260
        <para>
1261
          Since this is a potentially dangerous command, the user will
1262
          be required to confirm this action, unless the
1263
          <option>-f</option> flag is passed. When multiple instances
1264
          are selected (either by passing multiple arguments or by
1265
          using the <option>--node</option>,
1266
          <option>--primary</option>, <option>--secondary</option> or
1267
          <option>--all</option> options), the user must pass both the
1268
          <option>--force</option> and
1269
          <option>--force-multiple</option> options to skip the
1270
          interactive confirmation.
1271
        </para>
1272

  
1273
        <para>
1258 1274
          The <option>--submit</option> option is used to send the job to
1259 1275
          the master daemon but not wait for its completion. The job
1260 1276
          ID will be shown so that it can be examined via

Also available in: Unified diff