<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffcc" text="#000000">
    Hello,<br>
    <br>
    I am trying to create the virtual disk over "virsh". My target is
    the ESX server that is a part of the vCenter. That is why I connect
    to it using the vpx://-like URL. The connection itself is being
    established correctly. Commands like "list --all", "dumpxml
    <machine>" "vol-dumpxml <volume>" work perfectly well.
    What doesn't work for me at the moment is "vol-create --file
    <xml_file> --pool <my_pool>". I would suspect that I am
    passing some parameters incorrectly and would be digging more into a
    documentation but I am getting the following response from the
    server:<br>
    <code><br>
      virsh # vol-create --file vadp4.xml --pool "iscsi-esx4-1"<br>
      error: Failed to create vol from vadp4.xml<br>
      error: internal error Could not create volume: NotImplemented -
      Der angeforderte<br>
       Vorgang wird vom Server nicht implementiert.</code><br>
    <br>
    I have to admit that the very same command worked if I connect to
    ESX server directly (using esx://-like URL).<br>
    <br>
    My question is if it is planned to implement the virtual disk
    creation in case of vCentere is involved ? <br>
    <br>
    Reagrds<br>
    <br>
  </body>
</html>