Sateesh Chodapuneedi created CLOUDSTACK-6416:
------------------------------------------------
Summary: 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
Priority: Critical
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)