Hi,<div><br>The log messages do not show any error because the operation "ImageDelete method invoked" is successful: the image is ready, not used by any VM, and the _request_ to delete it is granted.</div><div><br>


</div><div>After the 'oneimage delete' request is returned, the core starts a Datastore RM operation. This operation's result should appear in oned.log (either success or failure). Because you don't get any other message, I guess the operation gets stuck somehow.</div>


<div><br></div><div>Looking at /var/lib/one/remotes/datastore/fs/rm, the operation ends with a 'rm -f' command. If you even encounter this problem again, you could try to manually do a 'rm -r' and see if you get any error message or interactive prompt.</div>

<div><br></div><div>Best regards, and thank you for your feedback!</div><div>--<div>Carlos Martín, MSc<br>Project Engineer<br>OpenNebula - The Open-source Solution for Data Center Virtualization<div>
<span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:cmartin@opennebula.org" target="_blank">cmartin@opennebula.org</a> | <a href="http://twitter.com/opennebula" target="_blank">@OpenNebula</a></span><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="mailto:cmartin@opennebula.org" style="color:rgb(42,93,176)" target="_blank"></a></span></div>


<br>
<br><br><div class="gmail_quote">On Wed, Sep 19, 2012 at 4:28 PM, Carlos Jiménez <span dir="ltr"><<a href="mailto:cjimenez@eneotecnologia.com" target="_blank">cjimenez@eneotecnologia.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hello everybody,<br>
    <br>
    I tried restarting sunstone-server and one but the problem
    persisted, so I rebooted the computer and the problem was solved.<br>
    I've realized that (as stated in one's documentation) it is not
    possible to upload (via sunstone) disk images greater than 2 GB
    using Firefox (at least using version 15). Then, I tried the same
    operation (uploading a 5GB disk image) using Google Chromium and it
    was successful. Probably, the initial problem was due to this
    limitation.<br>
    <br>
    As I previously mentioned, after trying to upload a 5GB disk image
    with Firefox, it failed and all the images related area of one and
    sunstone were affected and it was impossible to use them, so the
    only one way was to reboot the system. In fact, it was possible to
    execute "oneimage delete id" and the image was not deleted but no
    error/warning message was logged.<br>
    In other cases, it failed to upload the image, but it was possible
    to delete that failed image and the system was not affected.<br>
    <br>
    Just as an idea, I think it would be great to get more information
    (i. e. in log files) in case of failures such as this.<br>
    <br>
    <br>
    Kind Regards,<br>
    <br>
    Carlos.<div><div><br>
    <br>
    <br>
    <br>
    <br>
    <div>On 09/19/2012 12:09 PM, Carlos Jiménez
      wrote:<br>
    </div>
    <blockquote type="cite">
      
      Hello everybody,<br>
      <br>
      I have OpenNebula 3.6 installed on a machine with CentOS 6.3 and
      several hosts with CentOS 6.3 too.<br>
      I have two images created:<br>
      <small>[oneadmin@frontend ~]$ oneimage list<br>
          ID USER       GROUP      NAME            DATASTORE     SIZE
        TYPE PER STAT RVMS<br>
           1 oneadmin   oneadmin   disc1           default         2G
        OS   Yes rdy     0<br>
           2 oneadmin   oneadmin   CentOS_CD       default       330M
        CD    No rdy     0</small><br>
      <br>
      <br>
      When I try to delete one of them, it fails because the image is
      not erased:<small><br>
        [oneadmin@frontend ~]$ oneimage list<br>
          ID USER       GROUP      NAME            DATASTORE     SIZE
        TYPE PER STAT RVMS<br>
           1 oneadmin   oneadmin   disc1           default         2G
        OS   Yes rdy     0<br>
           2 oneadmin   oneadmin   CentOS_CD       default       330M
        CD    No rdy     0<br>
        [oneadmin@frontend ~]$ oneimage delete 1<br>
        [oneadmin@frontend ~]$ oneimage list<br>
          ID USER       GROUP      NAME            DATASTORE     SIZE
        TYPE PER STAT RVMS<br>
           1 oneadmin   oneadmin   disc1           default         2G
        OS   Yes rdy     0<br>
           2 oneadmin   oneadmin   CentOS_CD       default       330M
        CD    No rdy     0</small><br>
      <br>
      <br>
      The log doesn't output anything more than the call to the
      ImageDelete method:<small><br>
        Wed Sep 19 11:55:16 2012 [ReM][D]: UserPoolInfo method invoked<br>
        <b>Wed Sep 19 11:55:20 2012 [ReM][D]: ImageDelete method invoked</b><br>
        Wed Sep 19 11:55:22 2012 [ReM][D]: ImagePoolInfo method invoked<br>
        Wed Sep 19 11:55:36 2012 [ReM][D]: HostPoolInfo method invoked<br>
        Wed Sep 19 11:55:36 2012 [ReM][D]: VirtualMachinePoolInfo method
        invoked<br>
        Wed Sep 19 11:55:36 2012 [ReM][D]: AclInfo method invoked<br>
        Wed Sep 19 11:55:38 2012 [ReM][D]: ClusterPoolInfo method
        invoked<br>
        Wed Sep 19 11:55:38 2012 [AuM][D]: Message received: LOG I 64
        ExitCode: 0<br>
        Wed Sep 19 11:55:38 2012 [AuM][I]: ExitCode: 0<br>
        Wed Sep 19 11:55:38 2012 [AuM][D]: Message received:
        AUTHENTICATE SUCCESS 64 -<br>
        Wed Sep 19 11:55:39 2012 [ReM][D]: HostPoolInfo method invoked<br>
        Wed Sep 19 11:55:39 2012 [ReM][D]: VirtualMachinePoolInfo method
        invoked<br>
        Wed Sep 19 11:55:39 2012 [ReM][D]: AclInfo method invoked</small><br>
      <br>
      It looks like OpenNebula calls to the delete method but there is
      no error control, so the ExitCode is 0.<br>
      I've read a similar post (created some months ago) but I've not
      found the solution.<br>
      <br>
      Any idea would be very appreciated.<br>
      <br>
      <br>
      Thanks in advance.<br>
      <br>
      Carlos.<br>
    </blockquote>
    <br>
  </div></div></div>

<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br></blockquote></div><br></div></div>