Douglas Moore created WHIRR-595:
-----------------------------------

             Summary: destroy cluster command on Whirr in 5 minutes page does 
not work...
                 Key: WHIRR-595
                 URL: https://issues.apache.org/jira/browse/WHIRR-595
             Project: Whirr
          Issue Type: Bug
          Components: documentation
    Affects Versions: 0.7.1
         Environment: http://whirr.apache.org/docs/0.7.1/whirr-in-5-minutes.html
            Reporter: Douglas Moore


The whirr-in-5-minutes page, towards the bottom reads: 

You can shut down the cluster with
------------------------------------------------------------------------
| bin/whirr destroy-cluster --config recipes/zookeeper-ec2.properties  |
------------------------------------------------------------------------

This will cause whirr to search for the default ssh key pair, not the key pair 
created with the previous instructions: "ssh-keygen -t rsa -P '' -f 
~/.ssh/id_rsa_whirr"

The corrected document should read:

bin/whirr destroy-cluster --config recipes/zookeeper-ec2.properties 
--private-key-file ~/.ssh/id_rsa_whirr 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to