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 are experiencing some odd behavior when using some of the new direct attached storage vms which appears to conflict somewhat with the documentation. The vms we are testing with are the i4i and the i3en instances and was expecting to simply be able to replace the ephemeral disk with the instance storage by applying the use_instance_storage flag.
We performed the following four tests and only one of the configuration appears to boot. The below is from a i3en.2xlarge which has two drives attached but we have also performed the same tests on i4i with a single disk.
It appears that the flag encrypted: null must be set or an error for incorrect mapping is thrown. Bosh always appears to create an EBS volume mounted as /dev/xvda and I thought it was failing due to the drive size of 5gb not being enough to load the bosh agent. This doesn't explain why our Test-2 fails though.
We are testing with the bosh jumpbox release and can not ssh to any of the vms other than the one which has booted to investigate further.
Bosh Director. Version 280.0.9 Director Stemcell ubuntu-22.04.1/1.301
We have written an os-conf script to raid and mount the disks on Test-3 which is giving some very good performance results but believe the current cloud-config configuration we are using maybe incorrect or the cpi might not be working correctly.
The text was updated successfully, but these errors were encountered:
We are experiencing some odd behavior when using some of the new direct attached storage vms which appears to conflict somewhat with the documentation. The vms we are testing with are the i4i and the i3en instances and was expecting to simply be able to replace the ephemeral disk with the instance storage by applying the use_instance_storage flag.
We performed the following four tests and only one of the configuration appears to boot. The below is from a i3en.2xlarge which has two drives attached but we have also performed the same tests on i4i with a single disk.
It appears that the flag
encrypted: null
must be set or an error for incorrect mapping is thrown. Bosh always appears to create an EBS volume mounted as/dev/xvda
and I thought it was failing due to the drive size of 5gb not being enough to load the bosh agent. This doesn't explain why our Test-2 fails though.We are testing with the bosh jumpbox release and can not ssh to any of the vms other than the one which has booted to investigate further.
Bosh Director. Version 280.0.9 Director Stemcell ubuntu-22.04.1/1.301
We have written an os-conf script to raid and mount the disks on Test-3 which is giving some very good performance results but believe the current cloud-config configuration we are using maybe incorrect or the cpi might not be working correctly.
The text was updated successfully, but these errors were encountered: