<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello<br>
    <br>
    If I'm not terribly mistaken, looks like libvirt 1.2.1 does not
    provide ability of merging only a subset of the entire chain of
    backing files.<br>
    <br>
    So, if I have a chain like this:<br>
    <br>
                     root <- a <-b <- c <- d <- active<br>
    <br>
    ... and  I'd like to obtain a chain like this:<br>
    <br>
                      root <-  c <- d <- active<br>
    <br>
    ... looks like it's not supported, since I'm trying the command<br>
    <br>
    <i>                   </i><i>virsh blockpull domain --path <font
        color="#ff0000">/path/to/c</font> --bandwidth 30 --base
      /path/to/root</i><i>          (1)<br>
    </i><br>
    ... but it complains because <i>--path /path/to/c</i> is not
    recognized, since only <i>--path /path/to/active</i> is acceptable:<br>
    <br>
    <i>                   </i><i>virsh blockpull domain --path <font
        color="#3366ff">/path/to/active</font> --bandwidth 30 --base
      /path/to/root</i><i>          (2)<br>
    </i><br>
    So, command (1) fails but command (2) succeeds.<br>
    <br>
    The point is: How could I obtain the results I'm trying to achieve
    via command (1) ?<br>
    <br>
    I'm new to libvirt, but the article below made me think that what
    I'm trying to do would be possible:<br>
          <a
href="http://kashyapc.fedorapeople.org/virt/lc-2012/snapshots-handout.html">http://kashyapc.fedorapeople.org/virt/lc-2012/snapshots-handout.html</a> 
    ( see section on <i>blockpull</i> )<br>
    <br>
    Thoughts?<br>
    <br>
    <br>
    For your information, my environment is:<br>
    <blockquote>Compiled against library: libvirt 1.2.1<br>
      Using library: libvirt 1.2.1<br>
      Using API: QEMU 1.2.1<br>
      Running hypervisor: QEMU 1.7.0<br>
      Running against daemon: 1.2.1<br>
    </blockquote>
    <br>
    Thanks<br>
    <br>
    <div class="moz-signature">-- <br>
      Richard Gomes<br>
      <a href="http://rgomes.info">http://rgomes.info</a><br>
      <a href="http://www.linkedin.com/in/rgomes">http://www.linkedin.com/in/rgomes</a><br>
      mobile: +44(77)9955-6813<br>
      <a href="http://www.inum.net/">inum</a>: +883(5100)0800-9804<br>
      <a class="moz-txt-link-abbreviated" href="mailto:sip:rgomes@ippi.fr">sip:rgomes@ippi.fr</a><br>
      <br>
    </div>
  </body>
</html>