권순우
권순우
``` $ bosh -d concourse recreate --fix Using environment '10.122.100.6' as client 'admin' Using deployment 'concourse' Continue? [yN]: y Task 319812 Task 319812 | 06:39:08 | Preparing deployment: Preparing deployment...
@beyhan Failed instances in the AWS Console are terminated and are not listed. So I can't see the log by connecting to the instance with bosh ssh. The log in...
I am using bosh director 271.2.0. I applied the [keep_unreachable_vms](https://bosh.io/jobs/director?source=github.com/cloudfoundry/bosh&version=271.2.0#p%3ddirector.debug.keep_unreachable_vms) option you mentioned and recreated it after redeploy, but the failed vm disappeared. ``` $ bosh env Using environment '10.122.100.6'...
@ramonskie **Current situation** - 4 deployments are deployed without bosh ebs encrypt option - cf, logsearch, prometheus, concourse - Due to security issues, the ebs encrypt option must be applied....
@beyhan hi no need to be sorry I can manipulate the director code, but I don't know the go language well. can you tell me what to do?
@beyhan - comment out line ``` bosh/0:~# vi /var/vcap/data/packages/director/d0f423a78a6482fec03562879dd6ee04b1807633/gem_home/ruby/2.6.0/gems/bosh-director-0.0.0/lib/bosh/director/deployment_plan/steps/create_vm_step.rb 154 @logger.error("error creating vm: #{e.message}") 155 if vm_cid 156 parent_id = add_event(deployment_name, instance_model.name, 'delete', vm_cid) 157 #@vm_deleter.delete_vm_by_cid(vm_cid, stemcell_api_version) 158 add_event(deployment_name, instance_model.name,...
@ramonskie please re-open issue.
@beyhan One of the problems you mentioned was caused by a spot instance. The VMs in question were spot instances, so I changed them to normal instances and it worked!...
@beyhan Thank you so much for your sincere answer. https://bosh.io/docs/aws-cpi/#global Referring to the above, I looked at the yaml files of bosh-deployment. There was an encrypted-disk.yml file. (https://github.com/cloudfoundry/bosh-deployment/blob/master/aws/encrypted-disk.yml) After comparing...