VirtualBox

Changeset 37525 in vbox for trunk/doc/manual/en_US


Ignore:
Timestamp:
Jun 17, 2011 10:09:21 AM (14 years ago)
Author:
vboxsync
Message:

Main/VirtualBox+Medium: resurrect the feature of changing the medium UUID when opening the image, which allows to resolve duplicate UUIDs without using external tools. Also fixes Medium::setIDs, which wasn't correctly working.
Frontends/*: corresponding changes.

Location:
trunk/doc/manual/en_US
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/SDKRef.xml

    r37200 r37525  
    34483448      <itemizedlist>
    34493449        <listitem>
     3450          <para>The method <xref linkend="IVirtualBox__openMedium"
     3451          xreflabel="IVirtualBox::openMedium()" /> has one more parameter
     3452          now, which allows resolving duplicate medium UUIDs without the need
     3453          for external tools.</para>
     3454        </listitem>
     3455
     3456        <listitem>
    34503457          <para>The <xref linkend="INetworkAdapter" xreflabel="INetworkAdapter"/>
    34513458          interface has been cleaned up. The various methods to activate an
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r37489 r37525  
    15071507                            [--mtype normal|writethrough|immutable|shareable]
    15081508                            [--comment &lt;text&gt;]
     1509                            [--setuuid &lt;uuid&gt;]
     1510                            [--setparentuuid &lt;uuid&gt;]
    15091511                            [--passthrough on|off]
    15101512                            [--bandwidthgroup name|none]
     
    16431645            server downstairs"). This is purely descriptive and not needed for
    16441646            the medium to function correctly.</para>
     1647          </glossdef>
     1648        </glossentry>
     1649
     1650        <glossentry>
     1651          <glossterm>setuuid, setparentuuid</glossterm>
     1652
     1653          <glossdef>
     1654            <para>Modifies the UUID or parent UUID of a medium before
     1655            attaching it to a VM. This is an expert option. Inappropriate use
     1656            can make the medium unusable or lead to broken VM configurations
     1657            if any other VM is referring to the same media already. The most
     1658            frequently used variant is <code>--setuuid ""</code>, which assigns
     1659            a new (random) UUID to an image. This is useful to resolve the
     1660            duplicate UUID errors if one duplicated an image using file copy
     1661            utilities.</para>
    16451662          </glossdef>
    16461663        </glossentry>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette