Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-3381

Wrong instruction in CloudStack release notes

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Activity

          People

            pdion Pierre-Luc Dion
            aabd Aabd
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: