Closed rinor closed 12 months ago
RunConfig.AttachVolumeOnInstanceCreate
ops instance create --config config.json ....
{ "Mounts": { "volume_name_or_id": "/db" }, "RunConfig": { "AttachVolumeOnInstanceCreate": true } }
Note: this feature is available on ops config file only
RunConfig.AttachVolumeOnInstanceCreate
- will attempt to attach already created disk(s)/volume(s) to the instance that is being created withops instance create --config config.json ....
Note: this feature is available on ops config file only