You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Aabd (JIRA)" <ji...@apache.org> on 2013/07/05 13:17:48 UTC

[jira] [Created] (CLOUDSTACK-3381) Wrong instruction in CloudStack release notes

Aabd created CLOUDSTACK-3381:
--------------------------------

             Summary: Wrong instruction in CloudStack release notes
                 Key: CLOUDSTACK-3381
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3381
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Doc
    Affects Versions: 4.1.0
         Environment: Link to particular documentation article: 
http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.0/html/Release_Notes/upgrade-instructions.html
            Reporter: Aabd


The CloudStack upgrade instructions contains an error. 
At some point the reader is instructed to execute the command:
nohup cloud-sysvmadm -d 192.168.1.5 -u cloud -p password -c -r > sysvm.log 2>&1 &

This should be:
nohup cloudstack-sysvmadm -d 192.168.1.5 -u cloud -p password -s -r > sysvm.log 2>&1 &

* The "cloud-sysvmadm" script does not exist, this should be "cloudstack-sysvmadm".
* The -c argument does not exist in the sysvmadm script. As a result of this of this, only the virtual router vm is restarted. A quick glance at the code of the sysvmadm scripts reveals that a reboot of the secondary storage vm and console proxy vm is initiated by the -s parameter.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira