We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265a297 commit f8f6b3aCopy full SHA for f8f6b3a
1 file changed
stemcell_builder/stages/bosh_aws_agent_settings/apply.sh
@@ -11,7 +11,9 @@ cat > $chroot/var/vcap/bosh/agent.json <<JSON
11
$(get_partitioner_type_mapping)
12
"DevicePathResolutionType": "virtio",
13
"CreatePartitionIfNoEphemeralDisk": true,
14
- "UseMonitIptablesFirewall": true
+ "UseMonitIptablesFirewall": true,
15
+ "InstanceStorageDevicePattern": "/dev/nvme*n1",
16
+ "InstanceStorageManagedVolumePattern": "/dev/disk/by-id/nvme-Amazon_Elastic_Block_Store_*"
17
}
18
},
19
"Infrastructure": {
0 commit comments