[
https://issues.apache.org/jira/browse/CLOUDSTACK-6416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13970221#comment-13970221
]
ASF subversion and git services commented on CLOUDSTACK-6416:
-------------------------------------------------------------
Commit 0610dbf803d1b1dc37b41b3a6319cfcd94cf6bbe in cloudstack's branch
refs/heads/4.2 from rayeesn
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=0610dbf ]
Fixed provided for CLOUDSTACK-6416 need to be ported for 32 bit template also
> 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)