You need to sign in or sign up before continuing.
  • J
    Allow cloning volumes with no capacity specified · e3f1d2a8
    Ján Tomko 提交于
    In virStorageVolCreateXML, add VIR_VOL_XML_PARSE_NO_CAPACITY
    to the call parsing the XML of the new volume to make the capacity
    optional.
    
    If the capacity is omitted, use the capacity of the old volume.
    We already do that for values that are less than the original
    volume capacity.
    e3f1d2a8
storagevolxml2xmltest.c 3.6 KB