Ron Wheeler created CLOUDSTACK-3243:
---------------------------------------

             Summary: Wrong NFS mount point in documentation
                 Key: CLOUDSTACK-3243
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3243
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Install and Setup
    Affects Versions: 4.1.0
         Environment: KVM
            Reporter: Ron Wheeler
            Priority: Minor


At "4.5.8. Prepare the System VM Template" the instructions give the following 
command.
 /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt 
-m /mnt/secondary -u 
http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h 
kvm -s <optional-management-server-secret-key> -F

In "4.5.6.2. Using the Management Server as the NFS Server" the following 
commands were give
# mkdir /primarymount
# mount -t nfs <management-server-name>:/export/primary /primarymount
# umount /primarymount
# mkdir /secondarymount
# mount -t nfs <management-server-name>:/export/secondary /secondarymount
# umount /secondarymount    

This results in a mismatch betweenthe location of the NSF storage which causes 
the error:

mount point /mnt/secondary doesn't exist\n
Installation failed

"4.5.6.1. Using a Separate NFS Server"  has the storage mounted at  
/mnt/secondary


The documentation needs to be made consistent. 
Probably  "4.5.6.2. Using the Management Server as the NFS Server" needs fixing.

--
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

Reply via email to