Re: Cloudstack local storage

2013-11-29 Thread Antonio Petrocelli
Yes, we dit it... Thanks Il 29/11/2013 16:13, Koushik Das ha scritto: For using system VMs on local storage there is a global setting system.vm.use.local.storage which needs to be set to true. -Koushik On 29-Nov-2013, at 7:47 PM, Antonio Petrocelli wrote: Hello, we want use cloudstack

Cloudstack local storage

2013-11-29 Thread Antonio Petrocelli
Hello, we want use cloudstack 4.2 with local storage + VMware 5.1. https://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Admin_Guide/about-primary-storage.html On this webpage it said: "If you intend to use only local disk for your installation, you can skip to Add Secondary S

VM Snapshot local disk ISSUE

2013-11-22 Thread Antonio Petrocelli
Hello, we have a zone with 2 host and 1 NFS. The configuration is set to work "LOCAL" When we take a VM snapshot for an istance on host number 2 and we try to start the VM, the following error occurs: Resource [Host:1] is unreachable: Host 1: Unable to start instance due to Local volume Vol

Re: Retreive VM snapshot size

2013-11-14 Thread Antonio Petrocelli
yes, same issue for vm snap also. Thanks Il 14/11/2013 16:37, Nux! ha scritto: On 13.11.2013 11:51, Antonio Petrocelli wrote: Hello, someone knows how to obtain the size of a VM snapshot with CLOUDSTACK 4.2 API? with this call _http://cloudstack.apache.org/docs/api/apidocs-4.2

Re: Retreive VM snapshot size

2013-11-14 Thread Antonio Petrocelli
is this snapshot size info to be used? On Wed, Nov 13, 2013 at 4:51 AM, Antonio Petrocelli < a.petroce...@netsons.com> wrote: Hello, someone knows how to obtain the size of a VM snapshot with CLOUDSTACK 4.2 API? with this call _http://cloudstack.apache.or

Retreive VM snapshot size

2013-11-13 Thread Antonio Petrocelli
Hello, someone knows how to obtain the size of a VM snapshot with CLOUDSTACK 4.2 API? with this call _http://cloudstack.apache.org/docs/api/apidocs-4.2/domain_admin/listVMSnapshot.html_ size is not specified. Thanks. Regards.

Re: Cloudstack 4.2.0 > migration of local data volume is not allowed

2013-11-07 Thread Antonio Petrocelli
a local volume. -Koushik On 07-Nov-2013, at 4:03 PM, Antonio Petrocelli wrote: Hello, i've this error when i try to attach a volume to vm: "Failed to attach local data volume snap_2599317a-2598-4a91-8dca-f3801ae1f462 to VM Test01 as migration of local data volume is n

Cloudstack 4.2.0 > migration of local data volume is not allowed

2013-11-07 Thread Antonio Petrocelli
Hello, i've this error when i try to attach a volume to vm: "Failed to attach local data volume snap_2599317a-2598-4a91-8dca-f3801ae1f462 to VM Test01 as migration of local data volume is not allowed" Actual config is on LOCAL storage type. Someone know about? Thanks!

Snapshot Create on 4.2

2013-10-17 Thread Antonio Petrocelli
Hello, after upgrade to 4.2 snapshot creation is stuck on *Ready *status. before status was *BackedUp. *Is there a parameter to set? Thanks! * *

INFO db table VOLUMES

2013-10-07 Thread Antonio Petrocelli
lem? Thanks! -- Supernova s.r.l. Via G. Misiticoni, 3 65126 - Pescara ITALY www.netsons.com Antonio

Re: ROOT disk resize

2013-09-25 Thread Antonio Petrocelli
could request an enhancement where root resize can be enabled via config parameter. On Sep 17, 2013 4:28 AM, "Antonio Petrocelli" wrote: Hello, is there a way to resize the ROOT disk of a vm? API reply is: *Can only resize DATA volumes* Does anyone know a method to bypass that c

Re: ROOT disk resize

2013-09-17 Thread Antonio Petrocelli
while data disks are based on disk offerings. Not everyone wants root resize, e.g. if they are billing based on disk offering rather than checking actual vol size. You could request an enhancement where root resize can be enabled via config parameter. On Sep 17, 2013 4:28 AM, "Antonio Petrocel

ROOT disk resize

2013-09-17 Thread Antonio Petrocelli
Hello, is there a way to resize the ROOT disk of a vm? API reply is: *Can only resize DATA volumes* Does anyone know a method to bypass that control? Thanks a lot. Regards. smime.p7s Description: Firma crittografica S/MIME

Re: registerSSHKeyPair

2013-08-22 Thread Antonio Petrocelli
Hello, you have to use the keypair with: http://cloudstack.apache.org/docs/api/apidocs-4.1/domain_admin/resetSSHKeyForVirtualMachine.html for reset on vm Il 22/08/2013 10:51, Sebastien Goasguen ha scritto: Hi folks, I am troubled by: http://cloudstack.apache.org/docs/api/apidocs-4.1/user/reg

USAGE problem with SNAPSHOT

2013-08-19 Thread Antonio Petrocelli
Hello, the "listUsageRecords " response in case of *Snapshot *response is: array(12) { ["account"]=> string(23) "x...@netsons.com" ["accountid"]=> string(36) "72e16957-0a22-4739-b353-729da63018

Re: CONSOLE access via API

2013-08-06 Thread Antonio Petrocelli
and java plugin, I'm not certain what you would achieve by executing console access command in command line. Regards ilya -Original Message- From: Antonio Petrocelli [mailto:a.petroce...@netsons.com] Sent: Tuesday, August 06, 2013 3:32 AM To: dev@cloudstack.apache.org Su

queryAsyncJobResult ISSUE on 4.1.0

2013-08-06 Thread Antonio Petrocelli
It is normal that after a "deployVirtualMachine" request the queryAsyncJobResult response is: 'cmd' => 'org.apache.cloudstack.api.command.user.vm.*StartVMCmd*' ? it should be: 'cmd' => 'org.apache.cloudstack.api.command.user.vm.*DeployVMCmd*' Thanks smime.p7s Description: Firma crittografi

CONSOLE access via API

2013-08-06 Thread Antonio Petrocelli
Hello, Under CloudStack UI interface, the console link is: http://xx.xx.xx.xx:8080/client/console?cmd=access&vm=x I'm trying to use signiture under API, all other commands works, but I'm trying to get VM console, just not work: http://xx.xx.xx.xx:8080/client/console?cmd=access&vm=

Re: [4.1] getVMPassword > how to decrypt

2013-08-02 Thread Antonio Petrocelli
a big security risk for clients. You have to store the key by yourself. -Wei 2013/8/2 Antonio Petrocelli <mailto:a.petroce...@netsons.com>> Thanks a lot. It work. I'm unable to retrive PRIVATEKEY with API call: http://cloudstack.apache.org/docs/api/apido

Re: [4.1] getVMPassword > how to decrypt

2013-08-02 Thread Antonio Petrocelli
in/getVMPassword.html after retrieved the password i'm unable to decrypt the encryptedpassword. Suggestions? Thanks. Regards. -- Supernova s.r.l. Via G. Misiticoni, 3 65126 - Pescara ITALY www.netsons.com Antonio Petrocelli Software Engineer t. (+39) 085 45 100 52 e. a.petroce...@netsons.

[4.1] getVMPassword > how to decrypt

2013-07-30 Thread Antonio Petrocelli
gards. -- Supernova s.r.l. Via G. Misiticoni, 3 65126 - Pescara ITALY www.netsons.com Antonio Petro