Revision d04aaa2f man/gnt-instance.sgml

b/man/gnt-instance.sgml
1127 1127
        <para>
1128 1128
          Show detailed information about the given instance(s). This is
1129 1129
          different from <command>list</command> as it shows detailed data
1130
          about the instance's disks (especially useful for the drbd disk 
1130
          about the instance's disks (especially useful for the drbd disk
1131 1131
          template).
1132 1132
        </para>
1133 1133

  
......
1314 1314
            <arg>--all</arg>
1315 1315
          </group>
1316 1316
          <sbr>
1317
          <arg>-H <option>key=value...</option></arg>
1318
          <arg>-B <option>key=value...</option></arg>
1319
          <sbr>
1317 1320
          <arg>--submit</arg>
1318 1321
          <sbr>
1319 1322
          <arg choice="opt"
......
1383 1386
        </para>
1384 1387

  
1385 1388
        <para>
1389
          The <option>-H</option> and <option>-B</option> options
1390
          specify extra, temporary hypervisor and backend parameters
1391
          that can be used to start an instance with modified
1392
          parameters. They can be useful for quick testing without
1393
          having to modify an instance back and forth, e.g.:
1394
          <screen>
1395
# gnt-instance start -H root_args="single" instance1
1396
# gnt-instance start -B memory=2048 instance2
1397
          </screen>
1398
          The first form will start the instance
1399
          <userinput>instance1</userinput> in single-user mode, and
1400
          the instance <userinput>instance2</userinput> with 2GB of
1401
          RAM (this time only, unless that is the actual instance
1402
          memory size already).
1403
        </para>
1404

  
1405
        <para>
1386 1406
          The <option>--submit</option> option is used to send the job to
1387 1407
          the master daemon but not wait for its completion. The job
1388 1408
          ID will be shown so that it can be examined via

Also available in: Unified diff