TritonDataCenter / sdc-cloudapi

Triton Data Center Public HTTP API
Mozilla Public License 2.0
10 stars 24 forks source link

Add incremental argument to CreateImageFromMachine #71

Closed blackwood821 closed 3 years ago

blackwood821 commented 3 years ago

Currently I don't see any way to tell CreateImageFromMachine to create a full image. It seems to always default to "incremental": true. There should be a parameter to toggle the imgadm -i (incremental) parameter.

https://github.com/joyent/sdc-cloudapi/blob/master/lib/datasets.js#L493

blackwood821 commented 3 years ago

Created a pull request: https://github.com/joyent/sdc-cloudapi/pull/72