Stephen Moloney
Stephen Moloney
### Issue Some cloud providers do not accept `qcow2` image format Error message: ```shell Unable to set 'disk_format' to 'qcow2'. Reason: u'qcow2' is not one of [None, u'raw'] Failed validating...
### Motivation - raw images cannot be uploaded to some openstack providers (ones using ceph i think) ### Description - Adds functionality for 1. Specifying the format for upload 2....
***Issue:*** If something in `keepalived.tmpl` does not work for any reason on your cluster, then your out of luck as the docker image has crystallized it. ***Suggestion:*** Optionally allow for...
***What does this commit/MR/PR do?*** - Allow specification of the bootscript - Remove the unused additional volume - those aren't needed with baremetal servers ***Why is this commit/MR/PR needed?*** -...
I wonder is there merit in handling nested maps and/or lists...
### Environment * Hex Docs `2.0.0` ### Current behavior Hex docs links return `404` ### Expected behavior Hex docs links carry through to the source code Example - try source...
add tests vs some of the most likely potential error cases
handle `:nxdomain` error when no internet connection
# TODO - add option for exif information parsing - See the Parser module
in `Fastimage.File`, wrap in try catch so that error is catched and returned as Fastimage.Error. ``` @spec recv(String.t(), :file) :: {:ok, binary(), File.Stream.t()} | {:error, Error.t()} defp recv(file_path, :file) do...