Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 84F77200C2E for ; Sun, 5 Mar 2017 18:04:27 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 83821160B6B; Sun, 5 Mar 2017 17:04:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F34FA160B57 for ; Sun, 5 Mar 2017 18:04:26 +0100 (CET) Received: (qmail 19912 invoked by uid 500); 5 Mar 2017 17:04:25 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 19901 invoked by uid 99); 5 Mar 2017 17:04:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Mar 2017 17:04:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A6478DFBD9; Sun, 5 Mar 2017 17:04:24 +0000 (UTC) From: serg38 To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack issue #1813: CLOUDSTACK-9604: Root disk resize support for VMware... Content-Type: text/plain Message-Id: <20170305170424.A6478DFBD9@git1-us-west.apache.org> Date: Sun, 5 Mar 2017 17:04:24 +0000 (UTC) archived-at: Sun, 05 Mar 2017 17:04:27 -0000 Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1813 @borisstoyanov Thanks. Can you check in B.O. what is value of global configuration 'vmware.create.full.clone', if the same configuration is set for the primary storage pool and if so what is the value ? @priyankparihar Based on the exception it looks like B.O. Is set to use link clones but test doesn't handle it intended way. How about you temporary alter 'vmware.create.full.clone' to make it true for the PS pool used during the test and then revert it back to the original value. You can use similar to below to alter flag just for the PS pool: updateConfigurationCmd = updateConfiguration.updateConfigurationCmd() updateConfigurationCmd.name = "vmware.create.full.clone" updateConfigurationCmd.value = "true" updateConfigurationCmd.storageid = pool.id updateConfigurationResponse = self.apiClient.updateConfiguration(updateConfigurationCmd) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---