Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1FC1185E8 for ; Fri, 30 Oct 2015 15:33:28 +0000 (UTC) Received: (qmail 75248 invoked by uid 500); 30 Oct 2015 15:33:28 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 75137 invoked by uid 500); 30 Oct 2015 15:33:28 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 74991 invoked by uid 500); 30 Oct 2015 15:33:28 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 74958 invoked by uid 99); 30 Oct 2015 15:33:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2015 15:33:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D591C2C1F68 for ; Fri, 30 Oct 2015 15:33:27 +0000 (UTC) Date: Fri, 30 Oct 2015 15:33:27 +0000 (UTC) From: "Remi Bergsma (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CLOUDSTACK-9014) Rename xapi plugins for s3 and swift to make them work after renaming the calls MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remi Bergsma closed CLOUDSTACK-9014. ------------------------------------ > Rename xapi plugins for s3 and swift to make them work after renaming the calls > ------------------------------------------------------------------------------- > > Key: CLOUDSTACK-9014 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9014 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: XenServer > Affects Versions: 4.6.0 > Environment: XenServer using S3 or Swift as secondary storage > Reporter: Remi Bergsma > Assignee: Remi Bergsma > Priority: Critical > Fix For: 4.6.0 > > > It's called s3xen, not s3xenserver. While investigating, I found the same issue for swiftxen. > Regresion from a8212d9 where things were massively renamed, without proper verification. > Error seen: > 2015-10-22 21:42:30,372 WARN [c.c.h.x.r.CitrixResourceBase] (DirectAgent-261:ctx-862ebceb) callHostPlugin failed for cmd: s3 with args maxErrorRetry: 10, secretKey: +XGy4yPPbAH9AijYxFTr1yVCCiVQuSfXWWj1Invs, > connectionTtl: null, iSCSIFlag: false, maxSingleUploadSizeInBytes: 5368709120, bucket: mccx-nl2, endPoint: s3.storage.acc.schubergphilis.com, filename: /var/run/sr-mount/9414f970-0afd-42db-972f-aa4743293430/2 > cf0c24b-a596-4039-b50a-7ce87da4f273.vhd, accessKey: 16efbc4e870f24338141, socketTimeout: null, https: false, connectionTimeout: 300000, operation: put, key: snapshots/2/10/2cf0c24b-a596-4039-b50a-7ce87da4f273 > .vhd, useTCPKeepAlive: null, due to Task failed! Task record: uuid: 4be8a515-1e2a-59de-6301-029fb0326651 > nameLabel: Async.host.call_plugin > nameDescription: > allowedOperations: [] > currentOperations: {} > created: Thu Oct 22 21:42:44 CEST 2015 > finished: Thu Oct 22 21:42:44 CEST 2015 > status: failure > residentOn: com.xensource.xenapi.Host@9c7aad90 > progress: 1.0 > type: > result: > errorInfo: [XENAPI_MISSING_PLUGIN, s3xenserver] > otherConfig: {} > subtaskOf: com.xensource.xenapi.Task@aaf13f6f > subtasks: [] > Task failed! Task record: uuid: 4be8a515-1e2a-59de-6301-029fb0326651 > nameLabel: Async.host.call_plugin > nameDescription: > allowedOperations: [] > currentOperations: {} > created: Thu Oct 22 21:42:44 CEST 2015 > finished: Thu Oct 22 21:42:44 CEST 2015 > status: failure > residentOn: com.xensource.xenapi.Host@9c7aad90 > progress: 1.0 > type: > result: > errorInfo: [XENAPI_MISSING_PLUGIN, s3xenserver] > otherConfig: {} > subtaskOf: com.xensource.xenapi.Task@aaf13f6f > subtasks: [] > Here we see the correct name: > scripts/vm/hypervisor/xenserver/s3xen:lib.setup_logging("/var/log/cloud/s3xen.log") > scripts/vm/hypervisor/xenserver/xenserver56/patch:s3xen=..,0755,/etc/xapi.d/plugins > scripts/vm/hypervisor/xenserver/xenserver56fp1/patch:s3xen=..,0755,/etc/xapi.d/plugins > scripts/vm/hypervisor/xenserver/xenserver60/patch:s3xen=..,0755,/etc/xapi.d/plugins > scripts/vm/hypervisor/xenserver/xenserver62/patch:s3xen=..,0755,/etc/xapi.d/plugins > scripts/vm/hypervisor/xenserver/xenserver65/patch:s3xen=..,0755,/etc/xapi.d/plugins > And: > scripts/vm/hypervisor/xenserver/xenserver56/patch:swiftxen=..,0755,/etc/xapi.d/plugins > scripts/vm/hypervisor/xenserver/xenserver56fp1/patch:swiftxen=..,0755,/etc/xapi.d/plugins > scripts/vm/hypervisor/xenserver/xenserver60/patch:swiftxen=..,0755,/etc/xapi.d/plugins > scripts/vm/hypervisor/xenserver/xenserver62/patch:swiftxen=..,0755,/etc/xapi.d/plugins > scripts/vm/hypervisor/xenserver/xenserver65/patch:swiftxen=..,0755,/etc/xapi.d/plugins > These plugins are pushed to the hypervisor. -- This message was sent by Atlassian JIRA (v6.3.4#6332)