Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8D5ADC11 for ; Wed, 14 Nov 2012 07:50:15 +0000 (UTC) Received: (qmail 94392 invoked by uid 500); 14 Nov 2012 07:50:15 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 94363 invoked by uid 500); 14 Nov 2012 07:50:15 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 94253 invoked by uid 99); 14 Nov 2012 07:50:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2012 07:50:12 +0000 Date: Wed, 14 Nov 2012 07:50:12 +0000 (UTC) From: "Marios Andreou (JIRA)" To: dev@deltacloud.apache.org Message-ID: <1981309381.112884.1352879412670.JavaMail.jiratomcat@arcas> In-Reply-To: <749189222.110186.1352841494423.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (DTACLOUD-369) GET /cimi/machine_configurations returns long series of numbers and an incomplete response (Opennebula) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DTACLOUD-369?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou updated DTACLOUD-369: ------------------------------------ Attachment: 0001-CIMI-fix-issue-with-machine_configs-values-DTACLOUD-.p= atch =20 > GET /cimi/machine_configurations returns long series of numbers and an in= complete response (Opennebula) > -------------------------------------------------------------------------= ------------------------------ > > Key: DTACLOUD-369 > URL: https://issues.apache.org/jira/browse/DTACLOUD-369 > Project: DeltaCloud > Issue Type: Bug > Components: CIMI/Frontend > Environment: Deltacloud 1.0.4 + > Opennebula > Reporter: Ronelle Landy > Assignee: Marios Andreou > Attachments: 0001-CIMI-fix-issue-with-machine_configs-values-DTAC= LOUD-.patch > > > The native Deltacloud API returns the hardware profiles available for Ope= nnebula (see first copied response). Using the CIMI frontend, /cimi/machine= _configurations returns long series of numbers (see second copied response)= : > -------------- /api/hardware_profiles -------------- > >> curl -X GET -v --user "un:pw" "cloud-qe-7.idm.lab.bos.redhat.com:3007/= api/hardware_profiles?format=3Dxml"* About to connect() to cloud-qe-7.idm.l= ab.bos.redhat.com port 3007 (#0) > * Trying 10.16.96.108... connected > * Connected to cloud-qe-7.idm.lab.bos.redhat.com (10.16.96.108) port 3007= (#0) > * Server auth using Basic with user '' > > GET /api/hardware_profiles?format=3Dxml HTTP/1.1 > > Authorization: Basic cmxhbmR5OjI0Nmpibm44bm1pMWloNTJlMDM=3D > > User-Agent: curl/7.21.7 (x86_64-redhat-linux-gnu) libcurl/7.21.7 NSS/3.= 13.1.0 zlib/1.2.5 libidn/1.22 libssh2/1.2.7 > > Host: cloud-qe-7.idm.lab.bos.redhat.com:3007 > > Accept: */* > >=20 > < HTTP/1.1 200 OK > < X-Frame-Options: sameorigin > < X-XSS-Protection: 1; mode=3Dblock > < Content-Type: application/xml > < X-Backend-Runtime: 0.40972232818603516 > < Server: Apache-Deltacloud/1.0.5 > < X-Deltacloud-Driver: opennebula > < Content-Length: 1009 > < ETag: 22bb498eb3f9b57ae451d6058f341911 > < Cache-Control: max-age=3D0, private, must-revalidate > < Date: Tue, 13 Nov 2012 21:11:56 GMT > < Connection: keep-alive > <=20 > > > > small > small > > > > > medium > medium > > > > > large > large > > > > > * Connection #0 to host cloud-qe-7.idm.lab.bos.redhat.com left intact > * Closing connection #0 > ----------- compare with the output returned from /cimi/machine_configura= tions ---------------- > =20 > [rlandy@localhost /]$ curl -X GET -v -H "accept:application/xml" --user = "un:pw" "cloud-qe-7.idm.lab.bos.redhat.com:3007/cimi/machine_configurations= " > * About to connect() to cloud-qe-7.idm.lab.bos.redhat.com port 3007 (#0) > * Trying 10.16.96.108... connected > * Connected to cloud-qe-7.idm.lab.bos.redhat.com (10.16.96.108) port 3007= (#0) > * Server auth using Basic with user '' > > GET /cimi/machine_configurations HTTP/1.1 > > Authorization: Basic cmxhbmR5OjI0Nmpibm44bm1pMWloNTJlMDM=3D > > User-Agent: curl/7.21.7 (x86_64-redhat-linux-gnu) libcurl/7.21.7 NSS/3.= 13.1.0 zlib/1.2.5 libidn/1.22 libssh2/1.2.7 > > Host: cloud-qe-7.idm.lab.bos.redhat.com:3007 > > accept:application/xml > >=20 > < HTTP/1.1 200 OK > < X-Frame-Options: sameorigin > < X-XSS-Protection: 1; mode=3Dblock > < Content-Type: application/xml > < CIMI-Specification-Version: 1.0.5 > < Content-Length: 25838 > < ETag: 1eba3ffe01c0fcf41f7c272ee3d6fa7f > < Cache-Control: max-age=3D0, private, must-revalidate > < Date: Tue, 13 Nov 2012 21:12:03 GMT > < Connection: keep-alive > < Server: thin 1.5.0 codename Knife > <=20 > > http://cloud-qe-7.idm.lab.bos.redhat.com:3007/cimi/machine_configur= ations > 3 > > http://cloud-qe-7.idm.lab.bos.redhat.com:3007/cimi/machine_config= urations/large > large > Machine Configuration with 81928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 28192819281928192 KiB of memory and 8 CPU > 2012-11-13T16:12:03-05:00 > 8 > 8192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192819281928192819= 281928192819281928192819281928192819281928192819281928192819281928192819281= 928192819281928192819281928192819281928192819281928192819281928192819281928= 192819281928192819281928192819281928192819281928192819281928192819281928192= 819281928192819281928192819281928192819281928192819281928192 > > > http://cloud-qe-7.idm.lab.bos.redhat.com:3007/cimi/machine_config= urations/medium > medium > Machine Configuration with 40964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 64096409640964096 KiB of memory and 4 CPU > 2012-11-13T16:12:03-05:00 > 4 > 4096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096409640964096409= 640964096409640964096409640964096409640964096409640964096409640964096409640= 964096409640964096409640964096409640964096409640964096409640964096409640964= 096409640964096409640964096409640964096409640964096409640964096409640964096= 409640964096409640964096409640964096409640964096409640964096 > > > http://cloud-qe-7.idm.lab.bos.redhat.com:3007/cimi/machine_config= urations/small > small > Machine Configuration with 10241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 41024102410241024 KiB of memory and 1 CPU > 2012-11-13T16:12:03-05:00 > 1 > 1024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024102410241024102= 410241024102410241024102410241024102410241024102410241024102410241024102410= 241024102410241024102410241024102410241024102410241024102410241024102410241= 024102410241024102410241024102410241024102410241024102410241024102410241024= 102410241024102410241024102410241024102410241024102410241024 > > > * Connection #0 to host cloud-qe-7.idm.lab.bos.redhat.com left intact > * Closing connection #0 > [rlandy@localhost /]$=20 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira