Closed blackwood821 closed 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.
CreateImageFromMachine
"incremental": true
imgadm
-i
https://github.com/joyent/sdc-cloudapi/blob/master/lib/datasets.js#L493
Created a pull request: https://github.com/joyent/sdc-cloudapi/pull/72
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 theimgadm
-i
(incremental) parameter.https://github.com/joyent/sdc-cloudapi/blob/master/lib/datasets.js#L493