You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Srikanteswararao Talluri (JIRA)" <ji...@apache.org> on 2014/04/15 16:46:33 UTC

[jira] [Assigned] (CLOUDSTACK-6416) Missing cloud-scripts in systemvm template built from 4.2 branch

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-6416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Srikanteswararao Talluri reassigned CLOUDSTACK-6416:
----------------------------------------------------

    Assignee: Srikanteswararao Talluri

> Missing cloud-scripts in systemvm template built from 4.2 branch
> ----------------------------------------------------------------
>
>                 Key: CLOUDSTACK-6416
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6416
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: SystemVM
>    Affects Versions: 4.2.0
>         Environment: 4.2 systemvm template
>            Reporter: Sateesh Chodapuneedi
>            Assignee: Srikanteswararao Talluri
>            Priority: Blocker
>
> cloud-scripts.tar is not built properly with scripts. It was filled up with source code of cloudstack project from ACS git repository. 
> While building systemvm template, in postinstall.sh file, cloudstack source would be downloaded from ACS git repository and patching scripts would be bundled as cloud-scripts.tar after extracting cloudstack source tar ball. Untar operation of source tar ball failed with error "no space left on device". Build script is not failing at this point but this is resulting in mal-formed cloud-scripts.tar.
> cloudstack-HEAD-2a02369/awsapi/src/com/amazon/ec2/DescribeConversionTasksType.java
> tar: /usr/share/cloud/cloud-scripts.tar: Cannot write: No space left on device
> tar: Error is not recoverable: exiting now
> ++ cd /opt
> ++ rm -fr /opt/cloudstack-HEAD-2a02369 /opt/cloudstack.tar.gz cloudstack.tar.gz
> ++ chkconfig --add cloud-early-config
> cloud-early-config: unknown service
> ++ chkconfig cloud-early-config on
> cloud-early-config: unknown service
> ++ chkconfig --add cloud-passwd-srvr
> cloud-passwd-srvr: unknown service
> ++ chkconfig cloud-passwd-srvr off
> cloud-passwd-srvr: unknown service
> ++ chkconfig --add cloud
> cloud: unknown service
> ++ chkconfig cloud off
> cloud: unknown service
> Downloaded system vm template generated by jenkins from http://jenkins.buildacloud.org/view/4.2/job/build-systemvm-4.2/



--
This message was sent by Atlassian JIRA
(v6.2#6252)