You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Andy Kurth (JIRA)" <ji...@apache.org> on 2013/01/22 18:22:13 UTC

[jira] [Created] (VCL-668) VMware fails to copy image under ESXi 5.1

Andy Kurth created VCL-668:
------------------------------

             Summary: VMware fails to copy image under ESXi 5.1
                 Key: VCL-668
                 URL: https://issues.apache.org/jira/browse/VCL-668
             Project: VCL
          Issue Type: Bug
          Components: vcld (backend)
    Affects Versions: 2.3.1
            Reporter: Andy Kurth
            Assignee: Andy Kurth
            Priority: Minor


The behavior of the vmkfstools utility included with VMware ESXi has changed in 5.1.  While it is copying a vmdk, it displays output such as:
Clone: 0% done.
Clone: 77% done.

In previous versions, the last line of output was:
Clone: 100% done.

With 5.1, the 100% line is not always displayed.  The last line of output may be something like "Clone: 96% done." and the utility exits with the vmdk being successfully copied.  VMware.pm is checking for the "100%" string.  As a result, the code assumes the copy failed even though it is successful.  There is no output displayed by vmkfstools indicating it was successful even though it was.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira