[one-users] Error Action not defined

2013-08-16 Thread kenneth
I was uploading a 35GB image using the sunstone GUI and it was cut off when it was almost finished. I and using ceph image datastore and a shared system datastore. The problem is that now everytime a click anything on the web GUI such as clone, instantiate, datastore etc. I keep getting this e

Re: [one-users] econe-upload to file datastore

2013-08-16 Thread Daniel Molina
Hi On 16 August 2013 10:39, Steffen Claus wrote: > Hi, > i went through the code and found the following lines in the > EC2QueryServer.rb: > > def upload_image(params) >image = ImageEC2.new(Image.build_xml, >@client, >params['file'], >

Re: [one-users] can not create image

2013-08-16 Thread Michael Curran
I thought something looked strange when I saw the data below �C you should be using VMFS not VMWARE Michael Curran | connectsolutions | Lead Network Architect Phone 614.568.2285 | Mobile 614.403.6320 | www.connectsolutions.com From: users-boun...@lists.opennebul

Re: [one-users] can not create image

2013-08-16 Thread Michael Curran
I have my drivers for vmware setup as vmware/ssh That seemed to work better for me than the shared mode You have to make sure you setup oneadmin and ssh key for that ssh mode Sent from my Android phone using TouchDown (www.nitrodesk.com) -Original Message- From: 韩士准 [hanshizhun...@126.c

Re: [one-users] econe-upload to file datastore

2013-08-16 Thread Steffen Claus
Hi, i went through the code and found the following lines in the EC2QueryServer.rb: def upload_image(params) image = ImageEC2.new(Image.build_xml, @client, params['file'], {:type => "OS"}) This renders it impossible to upload