You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a problem with a stack creation and Oracle engineering team suggests us reach out to the team supporting this Terraform stack (https://github.com/oracle-quickstart/oci-hpc).
The logs are:
Can you help us to figure out the problem?
The log saids "an incorrect mount option was specified" but the field in stack creation was optional.
This run was with a zip archive provides by Oracle Cloud support.
Before we had other problems.
Thank you,
Gabriele
The text was updated successfully, but these errors were encountered:
Hello,
We have a problem with a stack creation and Oracle engineering team suggests us reach out to the team supporting this Terraform stack (https://github.com/oracle-quickstart/oci-hpc).
The logs are:
2022/07/05 10:25:07[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): TASK [nfs-client : Mount NFS with options] *************************************
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;36mskipping: [dmover02-bastion]�[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;36mskipping: [inst-jqrlj-dmover02]�[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;36mskipping: [inst-m9pne-dmover02]�[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;36mskipping: [inst-xa2mq-dmover02]�[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO]
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): TASK [nfs-client : Mount NFS without options] **********************************
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster: Still creating... [30s elapsed]
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31mfatal: [inst-xa2mq-dmover02]: FAILED! => changed=false �[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31m msg: |-�[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31m Error mounting /mnt/share: mount.nfs: an incorrect mount option was specified�[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31mfatal: [inst-jqrlj-dmover02]: FAILED! => changed=false �[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31m msg: |-�[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31m Error mounting /mnt/share: mount.nfs: an incorrect mount option was specified�[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31mfatal: [inst-m9pne-dmover02]: FAILED! => changed=false �[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31m msg: |-�[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31m Error mounting /mnt/share: mount.nfs: an incorrect mount option was specified�[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31mfatal: [dmover02-bastion]: FAILED! => changed=false �[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31m msg: |-�[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31m Error mounting /mnt/share: mount.nfs: an incorrect mount option was specified�[0m
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO]
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): PLAY RECAP *********************************************************************
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31mdmover02-bastion�[0m : �[0;32mok=30 �[0m �[0;33mchanged=22 �[0m unreachable=0 �[0;31mfailed=1 �[0m �[0;36mskipped=7 �[0m rescued=0 ignored=0
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31minst-jqrlj-dmover02�[0m : �[0;32mok=24 �[0m �[0;33mchanged=16 �[0m unreachable=0 �[0;31mfailed=1 �[0m �[0;36mskipped=5 �[0m rescued=0 ignored=0
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31minst-m9pne-dmover02�[0m : �[0;32mok=24 �[0m �[0;33mchanged=16 �[0m unreachable=0 �[0;31mfailed=1 �[0m �[0;36mskipped=5 �[0m rescued=0 ignored=0
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] null_resource.cluster (remote-exec): �[0;31minst-xa2mq-dmover02�[0m : �[0;32mok=24 �[0m �[0;33mchanged=16 �[0m unreachable=0 �[0;31mfailed=1 �[0m �[0;36mskipped=5 �[0m rescued=0 ignored=0
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO]
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO]
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO]
2022/07/05 10:25:08[TERRAFORM_CONSOLE] [INFO] Error: error executing "/tmp/terraform_998051020.sh": Process exited with status 2
Can you help us to figure out the problem?
The log saids "an incorrect mount option was specified" but the field in stack creation was optional.
This run was with a zip archive provides by Oracle Cloud support.
Before we had other problems.
Thank you,
Gabriele
The text was updated successfully, but these errors were encountered: